mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
- Reverting Champion of Lambholt to the "SVar partial fix" state (the "CARDNAME can't block" solution doesn't work any better + uses an incorrect action).
.- This still needs fixing and improvement. In particular: all versions of Champion of Lambholt tried so far fail when there is more than one of them present (including the original CARDNAME can't block version); it's better not to use the SVar to count the card power.
This commit is contained in:
@@ -2,10 +2,10 @@ Name:Champion of Lambholt
|
|||||||
ManaCost:1 G G
|
ManaCost:1 G G
|
||||||
Types:Creature Human Warrior
|
Types:Creature Human Warrior
|
||||||
PT:1/1
|
PT:1/1
|
||||||
S:Mode$ Continuous | Affected$ Creature.YouDontCtrl+powerLTX | AddHiddenKeyword$ CARDNAME can't block. | Description$ Creatures with power less than CARDNAME's power can't block creatures you control.
|
S:Mode$ Continuous | Affected$ Creature.YouCtrl | AddHiddenKeyword$ CantBeBlockedBy Creature.YouDontCtrl+powerLTChampionOfLambholtPower | AddSVar$ ChampionOfLambholtPower | Description$ Creatures with power less than CARDNAME's power can't block creatures you control.
|
||||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Creature.Other+YouCtrl | TriggerZones$ Battlefield | Execute$ TrigPutCounter | TriggerDescription$ Whenever another creature enters the battlefield under your control, put a +1/+1 counter on CARDNAME.
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Creature.Other+YouCtrl | TriggerZones$ Battlefield | Execute$ TrigPutCounter | TriggerDescription$ Whenever another creature enters the battlefield under your control, put a +1/+1 counter on CARDNAME.
|
||||||
SVar:TrigPutCounter:AB$PutCounter | Cost$ 0 | Defined$ Self | CounterType$ P1P1 | CounterNum$ 1
|
SVar:TrigPutCounter:AB$PutCounter | Cost$ 0 | Defined$ Self | CounterType$ P1P1 | CounterNum$ 1
|
||||||
SVar:X:Count$CardPower
|
SVar:ChampionOfLambholtPower:Count$CardPower
|
||||||
SVar:BuffedBy:Creature
|
SVar:BuffedBy:Creature
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/champion_of_lambholt.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/champion_of_lambholt.jpg
|
||||||
Oracle:Creatures with power less than Champion of Lambholt's power can't block creatures you control.\nWhenever another creature enters the battlefield under your control, put a +1/+1 counter on Champion of Lambholt.
|
Oracle:Creatures with power less than Champion of Lambholt's power can't block creatures you control.\nWhenever another creature enters the battlefield under your control, put a +1/+1 counter on Champion of Lambholt.
|
||||||
|
|||||||
Reference in New Issue
Block a user