- AI:increased percentage of chance to play an "unknown" Card
- removed delay before displaying big card ingame
- added 2 new AI Decks 
- Fixed a bug with afflict (see tests/afflict.txt)
This commit is contained in:
wagic.the.homebrew
2008-12-01 12:10:55 +00:00
parent 179b7deeb8
commit d66ef78d12
11 changed files with 194 additions and 14 deletions
+67
View File
@@ -0,0 +1,67 @@
#Blue Deck, with Persusasion
#28 Islands
176428
176428
176428
176428
176428
176428
176428
158237
158237
158237
158237
158237
158237
158237
157875
157875
157875
157875
157875
157875
157875
157883
157883
157883
157883
157883
157883
157883
#4persusasion
129900
129900
129900
129900
#4Boomerang
129494
129494
129494
129494
#2Lord of Atlantis
1206
1206
#2Merfolk
1210
1210
#4Gravelgill
141935
141935
141935
141935
#4Unsummon
136218
136218
136218
136218
#4Counsel of the Soratami
134757
134757
134757
134757
#2Air Elemental
129459
129459
#2 Mahamoti djinn
129633
129633
+69
View File
@@ -0,0 +1,69 @@
#Black Deck, Rats
#26 Swamps
157886
157886
157886
157886
157886
157871
157871
157871
157871
157871
157871
157871
158239
158239
158239
158239
158239
158239
158239
157889
157889
157889
157889
157889
157889
157889
#4plague rats
1173
1173
1173
1173
#4plague beetle
129678
129678
129678
129678
#12 relentless rats
135236
135236
135236
135236
135236
135236
135236
135236
135236
135236
135236
135236
#4Oona's Gatewarden
141975
141975
141975
141975
#4Fear
129544
129544
129544
129544
#Ascendant Evincar
106525
106525
#4rain of tears
135220
135220
135220
135220
+1 -1
View File
@@ -1204,7 +1204,7 @@ subtype=Aura
[card]
text=Relentless Rats gets +1/+1 for each other creature in play named Relentless Rats. A deck can have any number of cards named Relentless Rats.
id=135236
auto=champion(name:Relentless Rats)
auto=foreach(name:Relentless Rats)
name=Relentless Rats
rarity=U
color=Black
+1 -1
View File
@@ -1581,7 +1581,7 @@ subtype=Plains Mountain
text=Plague Rats's power and toughness are each equal to the number of creatures named Plague Rats in play.
id=1173
name=Plague Rats
auto=champion(name:Plague Rats)
auto=foreach(name:Plague Rats)
rarity=C
color=Black
type=Creature
+1
View File
@@ -11,6 +11,7 @@ generic/wither.txt
########################
#Specific Cards
########################
afflict.txt
anarchy.txt
animate_dead.txt
animate_dead2.txt
+37
View File
@@ -0,0 +1,37 @@
#Make sure afflict does -1/-1 and makes you draw a card
[INIT]
FIRSTMAIN
[PLAYER1]
hand:135206
inplay:2455
library:129580
manapool:{B}{2}
[PLAYER2]
inplay:129586
[DO]
135206
129586
next
#combat begin
next
#attackers
2455
next
#blockers
129586
next
#damage
next
#combat end
[ASSERT]
COMBATEND
[PLAYER1]
hand:129580
graveyard:135206
inplay:2455
manapool:{0}
life:20
[PLAYER2]
graveyard:129586
life:20
[END]