Update and rename velican_dragon.txt to velukan_dragon.txt (#5816)

This commit is contained in:
Renato Filipe Vidal Santos
2024-08-04 11:06:12 +01:00
committed by GitHub
parent 2408d42c1b
commit b2bcbae028
2 changed files with 11 additions and 10 deletions

View File

@@ -1,10 +0,0 @@
Name:Velican Dragon
ManaCost:5 R R
Types:Creature Dragon
PT:5/5
K:Flying
T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigPump | TriggerDescription$ Whenever CARDNAME attacks or blocks, it gets +X/+0 until end of turn, where X is a number from 0 to 5 chosen at random.
T:Mode$ Blocks | ValidCard$ Card.Self | Execute$ TrigPump | Secondary$ True | TriggerDescription$ Whenever CARDNAME attacks or blocks, +X/+0 until end of turn, where X is a number from 0 to 5 chosen at random.
SVar:TrigPump:DB$ Pump | Defined$ Self | NumAtt$ X
SVar:X:Count$Random.0.5
Oracle:Flying\nWhenever Velican Dragon attacks or blocks, it gets +X/+0 until end of turn, where X is a number from 0 to 5 chosen at random.

View File

@@ -0,0 +1,11 @@
Name:Velukan Dragon
ManaCost:5 R R
Types:Creature Dragon
PT:5/5
K:Flying
T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigRoll | TriggerDescription$ Whenever CARDNAME attacks or blocks, roll a six-sided die. CARDNAME gets +X/+0 until end of turn, where X is the result minus 1.
T:Mode$ Blocks | ValidCard$ Card.Self | Execute$ TrigRoll | Secondary$ True | TriggerDescription$ Whenever CARDNAME attacks or blocks, roll a six-sided die. CARDNAME gets +X/+0 until end of turn, where X is the result minus 1.
SVar:TrigRoll:DB$ RollDice | ResultSVar$ Result | SubAbility$ DBPump
SVar:DBPump:DB$ Pump | Defined$ Self | NumAtt$ X
SVar:X:SVar$Result/Minus.1
Oracle:Flying\nWhenever Velukan Dragon attacks or blocks, roll a six-sided die. Velukan Dragon gets +X/+0 until end of turn, where X is the result minus 1.