Re: Forge Release 04/21/2018 ver 1.6.9
Forge doesn't allow more than 4 copies of Rat Colony. Is this ability hardcoded into Forge? It should work the same way as Relentless Rats but I don't see any major differences in the card files.
- Code: Select all
Name:Rat Colony
ManaCost:1 B
Types:Creature Rat
Text:A deck can have any number of cards named Rat Colony.
PT:2/1
S:Mode$ Continuous | Affected$ Card.Self | AddPower$ X | References$ X | Description$ CARDNAME gets +1/+0 for each other Rat you control.
SVar:X:Count$Valid Rat.YouCtrl+Other
SVar:BuffedBy:Rat
SVar:PlayMain1:TRUE
DeckNeeds:Type$Rat
Oracle:Rat Colony gets +1/+0 for each other Rat you control.\nA deck can have any number of cards named Rat Colony.
Name:Relentless Rats
ManaCost:1 B B
Types:Creature Rat
Text:A deck can have any number of cards named Relentless Rats.
PT:2/2
S:Mode$ Continuous | Affected$ Card.Self | AddPower$ X | AddToughness$ X | References$ X | Description$ CARDNAME gets +1/+1 for each other creature on the battlefield named Relentless Rats.
SVar:X:Count$Valid Creature.namedRelentless Rats+Other
SVar:BuffedBy:Creature.namedRelentless Rats
SVar:PlayMain1:TRUE
DeckNeeds:Name$Relentless Rats
SVar:Picture:http://resources.wizards.com/magic/cards/5dn/en-us/card73573.jpg
Oracle:Relentless Rats gets +1/+1 for each other creature on the battlefield named Relentless Rats.\nA deck can have any number of cards named Relentless Rats.