Card Contributions
Post MTG Forge Related Programming Questions Here
Moderators: timmermac, friarsol, Blacksmith, KrazyTheFox, Agetian, CCGHQ Admins
Re: Card Contributions
by squee1968 » 09 Feb 2021, 04:09
forge no longer uses that method for pictures, so you don't need that SVar. your script looks good, but it's already been added.
Re: Card Contributions
by Flexy » 11 Feb 2021, 22:54
I wasn't sure, I just started doing it and wasn't getting many responses. Thank you for the info.squee1968 wrote:forge no longer uses that method for pictures, so you don't need that SVar. your script looks good, but it's already been added.
Commander Legends.txt
by Flexy » 11 Feb 2021, 23:04
- Code: Select all
[metadata]
Code=CMR
Date=2020-15-20
Name=Commander Legends
Type=Expansion
[cards]
079 U Malcom, Keen-Eyed Navigator
074 R Hullbreacher
165 U Breeches, Brazen Plunderer
169 R Coercive Recruiter
204 U Toggo, Goblin Weaponsmith
239 R Kodama of the East Tree
242 R Magus of the Order
560 U Malcom, Keen-Eyed Navigator
571 U Breeches, Brazen Plunderer
[tokens]
Rock
Kaldheim cards Elderfang Venom, Maskwood Nexus
by Flexy » 05 Mar 2021, 01:28
- Code: Select all
Name:Elderfang Venom
ManaCost:2 B G
Types:Enchantment
S:Mode$ Continuous | Affected$ Creature.attacking+YouCtrl | AddKeyword$ Deathtouch | Description$ Attacking creatures you control have deathtouch.
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Creature.YouCtrl+Elf | TriggerZones$ Battlefield | Execute$ TrigDealDamage | TriggerDescription$ Whenever an Elf you control dies, each opponent loses 1 life and you gain 1 life.
SVar:TrigLoseLife:DB$ LoseLife | Defined$ Player.Opponent | LifeAmount$ 1 | DB$GainLife | Defined$ You | LifeAmount$ 1
SVar:Picture:http://www.wizards.com/global/images/magic/general/hissing_iguanar.jpg
Oracle: Attacking Elves you control have deathtouch. \nWhenever an Elf you control dies, each opponent loses 1 life and you gain 1 life.
- Code: Select all
Name:Maskwood Nexus
ManaCost:4
Types:Artifact
S:Mode$ Continuous | Affected$ Creature.YouCtrl | AddKeyword$ Changeling | AddType$ Shapeshifter
A:AB$ Token | Cost$ 3 T | TokenAmount$ 1 | TokenScript$ u_2_2_shapeshifter | TokenOwner$ You | TriggerDescription$ Creatures you control are every creature type. The same is true for creatures spells you control and creature cards you own that aren't on the battlefield. \n3, T: Create a 2/2 blue Shapeshifter creature token with changeling. (It is every creature type.)
Oracle:Creatures you control are every creature type. The same is true for creatures spells you control and creature cards you own that aren't on the battlefield. \n3, T: Create a 2/2 blue Shapeshifter creature token with changeling. (It is every creature type.)
Last edited by Flexy on 06 Mar 2021, 00:06, edited 1 time in total.
Commander Legends Abomination of Llanowar
by Flexy » 05 Mar 2021, 01:29
- Code: Select all
Name:Abomination of Llanowar
ManaCost:1 B G
Types:Legendary Creature Elf Horror
PT:*/*
K:Vigilance
K:Menace
S:Mode$ Continuous | Affected$ Card.Self| EffectZone$ All | CharacteristicDefining$ True | SetPower$ X | SetToughness$ X | Description$ CARDNAME's power and toughness are each equal to the number of Elves you control plus the number of Elf cards in your graveyard.
SVar:X:Count$Valid Elf.YouCtrl/Plus.DEADELF
SVar:DEADELF:Count$TypeInYourYard.Elf
Oracle: Abomination of Llanowar's power and toughness are each equal to the number of Elves you control plus the number of Elf cards in your graveyard.
Re: Card Contributions
by Jobexi » 01 Apr 2021, 14:32
Someone, at some point, fixed Blood of the Martyr so it no longer crashes the game (Thank you!). However, the correct version didn't make it into the snapshots. (Or perhaps the main release, I haven't tested). The version that comes with the snapshots has an incorrectly-named SVar which crashes the game.
The attached file corrects the sVar name, and does not crash the game.
The attached file corrects the sVar name, and does not crash the game.
- Attachments
-
blood_of_the_martyr.txt
- (769 Bytes) Downloaded 5 times
Who is online
Users browsing this forum: No registered users and 21 guests