mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
wedding_announcement_wedding_festivity.txt and token
This commit is contained in:
@@ -171,6 +171,8 @@ public enum CounterEnumType {
|
|||||||
|
|
||||||
INTERVENTION("INTRV", 205, 203, 105),
|
INTERVENTION("INTRV", 205, 203, 105),
|
||||||
|
|
||||||
|
INVITATION("INVIT", 205, 0, 26),
|
||||||
|
|
||||||
ISOLATION("ISOLT", 250, 190, 0),
|
ISOLATION("ISOLT", 250, 190, 0),
|
||||||
|
|
||||||
JAVELIN("JAVLN", 180, 206, 172),
|
JAVELIN("JAVLN", 180, 206, 172),
|
||||||
|
|||||||
@@ -0,0 +1,22 @@
|
|||||||
|
Name:Wedding Announcement
|
||||||
|
ManaCost:2 W
|
||||||
|
Types:Enchantment
|
||||||
|
T:Mode$ Phase | Phase$ End of Turn | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigPutCounter | TriggerDescription$ At the beginning of your end step, put an invitation counter on CARDNAME. If you attacked with two or more creatures this turn, draw card. Otherwise, create a 1/1 white Human creature token. Then if CARDNAME has three or more invitation counters on it, transform it.
|
||||||
|
SVar:TrigPutCounter:DB$ PutCounter | Defined$ Self | CounterType$ INVITATION | CounterNum$ 1 | SubAbility$ DBBranch
|
||||||
|
SVar:DBBranch:DB$ Branch | BranchConditionSVar$ X | BranchConditionSVarCompare$ GE2 | TrueSubAbility$ DBDraw | FalseSubAbility$ DBToken
|
||||||
|
SVar:X:Count$AttackersDeclared
|
||||||
|
SVar:DBDraw:DB$ Draw | NumCards$ 1 | SubAbility$ DBTransform
|
||||||
|
SVar:DBToken:DB$ Token | TokenScript$ w_1_1_human | SubAbility$ DBTransform
|
||||||
|
SVar:DBTransform:DB$ SetState | Defined$ Self | ConditionDefined$ Self | ConditionPresent$ Card.counters_GE3_INVITATION | Mode$ Transform
|
||||||
|
AlternateMode:DoubleFaced
|
||||||
|
DeckHas:Ability$Counters & Ability$Token
|
||||||
|
Oracle:At the beginning of your end step, put an invitation counter on Wedding Announcement. If you attacked with two or more creatures this turn, draw card. Otherwise, create a 1/1 white Human creature token. Then if Wedding Announcement has three or more invitation counters on it, transform it.
|
||||||
|
|
||||||
|
ALTERNATE
|
||||||
|
|
||||||
|
Name:Wedding Festivity
|
||||||
|
ManaCost:no cost
|
||||||
|
Colors:white
|
||||||
|
Types:Enchantment
|
||||||
|
S:Mode$ Continuous | Affected$ Creature.YouCtrl | AddPower$ 1 | AddToughness$ 1 | Description$ Creatures you control get +1/+1.
|
||||||
|
Oracle:Creatures you control get +1/+1.
|
||||||
Reference in New Issue
Block a user