Erwan
- Fix issue 194 - Attempt at doing basic AI tests
This commit is contained in:
@@ -73,14 +73,13 @@ beacon_of_unrest.txt
|
||||
belligerent_hatchling.txt
|
||||
benalish_knight.txt
|
||||
blessed_wine.txt
|
||||
blinking_spirit.txt
|
||||
bloodfire_colossus.txt
|
||||
bloodhall_ooze.txt
|
||||
body_double.txt
|
||||
boggart_arsonists.txt
|
||||
borderland_behemoth.txt
|
||||
bottle_gnomes.txt
|
||||
bottle_gnomes2.txt
|
||||
boggart_arsonists.txt
|
||||
brass_man.txt
|
||||
cage_of_hands.txt
|
||||
Call_to_Heel_1.txt
|
||||
@@ -105,8 +104,8 @@ counterspell.txt
|
||||
counterspell2.txt
|
||||
counterspell3.txt
|
||||
counterspell4.txt
|
||||
creature_bond.txt
|
||||
crimson_kobolds.txt
|
||||
creature_bond.txt
|
||||
dauntless_escort.txt
|
||||
dauthi_embrace.txt
|
||||
death_ward.txt
|
||||
@@ -127,17 +126,16 @@ elvish_promenade.txt
|
||||
emblem_of_the_warmind.txt
|
||||
enervate.txt
|
||||
erg_raiders_i157.txt
|
||||
farhaven_elf.txt
|
||||
farmstead.txt
|
||||
flagstones.txt
|
||||
farhaven_elf.txt
|
||||
fastbond.txt
|
||||
fastbond2.txt
|
||||
fault_line.txt
|
||||
fists_of_ironwood.txt
|
||||
flagstones.txt
|
||||
flare.txt
|
||||
fledgling_imp.txt
|
||||
fledgling_imp2.txt
|
||||
flowstone_hellion.txt
|
||||
flowstone_slide.txt
|
||||
foratog.txt
|
||||
force_of_nature.txt
|
||||
@@ -160,14 +158,12 @@ harpoon_sniper.txt
|
||||
hellfire.txt
|
||||
howl_from_beyond.txt
|
||||
howl_of_the_night_pack.txt
|
||||
hyalopterous_lemure.txt
|
||||
hymn_of_rebirth.txt
|
||||
hypnotic_specter.txt
|
||||
icatian_priest.txt
|
||||
imaginary_pet.txt
|
||||
immaculate_magistrate.txt
|
||||
instill_energy_i166.txt
|
||||
jodahs_avenger.txt
|
||||
jump.txt
|
||||
keldon_warlord.txt
|
||||
keldon_warlord2.txt
|
||||
@@ -239,26 +235,26 @@ seedcradle_witch.txt
|
||||
seismic_assault.txt
|
||||
seismic_spike_i191.txt
|
||||
selesnya_guildmage.txt
|
||||
siege_gang_commander.txt
|
||||
shepherd_of_rot.txt
|
||||
shivan_hellkite.txt
|
||||
shock.txt
|
||||
shock2.txt
|
||||
siege_gang_commander.txt
|
||||
slate_of_ancestry.txt
|
||||
sleeper_agent.txt
|
||||
slith_bloodletter.txt
|
||||
soulblast.txt
|
||||
spark_elemental.txt
|
||||
sphinx_summoner.txt
|
||||
spirit_link.txt
|
||||
spitting_earth.txt
|
||||
spark_elemental.txt
|
||||
spirit_link.txt
|
||||
spoils_of_evil.txt
|
||||
stasis.txt
|
||||
steelclad_serpent1.txt
|
||||
steelclad_serpent2.txt
|
||||
stillmoon_cavalier.txt
|
||||
stonebrow2.txt
|
||||
stonebrow_i159.txt
|
||||
stonebrow2.txt
|
||||
stronghold_discipline.txt
|
||||
sword_to_plowshares.txt
|
||||
symbiotic_wurm.txt
|
||||
@@ -271,9 +267,10 @@ titanic_ultimatum.txt
|
||||
torture.txt
|
||||
tranquil_domain.txt
|
||||
twitch.txt
|
||||
unstable_mutation.txt
|
||||
unstable_mutation2.txt
|
||||
unwilling_recruit.txt
|
||||
unstable_mutation.txt
|
||||
unstable_mutation2.txt
|
||||
vampire_bats.txt
|
||||
vampiric_link.txt
|
||||
volcanic_eruption.txt
|
||||
@@ -292,3 +289,7 @@ zombify.txt
|
||||
########################
|
||||
momir/keldon_warlord.txt
|
||||
momir/overcost.txt
|
||||
########################
|
||||
#AI Tests
|
||||
########################
|
||||
ai/goblin_artillery.txt
|
||||
@@ -0,0 +1,22 @@
|
||||
#Bug:ai uses goblin artilery on own creature
|
||||
# http://code.google.com/p/wagic/issues/detail?id=194
|
||||
FORCEABILITY
|
||||
RValues:2
|
||||
AICALLS 10
|
||||
[INIT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
inplay:,grizzly bears,goblin artillery
|
||||
[PLAYER2]
|
||||
inplay:raging goblin
|
||||
[DO]
|
||||
ai
|
||||
ai
|
||||
[ASSERT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
life:17
|
||||
inplay:goblin artillery,grizzly bears
|
||||
[PLAYER2]
|
||||
graveyard:raging goblin
|
||||
[END]
|
||||
Reference in New Issue
Block a user