Psyringe - 5DN overhaul: added 6 cards (some borderline) and fixed 11 bugs. Added test scripts for most added cards. Please check/review as I'm still inexperienced with card code.
Additions:
- Added Avarice Totem. Code works, but uses a trick to circumvent a parser limitation. Feedback welcome.
- Added Fangren Pathcutter. Code works, but will fail if Fangren Pathcutter gets removed during the combatattackers phase (currently unlikely though). Feedback welcome.
- Added Goblin Cannon (spectacularly useless card, but codeable)
- Added Silent Arbiter (code works pretty well imho)
- Added Skullcage (doesn't work correctly yet due to bug; issue will be opened shortly)
- Added Thought Courier (has wrong sequence of actions, but is acceptable imho)
Bugfixes:
- Arachnoid didn't have Reach
- Battered Golem was missing a "may"
- softcoded Beacon of Creation
- Beacon of Destruction was missing an alias
- Beacon of Immortality was missing an alias
- Cackling Imp couldn't use its ability
- removed Crucible of Worlds (didn't work on several accounts)
- Krark-Clan Ironworks had an incorrect {T} cost
- Krark-Clan Ogre had an incorrect cost
- Screaming Fury was missing a target
- Skyhunter Skirmisher had double strike spelled wrong
Other:
- experimented with several more cards but couldn't implement them correctly, check the comments in todo.dat for details.
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
#NAME: Fangren Pathcutter 1
|
||||
#DESC: Verifies that Fangren Pathcutter
|
||||
#DESC: gives Trample to itself and
|
||||
#DESC: other attacking creatures.
|
||||
[INIT]
|
||||
combatattackers
|
||||
[PLAYER1]
|
||||
inplay:Fangren Pathcutter,Craw Wurm
|
||||
[PLAYER2]
|
||||
inplay:Grizzly Bears,Raging Goblin
|
||||
[DO]
|
||||
Fangren Pathcutter
|
||||
Craw Wurm
|
||||
next
|
||||
Grizzly Bears
|
||||
Raging Goblin
|
||||
Raging Goblin
|
||||
next
|
||||
next
|
||||
next
|
||||
[ASSERT]
|
||||
combatend
|
||||
[PLAYER1]
|
||||
inplay:Fangren Pathcutter,Craw Wurm
|
||||
[PLAYER2]
|
||||
graveyard:Grizzly Bears,Raging Goblin
|
||||
life:13
|
||||
[END]
|
||||
Reference in New Issue
Block a user