From f05e01f3a68ec86d37be1e0b5f63d85da9f4128f Mon Sep 17 00:00:00 2001 From: Simisays <67333662+Simisays@users.noreply.github.com> Date: Thu, 10 Nov 2022 18:36:52 +0100 Subject: [PATCH] update tron --- forge-gui/res/cardsfolder/upcoming/mine_worker.txt | 11 +++++------ .../res/cardsfolder/upcoming/power_plant_worker.txt | 2 +- forge-gui/res/cardsfolder/upcoming/tower_worker.txt | 8 ++++---- 3 files changed, 10 insertions(+), 11 deletions(-) diff --git a/forge-gui/res/cardsfolder/upcoming/mine_worker.txt b/forge-gui/res/cardsfolder/upcoming/mine_worker.txt index eb7d03eb16a..762188126ff 100644 --- a/forge-gui/res/cardsfolder/upcoming/mine_worker.txt +++ b/forge-gui/res/cardsfolder/upcoming/mine_worker.txt @@ -2,12 +2,11 @@ Name:Mine Worker ManaCost:2 Types:Artifact Creature Assembly-Worker PT:2/1 -A:AB$ Branch | Cost$ T | BranchConditionSVar$ UrzaCheck | BranchConditionSVarCompare$ GE2 | FalseSubAbility$ GainLife | TrueSubAbility$ GainLifeUrza | SpellDescription$ You gain 1 life. If you control creatures named Power Plant Worker and Tower Worker, you gain 3 life instead. -SVar:GainLife:DB$ GainLife | LifeAmount$ 1 -SVar:GainLifeUrza:DB$ GainLife | LifeAmount$ 3 -SVar:UrzaCheck:SVar$X/Plus.Y -SVar:X:Count$Valid Creature.YouCtrl+namedTower Worker/LimitMax.1 -SVar:Y:Count$Valid Creature.YouCtrl+namedPower Plant Worker/LimitMax.1 +A:AB$ GainLife | Cost$ T | LifeAmount$ X | SpellDescription$ You gain 1 life. If you control creatures named Power Plant Worker and Tower Worker, you gain 3 life instead. +SVar:X:Count$Compare TronCheck GT0.3.1 +SVar:TronCheck:SVar$Z/Times.Y +SVar:Z:Count$Valid Creature.YouCtrl+namedTower Worker +SVar:Y:Count$Valid Creature.YouCtrl+namedPower Plant Worker DeckHas:Ability$LifeGain DeckNeeds:Name$Power Plant Worker|Tower Worker Oracle:{T}: You gain 1 life. If you control creatures named Power Plant Worker and Tower Worker, you gain 3 life instead. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/upcoming/power_plant_worker.txt b/forge-gui/res/cardsfolder/upcoming/power_plant_worker.txt index d0082bd2cb4..097e9634317 100644 --- a/forge-gui/res/cardsfolder/upcoming/power_plant_worker.txt +++ b/forge-gui/res/cardsfolder/upcoming/power_plant_worker.txt @@ -10,4 +10,4 @@ DeckNeeds:Name$Mine Worker|Tower Worker SVar:UrzaCheck:SVar$X/Plus.Y SVar:X:Count$Valid Creature.YouCtrl+namedMine Worker/LimitMax.1 SVar:Y:Count$Valid Creature.YouCtrl+namedTower Worker/LimitMax.1 -Oracle:{3}: Power Plant Worker gets +2/+2 until end of turn. If you control creatures named Mine Worker and Tower Worker, put two +1/+1 counters on Power Plant Worker instead. Activate only once each turn \ No newline at end of file +Oracle:{3}: Power Plant Worker gets +2/+2 until end of turn. If you control creatures named Mine Worker and Tower Worker, put two +1/+1 counters on Power Plant Worker instead. Activate only once each turn. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/upcoming/tower_worker.txt b/forge-gui/res/cardsfolder/upcoming/tower_worker.txt index 9e119c8d613..8b40d84ee30 100644 --- a/forge-gui/res/cardsfolder/upcoming/tower_worker.txt +++ b/forge-gui/res/cardsfolder/upcoming/tower_worker.txt @@ -4,9 +4,9 @@ Types:Artifact Creature Assembly-Worker PT:1/3 K:Reach A:AB$ Mana | Cost$ T | Produced$ C | Amount$ UrzaAmount | SpellDescription$ Add {C}. If you control creatures named Mine Worker and Power Plant Worker, add {C}{C}{C} instead. -SVar:UrzaAmount:SVar$UrzaCheck/Plus.1 -SVar:UrzaCheck:SVar$X/Plus.Y/LimitMin.2 -SVar:X:Count$Valid Creature.YouCtrl+namedMine Worker/LimitMax.1 -SVar:Y:Count$Valid Creature.YouCtrl+namedPower Plant Worker/LimitMax.1 +SVar:X:Count$Compare TronCheck GT0.3.1 +SVar:TronCheck:SVar$Z/Times.Y +SVar:Z:Count$Valid Creature.YouCtrl+namedMine Worker +SVar:Y:Count$Valid Creature.YouCtrl+namedPower Plant Worker DeckNeeds:Name$Mine Worker|Power Plant Worker Oracle:Reach\n{T}: Add {C}. If you control creatures named Mine Worker and Power Plant Worker, add {C}{C}{C} instead. \ No newline at end of file