mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
- Added Saber Ants and Broodhatch Nantuko.
This commit is contained in:
2
.gitattributes
vendored
2
.gitattributes
vendored
@@ -883,6 +883,7 @@ res/cardsfolder/broken_fall.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/broken_visage.txt svneol=native#text/plain
|
||||
res/cardsfolder/brood_birthing.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/brood_sliver.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/broodhatch_nantuko.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/broodmate_dragon.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/broodstar.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/broodwarden.txt -text svneol=native#text/plain
|
||||
@@ -5510,6 +5511,7 @@ res/cardsfolder/rustrazor_butcher.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/rustspore_ram.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/ruthless_cullblade.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/ryusei_the_falling_star.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/saber_ants.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/saberclaw_golem.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/sabertooth_alley_cat.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/sabertooth_nishoba.txt -text svneol=native#text/plain
|
||||
|
||||
12
res/cardsfolder/broodhatch_nantuko.txt
Normal file
12
res/cardsfolder/broodhatch_nantuko.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
Name:Broodhatch Nantuko
|
||||
ManaCost:1 G
|
||||
Types:Creature Insect Druid
|
||||
Text:no text
|
||||
PT:1/1
|
||||
K:Morph:2 G
|
||||
T:Mode$ DamageDone | Execute$ TrigToken | ValidTarget$ Card.Self | TriggerZones$ Battlefield | OptionalDecider$ You | TriggerDescription$ Whenever CARDNAME is dealt damage, you may put that many 1/1 green Insect creature tokens onto the battlefield.
|
||||
SVar:TrigToken:AB$Token | Cost$ 0 | TokenAmount$ X | TokenName$ Insect | TokenTypes$ Creature,Insect | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1
|
||||
SVar:X:Count$TriggeredDamageAmount
|
||||
SVar:Rarity:Uncommon
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/broodhatch_nantuko.jpg
|
||||
End
|
||||
@@ -4,7 +4,7 @@ Types:Creature Elemental Insect
|
||||
Text:no text
|
||||
PT:6/6
|
||||
K:Trample
|
||||
T:Mode$ DamageDone | ValidSource$ Card.Self | Execute$ TrigToken | ValidTarget$ Player | TriggerZones$ Battlefield | TriggerDescription$ Whenever Living Hive deals combat damage to a player, put that many 1/1 green Insect creature tokens onto the battlefield.
|
||||
T:Mode$ DamageDone | ValidSource$ Card.Self | Execute$ TrigToken | ValidTarget$ Player | TriggerZones$ Battlefield | TriggerDescription$ Whenever CARDNAME deals combat damage to a player, put that many 1/1 green Insect creature tokens onto the battlefield.
|
||||
SVar:TrigToken:AB$Token | Cost$ 0 | TokenAmount$ X | TokenName$ Insect | TokenTypes$ Creature,Insect | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1
|
||||
SVar:X:Count$TriggeredDamageAmount
|
||||
SVar:Rarity:Rare
|
||||
|
||||
11
res/cardsfolder/saber_ants.txt
Normal file
11
res/cardsfolder/saber_ants.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
Name:Saber Ants
|
||||
ManaCost:3 G
|
||||
Types:Creature Insect
|
||||
Text:no text
|
||||
PT:2/3
|
||||
T:Mode$ DamageDone | Execute$ TrigToken | ValidTarget$ Card.Self | TriggerZones$ Battlefield | OptionalDecider$ You | TriggerDescription$ Whenever CARDNAME is dealt damage, you may put that many 1/1 green Insect creature tokens onto the battlefield.
|
||||
SVar:TrigToken:AB$Token | Cost$ 0 | TokenAmount$ X | TokenName$ Insect | TokenTypes$ Creature,Insect | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1
|
||||
SVar:X:Count$TriggeredDamageAmount
|
||||
SVar:Rarity:Uncommon
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/saber_ants.jpg
|
||||
End
|
||||
Reference in New Issue
Block a user