From 3ac78f79b713c39aff282c3492203e4c40d02551 Mon Sep 17 00:00:00 2001 From: Simisays <67333662+Simisays@users.noreply.github.com> Date: Thu, 15 Sep 2022 07:25:43 +0200 Subject: [PATCH] 10 40K (#1520) * update * update * update * update * update * Update tatyova_steward_of_tides.txt * Update tatyova_steward_of_tides.txt * Update atlan_jackal.txt * Update biophagus.txt * Update bone_sabres.txt * Update Belakor_the_dark_master.txt * Update marneus_calgar.txt * Update acolyte_hybrid.txt * Update toxicrene.txt * Update the_first_tyrannic_war.txt * Update the_first_tyrannic_war.txt * Delete the_first_tyrannic_war.txt --- .../upcoming/Belakor_the_dark_master.txt | 15 +++++++++++++++ .../res/cardsfolder/upcoming/acolyte_hybrid.txt | 10 ++++++++++ .../res/cardsfolder/upcoming/atlan_jackal.txt | 10 ++++++++++ forge-gui/res/cardsfolder/upcoming/biophagus.txt | 11 +++++++++++ .../res/cardsfolder/upcoming/bone_sabres.txt | 9 +++++++++ .../res/cardsfolder/upcoming/marneus_calgar.txt | 11 +++++++++++ .../res/cardsfolder/upcoming/noise_marine.txt | 9 +++++++++ .../upcoming/tatyova_steward_of_tides.txt | 2 +- forge-gui/res/cardsfolder/upcoming/toxicrene.txt | 9 +++++++++ .../w_2_2_astartes_warrior_vigilance.txt | 7 +++++++ 10 files changed, 92 insertions(+), 1 deletion(-) create mode 100644 forge-gui/res/cardsfolder/upcoming/Belakor_the_dark_master.txt create mode 100644 forge-gui/res/cardsfolder/upcoming/acolyte_hybrid.txt create mode 100644 forge-gui/res/cardsfolder/upcoming/atlan_jackal.txt create mode 100644 forge-gui/res/cardsfolder/upcoming/biophagus.txt create mode 100644 forge-gui/res/cardsfolder/upcoming/bone_sabres.txt create mode 100644 forge-gui/res/cardsfolder/upcoming/marneus_calgar.txt create mode 100644 forge-gui/res/cardsfolder/upcoming/noise_marine.txt create mode 100644 forge-gui/res/cardsfolder/upcoming/toxicrene.txt create mode 100644 forge-gui/res/tokenscripts/w_2_2_astartes_warrior_vigilance.txt diff --git a/forge-gui/res/cardsfolder/upcoming/Belakor_the_dark_master.txt b/forge-gui/res/cardsfolder/upcoming/Belakor_the_dark_master.txt new file mode 100644 index 00000000000..eab6dc1f151 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/Belakor_the_dark_master.txt @@ -0,0 +1,15 @@ +Name:Be'lakor, the Dark Master +ManaCost:3 U B R +Types:Legendary Creature Demon Noble +PT:6/5 +K:Flying +T:Mode$ ChangesZone | ValidCard$ Card.Self | Destination$ Battlefield | Execute$ TrigDraw | TriggerDescription$ Prince of Chaos — When CARDNAME enters the battlefield, you draw X cards and you lose X life, where X is the number of Demons you control. +SVar:TrigDraw:DB$ Draw | NumCards$ X | SubAbility$ DBLoseLife +SVar:DBLoseLife:DB$ LoseLife | LifeAmount$ X +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Demon.YouCtrl+Other | TriggerZones$ Battlefield | Execute$ TrigDamage | TriggerDescription$ Lord of Torment — Whenever another Demon enters the battlefield under your control, it deals damage equal to its power to any target. +SVar:TrigDamage:DB$ DealDamage | ValidTgts$ Creature,Player,Planeswalker | TgtPrompt$ Select any target | NumDmg$ Y +SVar:X:Count$Valid Demon.YouCtrl +SVar:Y:TriggeredCard$CardPower +SVar:BuffedBy:Demon +DeckHints:Type$Demon +Oracle:Flying\nPrince of Chaos — When Be'lakor, the Dark Master enters the battlefield, you draw X cards and you lose X life, where X is the number of Demons you control.\nLord of Torment — Whenever another Demon enters the battlefield under your control, it deals damage equal to its power to any target. diff --git a/forge-gui/res/cardsfolder/upcoming/acolyte_hybrid.txt b/forge-gui/res/cardsfolder/upcoming/acolyte_hybrid.txt new file mode 100644 index 00000000000..3d209b514da --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/acolyte_hybrid.txt @@ -0,0 +1,10 @@ +Name:Acolyte Hybrid +ManaCost:2 R +Types:Creature Tyranid Human +PT:2/2 +T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigDestroy | TriggerDescription$ Heavy Rock Cutter — Whenever CARDNAME attacks, destroy up to one target artifact. If an artifact is destroyed this way, its controller draws a card. +SVar:TrigDestroy:DB$ Destroy | ValidTgts$ Artifact | TargetMin$ 0 | TargetMax$ 1 | RememberDestroyed$ True | SubAbility$ DBDraw +SVar:DBDraw:DB$ Draw | Defined$ RememberedController | SubAbility$ DBCleanup +SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True +HasAttackEffect:True +Oracle:Heavy Rock Cutter — Whenever Acolyte Hybrid attacks, destroy up to one target artifact. If an artifact is destroyed this way, its controller draws a card. diff --git a/forge-gui/res/cardsfolder/upcoming/atlan_jackal.txt b/forge-gui/res/cardsfolder/upcoming/atlan_jackal.txt new file mode 100644 index 00000000000..3d0a5698afd --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/atlan_jackal.txt @@ -0,0 +1,10 @@ +Name:Atalan Jackal +ManaCost:1 R G +Types:Creature Human Tyranid Scout +PT:2/2 +K:Trample +K:Haste +T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Player | TriggerZones$ Battlefield | Execute$ TrigSearch | CombatDamage$ True | TriggerDescription$ Skilled Outrider — Whenever CARDNAME deals combat damage to a player, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle. +SVar:TrigSearch:DB$ ChangeZone | Origin$ Library | Destination$ Battlefield | Tapped$ True | Optional$ True | ChangeType$ Land.Basic | ChangeNum$ 1 +HasAttackEffect:True +Oracle:Trample, haste\nSkilled Outrider — Whenever Atalan Jackal deals combat damage to a player, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle. diff --git a/forge-gui/res/cardsfolder/upcoming/biophagus.txt b/forge-gui/res/cardsfolder/upcoming/biophagus.txt new file mode 100644 index 00000000000..3b9ed9f1008 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/biophagus.txt @@ -0,0 +1,11 @@ +Name:Biophagus +ManaCost:1 G +Types:Creature Human Tyranid Wizard +PT:1/3 +A:AB$ Mana | Cost$ T | Produced$ Any | PrecostDesc$ Genomic Enhancement — | TriggersWhenSpent$ TrigSpent | SpellDescription$ Add one mana of any color. If this mana is spent to cast a creature spell, that creature enters the battlefield with an additional +1/+1 counter on it. +SVar:TrigSpent:Mode$ SpellCast | ValidCard$ Creature | ValidActivatingPlayer$ You | Execute$ TrigEffect | TriggerDescription$ If this mana is spent to cast a creature spell, that creature enters the battlefield with an additional +1/+1 counter on it. +SVar:TrigEffect:DB$ Effect | RememberObjects$ TriggeredCard | ForgetOnMoved$ Stack | ReplacementEffects$ ETBCreat +SVar:ETBCreat:Event$ Moved | ValidCard$ Card.IsRemembered | Destination$ Battlefield | ReplaceWith$ DBPutP1P1 | ReplacementResult$ Updated | Description$ That creature enters the battlefield with an additional +1/+1 counter on it and gains hexproof until your next turn. +SVar:DBPutP1P1:DB$ PutCounter | Defined$ ReplacedCard | CounterType$ P1P1 | ETB$ True | CounterNum$ 1 +DeckHas:Ability$Counter +Oracle:Genomic Enhancement — {T}: Add one mana of any color. If this mana is spent to cast a creature spell, that creature enters the battlefield with an additional +1/+1 counter on it. diff --git a/forge-gui/res/cardsfolder/upcoming/bone_sabres.txt b/forge-gui/res/cardsfolder/upcoming/bone_sabres.txt new file mode 100644 index 00000000000..f27a0163d7d --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/bone_sabres.txt @@ -0,0 +1,9 @@ +Name:Bone Sabres +ManaCost:2 G +Types:Artifact Equipment +K:Equip:3 +T:Mode$ Attacks | ValidCard$ Creature.EquippedBy | Execute$ TrigCounter | TriggerDescription$ Whenever equipped creature attacks, put four +1/+1 counters on it. +SVar:TrigCounter:DB$ PutCounter | Defined$ Equipped | CounterType$ P1P1 | CounterNum$ 4 +DeckHas:Ability$Counter +HasAttackEffect:True +Oracle:Whenever equipped creature attacks, put four +1/+1 counters on it.\nEquip {3} ({3}: Attach to target creature you control. Equip only as a sorcery.) diff --git a/forge-gui/res/cardsfolder/upcoming/marneus_calgar.txt b/forge-gui/res/cardsfolder/upcoming/marneus_calgar.txt new file mode 100644 index 00000000000..3223dc5199d --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/marneus_calgar.txt @@ -0,0 +1,11 @@ +Name:Marneus Calgar +ManaCost:2 W U B +Types:Legendary Creature Astartes Warrior +PT:3/5 +K:Double Strike +T:Mode$ ChangesZoneAll | ValidCards$ Card.token+YouCtrl | Destination$ Battlefield | TriggerZones$ Battlefield | Execute$ DBDraw | TriggerDescription$ Master Tactician — Whenever one or more tokens enter the battlefield under your control, draw a card. +SVar:DBDraw:DB$ Draw +A:AB$ Token | Cost$ 6 | PrecostDesc$ Chapter Master — | TokenAmount$ 2 | TokenScript$ w_2_2_astartes_warrior_vigilance | TokenOwner$ You | SpellDescription$ Create two 2/2 white Astartes Warrior creature tokens with vigilance. +DeckHints:Ability$Tokens +DeckHas:Ability$Tokens +Oracle:Double strike\nMaster Tactician — Whenever one or more tokens enter the battlefield under your control, draw a card.\nChapter Master — {6}: Create two 2/2 white Astartes Warrior creature tokens with vigilance. diff --git a/forge-gui/res/cardsfolder/upcoming/noise_marine.txt b/forge-gui/res/cardsfolder/upcoming/noise_marine.txt new file mode 100644 index 00000000000..e38b950d008 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/noise_marine.txt @@ -0,0 +1,9 @@ +Name:Noise Marine +ManaCost:4 R +Types:Creature Astartes Warrior +PT:3/2 +K:Cascade +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | TriggerZones$ Battlefield | Execute$ TrigDamage | TriggerDescription$ Sonic Blaster — When CARDNAME enters the battlefield, it deals damage equal to the number of spells you’ve cast this turn to any target. +SVar:TrigDamage:DB$ DealDamage | ValidTgts$ Creature,Player,Planeswalker | TgtPrompt$ Select any target | NumDmg$ X +SVar:X:Count$ThisTurnCast_Card.YouCtrl +Oracle:Cascade (When you cast this spell, exile cards from the top of your library until you exile a nonland card that costs less. You may cast it without paying its mana cost. Put the exiled cards on the bottom of your library in a random order.)\nSonic Blaster — When Noise Marine enters the battlefield, it deals damage equal to the number of spells you’ve cast this turn to any target. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/upcoming/tatyova_steward_of_tides.txt b/forge-gui/res/cardsfolder/upcoming/tatyova_steward_of_tides.txt index 9fd4e56b1c5..45d24159fef 100644 --- a/forge-gui/res/cardsfolder/upcoming/tatyova_steward_of_tides.txt +++ b/forge-gui/res/cardsfolder/upcoming/tatyova_steward_of_tides.txt @@ -7,4 +7,4 @@ T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Land.Y SVar:TrigAnimate:DB$ Animate | ValidTgts$ Land.YouCtrl | TargetMin$ 0 | TargetMax$ 1 | Duration$ Permanent | TgtPrompt$ Select up to one target land you control | Power$ 3 | Toughness$ 3 | Types$ Elemental,Creature | Keywords$ Haste DeckHints:Type$Land SVar:BuffedBy:Land -Oracle:Land creatures you control have flying.\nWhenever a land enters the battlefield under your control, if you control seven or more lands, up to one target land you control becomes a 3/3 Elemental creature with haste. It's still a land. \ No newline at end of file +Oracle:Land creatures you control have flying.\nWhenever a land enters the battlefield under your control, if you control seven or more lands, up to one target land you control becomes a 3/3 Elemental creature with haste. It's still a land. diff --git a/forge-gui/res/cardsfolder/upcoming/toxicrene.txt b/forge-gui/res/cardsfolder/upcoming/toxicrene.txt new file mode 100644 index 00000000000..8dc47d1ea36 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/toxicrene.txt @@ -0,0 +1,9 @@ +Name:Toxicrene +ManaCost:3 G +Types:Creature Tyranid +PT:2/4 +K:Reach +K:Deathtouch +S:Mode$ Continuous | Affected$ Land | AddAbility$ Mana | RemoveAllAbilities$ True | Description$ Hypertoxic Miasma — All lands have "{T}: Add one mana of any color" and lose all other abilities. +SVar:Mana:AB$Mana | Cost$ T | Produced$ Any | Amount$ 1 | SpellDescription$ Add one mana of any color. +Oracle:Reach, deathtouch\nAll lands have "{T}: Add one mana of any color" and lose all other abilities. diff --git a/forge-gui/res/tokenscripts/w_2_2_astartes_warrior_vigilance.txt b/forge-gui/res/tokenscripts/w_2_2_astartes_warrior_vigilance.txt new file mode 100644 index 00000000000..b50f939ce4d --- /dev/null +++ b/forge-gui/res/tokenscripts/w_2_2_astartes_warrior_vigilance.txt @@ -0,0 +1,7 @@ +Name:Astartes Warrior Token +ManaCost:no cost +Types:Creature Astartes Warrior +Colors:white +PT:2/2 +K:Vigilance +Oracle:Vigilance