RPGs3_card_insanity/templates/card.xml.j2

20 lines
528 B
Plaintext
Raw Normal View History

2019-09-10 00:52:30 +02:00
<ability_card><yaml_data>
2019-09-10 17:54:18 +02:00
{{ data.strip() }}
2019-10-06 16:03:07 +02:00
</yaml_data>
<name>Mega Fireball</name>
<description>Attack an enemy in range 5.
Roll MAG hit dice. Deal that amount of FIRE damage to the target.</description>
<image>https://freepngimg.com/download/fireball/27487-2-fireball-clipart.png</image>
<cp>18</cp>
<range>4</range>
<power>MAG + (0 to 2)</power>
<symbol>🔮🔥⚔️</symbol>
<difficulty>1</difficulty>
<duration></duration>
<playcost>2 ACT,
Not Silenced,
3 MP,
Equipment has Catalyst property</playcost>
</ability_card>