mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
Fixe P/T on 2 BLB creatures (#5658)
* Fixed p/t on 2 BLB creatures fixed p/t on mouse trapper and sunshower druid --------- Co-authored-by: tool4ever <therealtoolkit@hotmail.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
Name:Mouse Trapper
|
||||
ManaCost:2 W
|
||||
Types:Creature Mouse Soldier
|
||||
PT:3/4
|
||||
PT:3/2
|
||||
T:Mode$ BecomesTarget | ValidTarget$ Card.Self | ValidSource$ SpellAbility.YouCtrl | TriggerZones$ Battlefield | FirstTime$ True | Execute$ TrigTap | TriggerDescription$ Valiant — Whenever CARDNAME becomes the target of a spell or ability you control for the first time each turn, tap target creature an opponent controls.
|
||||
SVar:TrigTap:DB$ Tap | ValidTgts$ Creature.OppCtrl | TgtPrompt$ Choose target creature an opponent controls.
|
||||
Oracle:Valiant — Whenever Mouse Trapper becomes the target of a spell or ability you control for the first time each turn, tap target creature an opponent controls.
|
||||
@@ -1,7 +1,7 @@
|
||||
Name:Sunshower Druid
|
||||
ManaCost:G
|
||||
Types:Creature Frog Druid
|
||||
PT:1/1
|
||||
PT:0/2
|
||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigPutCounter | TriggerDescription$ When CARDNAME enters, put a +1/+1 counter on target creature and you gain 1 life.
|
||||
SVar:TrigPutCounter:DB$ PutCounter | ValidTgts$ Creature | TgtPrompt$ Select target creature | CounterType$ P1P1 | SubAbility$ DBGainLife
|
||||
SVar:DBGainLife:DB$ GainLife | LifeAmount$ 1
|
||||
|
||||
Reference in New Issue
Block a user