diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2020-10-11 15:12:30 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2020-10-18 14:32:19 +0200 |
| commit | cc65393e4903527e7f989f0dec541213e55e880e (patch) | |
| tree | 4b14d6501de14a99ca8fff729068c52c1b8d0f63 /data/misc.ini | |
| parent | c13b8861b2b831d4b1f251a307eb9f987bf887d8 (diff) | |
| download | muhqs-game-cc65393e4903527e7f989f0dec541213e55e880e.tar.gz muhqs-game-cc65393e4903527e7f989f0dec541213e55e880e.zip | |
add misc card set
Diffstat (limited to 'data/misc.ini')
| -rw-r--r-- | data/misc.ini | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/data/misc.ini b/data/misc.ini new file mode 100644 index 00000000..f5d922c4 --- /dev/null +++ b/data/misc.ini @@ -0,0 +1,16 @@ +[King] +token = true +type = unit + +[Farmer] +type = unit +attack = 1 +health = 1 +movement = 1 +upkeep = 1 + +[Stick of Victory] +type = equipment +token = true +durability = infinite +effect = The controller of the equipped unit increases its victory count by 1 in their upkeep |
