Merge pull request #191 from Northmoc/ncc_1

NCC: 1 May
This commit is contained in:
Anthony Calosa
2022-05-02 06:04:15 +08:00
committed by GitHub
2 changed files with 29 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
Name:Kitt Kanto, Mayhem Diva
ManaCost:1 R G W
Types:Legendary Creature Cat Bard Druid
PT:3/3
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When NICKNAME enters the battlefield, create a 1/1 green and white Citizen creature token.
SVar:TrigToken:DB$ Token | TokenScript$ gw_1_1_citizen
T:Mode$ Phase | Phase$ BeginCombat | Execute$ TrigImmediateTrig | TriggerZones$ Battlefield | TriggerDescription$ At the beginning of combat on each player's turn, you may tap two untapped creatures you control. When you do, target creature that player controls gets +2/+2 and gains trample until end of turn. Goad that creature.
SVar:TrigImmediateTrig:AB$ ImmediateTrigger | Cost$ tapXType<2/Creature> | Execute$ TrigPump | TriggerDescription$ When you do, target creature that player controls gets +2/+2 and gains trample until end of turn. Goad that creature.
SVar:TrigPump:DB$ Pump | ValidTgts$ Creature.ActivePlayerCtrl | TgtPrompt$ Select target creature that player controls | NumAtt$ +2 | NumDef$ +2 | KW$ Trample | SubAbility$ DBGoad
SVar:DBGoad:DB$ Goad | Defined$ Targeted
DeckHas:Ability$Token & Type$Citizen
Oracle:When Kitt Kanto enters the battlefield, create a 1/1 green and white Citizen creature token.\nAt the beginning of combat on each player's turn, you may tap two untapped creatures you control. When you do, target creature that player controls gets +2/+2 and gains trample until end of turn. Goad that creature.

View File

@@ -0,0 +1,17 @@
Name:Phabine, Boss's Confidant
ManaCost:3 R G W
Types:Legendary Creature Cat Advisor
PT:3/6
S:Mode$ Continuous | Affected$ Creature.token+YouCtrl | AddKeyword$ Haste | Description$ Creature tokens you control have haste.
SVar:PlayMain1:TRUE
T:Mode$ Phase | Phase$ BeginCombat | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigReveal | TriggerDescription$ Parley At the beginning of combat on your turn, each player reveals the top card of their library. For each land card revealed this way, you create a 1/1 green and white Citizen creature token. Then creatures you control get +1/+1 until end of turn for each nonland card revealed this way. Then each player draws a card.
SVar:TrigReveal:DB$ PeekAndReveal | Defined$ Player | RememberRevealed$ True | SubAbility$ DBToken
SVar:DBToken:DB$ Token | TokenScript$ gw_1_1_citizen | TokenAmount$ X | SubAbility$ DBPump
SVar:DBPump:DB$ PumpAll | ValidCards$ Creature.YouCtrl | NumAtt$ +Y | NumDef$ +Y | SubAbility$ DBDraw
SVar:DBDraw:DB$ Draw | Defined$ Player | SubAbility$ DBCleanup
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
SVar:X:Remembered$Valid Land
SVar:Y:Remembered$Valid Card.nonLand
DeckHas:Ability$Token & Type$ Citizen
DeckHints:Ability$Token
Oracle:Creature tokens you control have haste.\nParley — At the beginning of combat on your turn, each player reveals the top card of their library. For each land card revealed this way, you create a 1/1 green and white Citizen creature token. Then creatures you control get +1/+1 until end of turn for each nonland card revealed this way. Then each player draws a card.