mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 10:48:00 +00:00
Merge branch 'card_fixes' into 'master'
GRN fixes See merge request core-developers/forge!930
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
Name:Gateway Plaza
|
||||
ManaCost:
|
||||
Types:Land Gate
|
||||
K:CARDNAME enters the battlefield tapped.
|
||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigSac | TriggerDescription$ When CARDNAME enters the battlefield, sacrifice it unless you pay {1}.
|
||||
|
||||
@@ -3,7 +3,7 @@ ManaCost:1 G W
|
||||
Types:Creature Dryad Knight
|
||||
PT:2/1
|
||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigCharm | TriggerDescription$ When CARDNAME enters the battlefield, ABILITY
|
||||
SVar:TrigCharm:DB$ Charm | Cost$ 1 R W | Choices$ DBPump,DBDestroy,DBGainLife
|
||||
SVar:TrigCharm:DB$ Charm | Choices$ DBPump,DBDestroy,DBGainLife
|
||||
SVar:DBPump:DB$ PutCounter | CounterType$ P1P1 | CounterNum$ 2 | SpellDescription$ Put two +1/+1 counters on CARDNAME.
|
||||
SVar:DBDestroy:DB$ Destroy | ValidTgts$ Artifact,Enchantment | TgtPrompt$ Select target artifact or enchantment | SpellDescription$ Destroy target artifact or enchantment.
|
||||
SVar:DBGainLife:DB$ GainLife | LifeAmount$ 4 | SpellDescription$ You gain 4 life.
|
||||
|
||||
@@ -42,6 +42,10 @@ def initializeEditions():
|
||||
settype = line.split("=")[1].rstrip()
|
||||
|
||||
else:
|
||||
if line.startswith("[tokens]"):
|
||||
metadata = True
|
||||
continue
|
||||
|
||||
if line:
|
||||
hasSetNumbers = line.split(" ", 1)[0].isdigit()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user