mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 10:18:01 +00:00
Merge branch 'svarupdate' into 'master'
Update Svar->SVar. See merge request core-developers/forge!950
This commit is contained in:
@@ -453,8 +453,6 @@ public final class CardRules implements ICardCharacteristics {
|
||||
this.removedFromRandomDecks = "True".equalsIgnoreCase(value);
|
||||
} else if ( "Picture".equals(variable) ) {
|
||||
this.pictureUrl[this.curFace] = value;
|
||||
} else if ( "Rarity".equals(variable) ) {
|
||||
// discard that, they should supply it in SetInfo
|
||||
} else
|
||||
this.faces[curFace].addSVar(variable, value);
|
||||
} else if ("SetInfo".equals(key)) {
|
||||
|
||||
@@ -4,6 +4,5 @@ Types:Legendary Creature Human Advisor
|
||||
PT:2/2
|
||||
T:Mode$ DamageDone | ValidSource$ Card.OppCtrl | ValidTarget$ You | TriggerZones$ Battlefield | Execute$ TrigSac | TriggerDescription$ Whenever a source an opponent controls deals damage to you, that player sacrifices a permanent.
|
||||
SVar:TrigSac:DB$Sacrifice | Defined$ TriggeredSourceController | SacValid$ Permanent
|
||||
Svar:Rarity:Rare
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/michiko_konda_truth_seeker.jpg
|
||||
Oracle:Whenever a source an opponent controls deals damage to you, that player sacrifices a permanent.
|
||||
|
||||
@@ -6,6 +6,5 @@ K:Flying
|
||||
T:Mode$ DamageDone | ValidSource$ Card.OppCtrl | ValidTarget$ You | TriggerZones$ Battlefield | Execute$ TrigPutCounter | OptionalDecider$ You | TriggerDescription$ Whenever a source an opponent controls deals damage to you, you may put that many +1/+1 counters on CARDNAME.
|
||||
SVar:TrigPutCounter:DB$ PutCounter | Defined$ Self | CounterType$ P1P1 | CounterNum$ X | References$ X
|
||||
SVar:X:TriggerCount$DamageAmount
|
||||
Svar:Rarity:Rare
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/retaliator_griffin.jpg
|
||||
Oracle:Flying\nWhenever a source an opponent controls deals damage to you, you may put that many +1/+1 counters on Retaliator Griffin.
|
||||
|
||||
@@ -9,6 +9,6 @@ SVar:X:Remembered$Amount
|
||||
SVar:Y:Count$Valid Creature.YouCtrl
|
||||
SVar:Z:Count$Valid Creature.OppCtrl
|
||||
SVar:NeedsToPlayVar:Y GTZ
|
||||
Svar:RemAIDeck:True
|
||||
SVar:RemAIDeck:True
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/standstill.jpg
|
||||
Oracle:When a player casts a spell, sacrifice Standstill. If you do, each of that player's opponents draws three cards.
|
||||
|
||||
@@ -5,6 +5,5 @@ PT:2/4
|
||||
T:Mode$ DamageDealtOnce | ValidSource$ Card.nonCreature+YouCtrl | TriggerZones$ Battlefield | Execute$ TrigGainLife | TriggerDescription$ Whenever a noncreature source you control deals damage, you gain that much life.
|
||||
SVar:TrigGainLife:DB$ GainLife | Defined$ You | LifeAmount$ X | References$ X
|
||||
SVar:X:TriggerCount$DamageAmount
|
||||
Svar:Rarity:Rare
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/tamanoa.jpg
|
||||
Oracle:Whenever a noncreature source you control deals damage, you gain that much life.
|
||||
|
||||
Reference in New Issue
Block a user