- 2 new ability keywords: mustattack and cantattack
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-04-05 09:46:02 +00:00
parent 34c139a15d
commit a6c1776a90
12 changed files with 121 additions and 23 deletions

View File

@@ -0,0 +1,24 @@
#Bloodrock Cyclops attacks each turn if able.
[INIT]
FIRSTMAIN
[PLAYER1]
inplay:bloodrock cyclops
[PLAYER2]
[DO]
next
#combat begin
next
#attackers
next
#blockers
next
#damage
next
#combat end
[ASSERT]
COMBATEND
[PLAYER1]
inplay:bloodrock cyclops
[PLAYER2]
life:17
[END]