mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-14 09:48:02 +00:00
Update and rename velican_dragon.txt to velukan_dragon.txt (#5816)
This commit is contained in:
committed by
GitHub
parent
2408d42c1b
commit
b2bcbae028
@@ -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.
|
||||
11
forge-gui/res/cardsfolder/v/velukan_dragon.txt
Normal file
11
forge-gui/res/cardsfolder/v/velukan_dragon.txt
Normal 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.
|
||||
Reference in New Issue
Block a user