-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCreator.py
More file actions
33 lines (21 loc) · 684 Bytes
/
Creator.py
File metadata and controls
33 lines (21 loc) · 684 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
import modules.CardMaker
#All Important Information are Set here for the CardMaker
card = "Trap"
image_card = "DarkWolfRitual.jpg"
cardkind = ""
rarity = ""
auflage = "1. Auflage"
card_id = ""
Title = "Dunkles Wolf Ritual"
Attribute = "Trap"
Level = 0
lvlcolor = "red"
linkField = [
[0, 1, 0],
[1, 0, 1],
[0, 0, 0]
]
Type = ""
Description = 'Beschwöre 1 Fusionsmonster als Fusionsbeschwörung\nvon deinem Extra Deck und verwende dafür Monster\nvon deiner Hand oder Spielfeldseite als\nFusionsmaterial.'
Attack = ""
Defense = ""