Commit Graph

1363 Commits

Author SHA1 Message Date
guzhenjie1@gmail.com
61186347e5 Fixed Godless Shrine and Contested War Zone.
Thank you for Zeth's help and support!
2011-02-11 13:40:23 +00:00
omegablast2002@yahoo.com
201d096d24 mr big pointed out that the order of the abilities on Mayael's Aria was incorrect, and it does make a huge difference, it can mean the difference between a win or lose. 2011-02-10 19:59:29 +00:00
omegablast2002@yahoo.com
61e14f5b68 added Serra Inquisitors,Dwarven Soldier,Amphibious Kavu, fixed contested war zone 2011-02-10 19:51:13 +00:00
guzhenjie1@gmail.com
e3ac27bc30 Fixed Aura Extraction:
auto=moveTo(ownerhand)
 ==> 
auto=moveTo(ownerlibrary)
2011-02-10 13:10:19 +00:00
omegablast2002@yahoo.com
8ab65b234b updated the shrine cycle to use type: variable
ei:infinate of horden rage bug...it was the same bug as halimar used to have.
2011-02-10 12:07:11 +00:00
omegablast2002@yahoo.com
4bf72efaac Obelisk of Alara was missing the word "token for its *cough cough *workaround *cough cough* 2011-02-10 12:00:49 +00:00
omegablast2002@yahoo.com
b728a81144 journey to nowhere was sending it target to exile, then trying to blink it... 2011-02-10 11:54:56 +00:00
omegablast2002@yahoo.com
2866db0229 fixed line errors, report in r591 please confirm and close ticket 2011-02-09 15:21:24 +00:00
omegablast2002@yahoo.com
d336f921d7 added Progenitus and Splinter Twin 2011-02-09 09:48:04 +00:00
solo81@web.de
75e34d9012 Added Ghost Town. 2011-02-08 23:27:26 +00:00
solo81@web.de
adaa589e93 Fixed issue358.
New code for Paralyze uses "teach(...)":

[card]
name=Paralyze
target=creature
auto=tap
auto=doesnotuntap
auto=teach(creature) {4}:untap myUpkeepOnly
text=Enchant creature -- When Paralyze enters the battlefield, tap enchanted creature. -- Enchanted creature doesn't untap during its controller's untap step. -- At the beginning of the upkeep of enchanted creature's controller, that player may pay {4}. If he or she does, untap the creature.
mana={B}
type=Enchantment
subtype=Aura
[/card]
2011-02-08 23:03:43 +00:00
omegablast2002@yahoo.com
67cdb895b9 removed an incorrect line from Concordant Crossroads 2011-02-08 15:15:25 +00:00
omegablast2002@yahoo.com
39e10dd088 updated clockworks, also corrected a few that were removing the wrong type of counter during combat, they come in with 1/1 counters and were removing 1/0 counters, which was wrong. 2011-02-08 15:13:12 +00:00
omegablast2002@yahoo.com
d852486355 Venerated Teacher was set to 1 counter, should have been 2...all this time i thought that it was a little underpowered then normal. 2011-02-08 12:23:59 +00:00
guzhenjie1@gmail.com
4196754abc Fixed Allay, Glissa, the Traitor and Kuldotha Forgemaster was reported in forum. 2011-02-08 10:07:04 +00:00
guzhenjie1@gmail.com
b1ae9bf548 Fixed Melt Terrain:
mana={1}{R}{R}
 ==> 
mana={2}{R}{R}
2011-02-07 15:07:54 +00:00
guzhenjie1@gmail.com
b0a370c1b7 Fixed following cards reported by ph34rbot in forum:
1. Blightwidow
2. Bonehoard
3. Crush
4. Darksteel Myr
5. Revoke Existence
2011-02-07 10:50:36 +00:00
guzhenjie1@gmail.com
3eee274726 Deleted carriage-return between Myr Sire and Myr Turbine:
[/card]

[card]
 ==> 
[/card]
[card]
2011-02-06 22:47:38 +00:00
omegablast2002@yahoo.com
230edd917c did away with the "fading" workaround... 2011-02-06 18:21:25 +00:00
omegablast2002@yahoo.com
26b1cd2c34 add mutavault 2011-02-06 16:43:58 +00:00
omegablast2002@yahoo.com
a08729d7e8 a little more {s( to {discard( cost clean up 2011-02-06 16:08:08 +00:00
omegablast2002@yahoo.com
ca15d579d1 updated alot of cards using {S(*|myhand)} as "discard a card" to the support i added a while ago, targetted discard cost...{discard(*|myhand)} 2011-02-06 15:57:06 +00:00
omegablast2002@yahoo.com
5ac735c2f5 updated Fauna Shaman to use {discard(blah)}: cost..... 2011-02-06 15:41:09 +00:00
guzhenjie1@gmail.com
a717bae839 Added "oneshot" code for cards with "Champion a creature" ability:
Boggart Mob
Changeling Berserker
Changeling Hero
Changeling Titan
Lightning Crafter
Mistbind Clique
Nova Chaser
Supreme Exemplar
Unstoppable Ash
Wren's Run Packmaster
2011-02-06 11:39:57 +00:00
omegablast2002@yahoo.com
a01898436b changed the order of abilities on a couple cards..
general tip on getting ai to use an ability on a card.
titan forge for exsample
[card]
name=Titan Forge
auto={3}{T}:counter(0/0,1,Charge)
auto={T}{C(0/0,-3,Charge)}:token(Golem,Artifact Creature Golem,9/9)
text={3},{T}: Put a charge counter on Titan Forge. -- {T}, Remove three charge counters from Titan Forge: Put a 9/9 colorless Golem artifact creature token onto the 
battlefield.
mana={3}
type=Artifact
[/card]

with the counter ability above the counter cost ability, ai will rarely ever use the titan forge to make a token.
however if you change the order around, ai will see the token ability first...then if it can afford it then it will make a token.
2011-02-05 14:49:40 +00:00
omegablast2002@yahoo.com
86308a4acb corrected titan forge, it was "lol" incorrect. it was basically "put a charge counter on titan forge, put a 9/9 in play" 2011-02-05 10:52:10 +00:00
omegablast2002@yahoo.com
23fc40895d updated vanishing creatures to use new vanishing...auto=vanishing:number 2011-02-03 14:18:10 +00:00
guzhenjie1@gmail.com
cd43d75c88 Fixed the Kor Hookmaster:
auto=choice target(creature) tap && frozen
 ==> 
auto=choice target(creature|opponentbattlefield) tap && frozen
2011-02-03 05:44:54 +00:00
guzhenjie1@gmail.com
049bee044d Fixed the following cards reported by ph34rbot in forum:
Sphere of the Suns
Turn the Tide
Vedalken Infuser
Viridian Corrupter
2011-02-03 04:53:29 +00:00
omegablast2002@yahoo.com
5c9b1d03a9 found these newly codable cards while scanning through the todo.
ring of renewal
reckless embermage
Rock Hydra
Roiling Terrain
Ronin Warclub
Runed Stalactite
Sabertooth Alley Cat
Scythe of the Wretched
Security Detail
Sewers of Estark
Sosuke's Summons
Soul Collector
Stasis Cell
Steal Strength
Takenuma Bleeder
Tetravus
Thornbite Staff
Tolarian Entrancer
Trap Digger
2011-02-03 03:54:28 +00:00
omegablast2002@yahoo.com
318eaf3959 added Psychic Overload 2011-02-03 00:23:16 +00:00
omegablast2002@yahoo.com
5be49a1857 mystifying maze had a typo 2011-02-03 00:14:17 +00:00
omegablast2002@yahoo.com
4ff2bd9b95 added:
Word of Seizing
Wipe Away
Take Possession
Sulfur Elemental
Sudden Shock
Sudden Death
Stonewood Invocation
Krosan Grip
Extirpate
Celestial Crusader
Kaijin of the Vanishing Touch
2011-02-03 00:04:42 +00:00
omegablast2002@yahoo.com
81f3a4c1d5 added Maelstrom Djinn 2011-02-02 21:54:25 +00:00
omegablast2002@yahoo.com
31a08e5470 added otherworldly journey and mystifying maze 2011-02-02 21:22:40 +00:00
omegablast2002@yahoo.com
f42227933c added Valakut, the Molten Pinnacle 2011-02-02 20:11:25 +00:00
omegablast2002@yahoo.com
1f047529de added bloodcrazed goblin 2011-02-02 18:50:55 +00:00
omegablast2002@yahoo.com
d675e65de7 added giant shark, inflame 2011-02-02 18:46:41 +00:00
omegablast2002@yahoo.com
6f926b2f3a fixed kor hookmaster 2011-02-02 18:29:20 +00:00
omegablast2002@yahoo.com
840edaf14d added and updated the todo
Crushing Pain
Fatal Blow
Final-Sting Faerie
Opportunist
Witch's Mist
Reciprocate
Retaliation
Giltspire Avenger
doc might find more uses for it then i, just thought i would code some cards to go in with it.

note:pregamebooster failing again...whoever keeps adding new tokens to the card.dat please refrain from doing so as it is breaking a test in test suite...
2011-02-02 18:23:26 +00:00
guzhenjie1@gmail.com
2993388a6e Fixed the Hellkite Igniter:
text=First strike. -- Deathtouch. -- Whenever a creature an opponent controls is put into a graveyard from the battlefield, you may return target artifact card from your graveyard to your hand.
 ==> 
text=Flying, haste -- {1}{R}: Hellkite Igniter gets +X/+0 until end of turn, where X is the number of 

artifacts you control.
2011-02-02 14:36:52 +00:00
omegablast2002@yahoo.com
76fc1558ec morgue theft was never changed into a flashback card 2011-02-02 08:23:01 +00:00
omegablast2002@yahoo.com
ce8c6e69b3 ray of revelations was a flashback card not using flashback cost... 2011-02-02 08:16:50 +00:00
omegablast2002@yahoo.com
a283c89059 Captivating vampire had some typos. 2011-02-01 23:53:22 +00:00
guzhenjie1@gmail.com
a2939cc93f Fixed the Wickerbough Elder:
(Wickerbough Elder enters the battlefield with a -1/-1 counter on it.)

auto=counter(-1/-1,2)
 ==> 
auto=counter(-1/-1,1)
2011-01-31 15:18:54 +00:00
solo81@web.de
6bf8a1209d Fixed several cards (reported by rawsugar):
Kamahl, Fist of Krosa
Mayael's Aria
Peat Bog
Vigor
Wash Out
Wickerbough Elder
2011-01-31 14:01:51 +00:00
omegablast2002@yahoo.com
7e21105460 fixed the 2 avatars, they were missing part of the secondary keyword for other restrictions checking opponent field. 2011-01-31 13:27:27 +00:00
guzhenjie1@gmail.com
378fe1c600 Fixed the following cards reported by ph34rbot in forum:
1. Black Sun's Zenith
2. Blightwidow
3. Spiraling Duelist
4. Sword of the Meek
5. Vedalken Anatomist
6. White Sun's Zenith
7. Fixed Battle cry of following cards:
Accorder Paladin
Goblin Wardriver
Kuldotha Ringleader
Loxodon Partisan
Signal Pest
Hero of Bladehold
Hero of Oxida Ridge
Victory's Herald
2011-01-31 13:00:22 +00:00
solo81@web.de
6a5eeff8dd Added Avatar of Might. 2011-01-30 22:16:48 +00:00
solo81@web.de
015fdb7bfa Fixed Jackal Pup. 2011-01-30 21:17:48 +00:00