Bug Fix: Regenerate Tribal permanents

Tribal Permanents create a way to have creature types on non-creature permanents. Those permanents are supposed to be targetable by these 4 cards.

This removes the incorrect "Creature" specification on these card scripts.

In practice, this allows you to use regeneration shields on some ~19 tribal permanents (that might somehow end up with the relevant creature types).
This commit is contained in:
Meerkov
2021-07-20 14:07:20 -07:00
parent 06cad4e182
commit a2c85718b9
4 changed files with 4 additions and 4 deletions

View File

@@ -2,6 +2,6 @@ Name:Black Poplar Shaman
ManaCost:2 B ManaCost:2 B
Types:Creature Treefolk Shaman Types:Creature Treefolk Shaman
PT:1/3 PT:1/3
A:AB$ Regenerate | ValidTgts$ Creature.Treefolk | TgtPrompt$ Select target Treefolk. | Cost$ 2 B | SpellDescription$ Regenerate target Treefolk. A:AB$ Regenerate | ValidTgts$ Treefolk | TgtPrompt$ Select target Treefolk. | Cost$ 2 B | SpellDescription$ Regenerate target Treefolk.
SVar:Picture:http://www.wizards.com/global/images/magic/general/black_poplar_shaman.jpg SVar:Picture:http://www.wizards.com/global/images/magic/general/black_poplar_shaman.jpg
Oracle:{2}{B}: Regenerate target Treefolk. Oracle:{2}{B}: Regenerate target Treefolk.

View File

@@ -2,7 +2,7 @@ Name:Elephant Graveyard
ManaCost:no cost ManaCost:no cost
Types:Land Types:Land
A:AB$ Mana | Cost$ T | Produced$ C | SpellDescription$ Add {C}. A:AB$ Mana | Cost$ T | Produced$ C | SpellDescription$ Add {C}.
A:AB$ Regenerate | ValidTgts$ Creature.Elephant | TgtPrompt$ Select target Elephant | Cost$ T | SpellDescription$ Regenerate target Elephant. A:AB$ Regenerate | ValidTgts$ Elephant | TgtPrompt$ Select target Elephant | Cost$ T | SpellDescription$ Regenerate target Elephant.
SVar:Picture:http://www.wizards.com/global/images/magic/general/elephant_graveyard.jpg SVar:Picture:http://www.wizards.com/global/images/magic/general/elephant_graveyard.jpg
AI:RemoveDeck:Random AI:RemoveDeck:Random
DeckNeeds:Type$Elephant DeckNeeds:Type$Elephant

View File

@@ -3,6 +3,6 @@ ManaCost:1 G G
Types:Legendary Creature Elf Warrior Types:Legendary Creature Elf Warrior
PT:2/2 PT:2/2
A:AB$ PumpAll | Cost$ 2 G G G | ValidCards$ Creature.Elf+YouCtrl | NumAtt$ +3 | NumDef$ +3 | KW$ Trample | SpellDescription$ Elf creatures you control get +3/+3 and gain trample until end of turn. A:AB$ PumpAll | Cost$ 2 G G G | ValidCards$ Creature.Elf+YouCtrl | NumAtt$ +3 | NumDef$ +3 | KW$ Trample | SpellDescription$ Elf creatures you control get +3/+3 and gain trample until end of turn.
A:AB$ Regenerate | ValidTgts$ Creature.Elf+Other | TgtPrompt$ Select another target Elf | Cost$ G | SpellDescription$ Regenerate another target Elf. A:AB$ Regenerate | ValidTgts$ Elf+Other | TgtPrompt$ Select another target Elf | Cost$ G | SpellDescription$ Regenerate another target Elf.
SVar:Picture:http://www.wizards.com/global/images/magic/general/ezuri_renegade_leader.jpg SVar:Picture:http://www.wizards.com/global/images/magic/general/ezuri_renegade_leader.jpg
Oracle:{G}: Regenerate another target Elf.\n{2}{G}{G}{G}: Elf creatures you control get +3/+3 and gain trample until end of turn. Oracle:{G}: Regenerate another target Elf.\n{2}{G}{G}{G}: Elf creatures you control get +3/+3 and gain trample until end of turn.

View File

@@ -3,7 +3,7 @@ ManaCost:2 B
Types:Creature Goblin Shaman Types:Creature Goblin Shaman
PT:2/2 PT:2/2
S:Mode$ Continuous | Affected$ Creature.Goblin+Other+YouCtrl | AddPower$ 1 | AddToughness$ 1 | Description$ Other Goblin creatures you control get +1/+1. S:Mode$ Continuous | Affected$ Creature.Goblin+Other+YouCtrl | AddPower$ 1 | AddToughness$ 1 | Description$ Other Goblin creatures you control get +1/+1.
A:AB$ Regenerate | ValidTgts$ Creature.Goblin+Other | TgtPrompt$ Select another target Goblin | Cost$ T | SpellDescription$ Regenerate another target Goblin. A:AB$ Regenerate | ValidTgts$ Goblin+Other | TgtPrompt$ Select another target Goblin | Cost$ T | SpellDescription$ Regenerate another target Goblin.
SVar:PlayMain1:TRUE SVar:PlayMain1:TRUE
SVar:Picture:http://www.wizards.com/global/images/magic/general/mad_auntie.jpg SVar:Picture:http://www.wizards.com/global/images/magic/general/mad_auntie.jpg
Oracle:Other Goblin creatures you control get +1/+1.\n{T}: Regenerate another target Goblin. Oracle:Other Goblin creatures you control get +1/+1.\n{T}: Regenerate another target Goblin.