Commit Graph

2045 Commits

Author SHA1 Message Date
omegablast2002@yahoo.com
f7fb6b8b82 2010-08-14 01:35:47 +00:00
wagic.laurent
8fb8dc2b69 Laurent - small correction to ARC - Daily build 2010-08-14 00:10:56 +00:00
solo81@web.de
897114af70 Added the new zone "OPPONENTHAND" (by Zethfox).
Zethfox: "Opponenthand gui access, cards that target(*|opponenthand) can now be coded as such, target chooser will activate allowing you to click the new icon under the avatar of the opponent and open the opponents hand Gui so you may select the target card."

Cards in opponents hand are only viewable when target choosing would allow you to enter that zone! ;)


- Added the new keyword "NAME". (by Zethfox). 
When used in an autoline it replaces an autoline's "ability" text with a custom ability name. 
The basic phrase is: "auto=name(whatever you want) &&".

Example card:
[card]
name=Order of the Stars
abilities=defender
auto=choice name(white) && counter(0/0,1,White) all(this)
auto=choice name(blue) && counter(0/0,1,Blue) all(this)
auto=choice name(black) && counter(0/0,1,Black) all(this)
auto=choice name(red) && counter(0/0,1,Red) all(this)
auto=choice name(green) && counter(0/0,1,Green) all(this)
auto=this(counter{0/0.1.White}) protection from white
auto=this(counter{0/0.1.Blue}) protection from blue
auto=this(counter{0/0.1.Black}) protection from black
auto=this(counter{0/0.1.Red}) protection from red
auto=this(counter{0/0.1.Green}) protection from green
text=Defender (This creature can't attack.) -- As Order of the Stars enters the battlefield, choose a color. -- Order of the Stars has protection from the chosen color.
mana={W}
type=Creature
subtype=Human Cleric
power=0
toughness=1
[/card]

The popup window for this card will now contain a list with 

"white,"blue","black","red" and "green" 
instead of 
"ability","ability","ability","ability","ability".

This will make a lot of cards much easier to handle!


- Added 42 successfully test using one (or both) new keywords.
Card list --> First comment


Note that we did not add tests for both new keywords:
It is simply not possible to write them yet! They will follow as soon as they are possible. We guarantee that everything we submitted in this revision has been tested excessively!
2010-08-13 00:38:56 +00:00
leungclj
fb3733a947 added missing "]" to line: 18776, 33985, "(" to line 43308, ")" to line 7594, 18776, 23862, 28399, 37885. 2010-08-12 19:57:02 +00:00
leungclj
02903ec9e8 added missing "}" to line: 13005, 13006, 19169, 31385, 42935, 47481 and removed an extra ] @ line 25187 2010-08-12 15:44:23 +00:00
leungclj
083cec787b added missing "]" @ line 489 and line 6040 2010-08-12 15:08:00 +00:00
solo81@web.de
b0337db057 Fixed Giant Growth & Aether Vial. 2010-08-12 12:06:03 +00:00
wagic.laurent
54943eaf8f Laurent - added ARC, daily build, borderline.txt, modified mtg.txt added scheme_todo.dat
Added ARC (although the set does not have official abbreviation. I putted the scheme in a separate todo.dat, mainly because I'm lazy of adding all the scheme alphabetically ordered into the todo.dat. Some cards do not have official ID now I've used ID from the numbering sequence of ARC that were unusued, will provide a full list later for tracking purpose.
modified the m11 cards.dat name, otherwise it does not load correctly.
moved some cards from mtg.txt into a "borderline.txt", probably some others should be added...
Daily build
2010-08-11 22:15:10 +00:00
leungclj
50093b4cda removed the "|" from Hickory Woodlot. 2010-08-11 12:46:03 +00:00
solo81@web.de
8a72e76bcf Fixed some small typos from the last revisions
Thx to leungclj!!!
2010-08-10 11:27:50 +00:00
leungclj
15d20a4cd3 improved card description, changed a few "E" to "--" 2010-08-10 11:06:29 +00:00
solo81@web.de
477439773b - Fixed the "CANTREGENERATE" keyword (by Zethfox).
The engine always handled it as "REGENERATE" and thus had to be renamed. Its new name is "CANTREGEN". It has been tested excessively by me and Zethfox. Now all cards with the former "cantregenerate" work as they should.

- I also added a test for "CANTREGEN" (Incinerate).


- Added the new keyword "FOG" (by Zethfox). 
This is an equivalent for "PREVENTALLCOMBATDAMAGE", which only worked for instants and sorceries. "Fog" works only for permanents and is used in combination with the newly introduced parameter "ONESHOT"!

- I also added 2 tests for "FOG" (Maze of Ith, Spore Frog).

Both additions lead to several issue fixes:
Fixed issue286.
Fixed issue328.
Fixed issue332.
Fixed issue416.

- Removed Demonic Torment, Gaseous Form, General's Kabuto, Sandskin. Those cards never worked and could even not be fixed with "FOG".


- Optimized the code of the dragon-lair land-cycle from PLS and added 2 tests for them.

- Added 8 successfully tested cards. Card list -> first comment.
2010-08-09 23:49:31 +00:00
solo81@web.de
9e549f3e88 (Re)Added 16 successfully tested cards based on rev2155.
Card list -> first comment.

Optimized code for 9 cards (now 100%).
Card list -> first comment

Fixed issue355.
2010-08-09 14:35:18 +00:00
solo81@web.de
a3376bf08c Added 18 successfully tested cards based on rev2155.
Card list -> first comment

- Added tests for "lifeset" (Biorhythm,Blessed Wind)

- Removed test for Hope Charm.

- Optimized all cards with life payment as activation cost or mana cost.

- Optimized all spells with a must choice.
2010-08-08 23:52:34 +00:00
solo81@web.de
ab88dfcda9 Fixed the "oneshot" parameter introduced in rev2155. 2010-08-08 22:06:46 +00:00
wagic.the.homebrew@gmail.com
47c9ad1b65 Erwan
- new features by Zethfox:
-- "oneshot" optional parameters for lords (helps fixing issues with bouncelands)
-- Life as a cost (avoids using a dirty trick of paying life as an effect)
-- set life total abilitiy (lifeset
-- new auto lines: autostack, autoexile

The test suite passes with these changes, also no test using these abilities has been added yet
2010-08-08 14:04:37 +00:00
wagic.the.homebrew@gmail.com
3d3b4112cb Erwan
- minor font fixes by linshier
2010-08-08 11:45:53 +00:00
solo81@web.de
e8470d6f71 Added Sword of Kaldra. 2010-08-05 19:42:05 +00:00
solo81@web.de
fac262078f Fixed issue432. 2010-08-04 19:00:49 +00:00
solo81@web.de
91be52e50e Added 18 successfully tested cards based on rev2146.
Card list --> First comment.
2010-08-01 18:06:04 +00:00
leungclj
71e3216bf2 removed the "?" from Goblin Razerunners and Azami, Lady of Scrolls 2010-08-01 13:48:26 +00:00
leungclj
b687c6f79e re-include leveler back to _test.txt 2010-08-01 13:13:16 +00:00
leungclj
1aff826a0a test for Twinstrike, don't remember seeing card that allows targeting 2 things.
improved description on Twinstrike too.
2010-08-01 13:01:14 +00:00
wagic.the.homebrew@gmail.com
e224223a43 Erwan
- daily build
2010-08-01 05:33:15 +00:00
wagic.the.homebrew@gmail.com
ce69e23357 Erwan
- minor fix in Zethfox cards addon (Bad lines error from parser)
- Zethfox's patch for {t(target)} as an extra Cost. Works the same way as sacrifice, check Azami, Lady of Scrolls for an example
- fixed compilation on the PSP (sorry!)
2010-08-01 03:21:59 +00:00
wagic.the.homebrew@gmail.com
f40af0b1cb Erwan
- Chinese patch by linshier
2010-07-31 14:41:04 +00:00
wagic.superhiro
1704a20d09 Fixed Mulldrifter. 2010-07-31 13:58:47 +00:00
solo81@web.de
fc60ddff64 Removed cards from Zeth's addon that were already moved to the mtg.txt in rev2136. 2010-07-30 14:04:25 +00:00
wagic.the.homebrew@gmail.com
b0d81dc8c1 Erwan
- almosthumane's code for Mulligan
- added better wording for menu of "move" abilities (with help from Zthfox)
- updated Zethfox's card addon
2010-07-30 12:14:10 +00:00
solo81@web.de
d92643f5d6 Fixed Knight Exemplar. 2010-07-30 11:34:38 +00:00
solo81@web.de
df1036d690 Fixed Trade Caravan. 2010-07-30 11:29:30 +00:00
leungclj
db8259fbc7 fixed Student of Warfare 2010-07-29 12:07:48 +00:00
leungclj
59bff80e6b "re-implant" Gobhobbler Rats from r2137 2010-07-29 08:42:38 +00:00
solo81@web.de
8159071849 Added 4 successfully tested cards with Hellbent. (card list ->> first comment)
Added 2 tests for hellbent.
2010-07-28 20:45:50 +00:00
solo81@web.de
a537522770 - Added 22 successful tested cards (card list --> first comment)
Zethfox found out that a single sacrifice cost as an addition to a normal manacost can be added to the manacost-line of a card!

Here is a code example from the famous card Natural Order (VIS):

[card]
name=Natural Order
auto=moveTo(myBattlefield) target(creature[green]|myLibrary)
text=As an additional cost to cast Natural Order, sacrifice a green creature. -- Search your library for a green creature card and put it onto the battlefield. Then shuffle your library.
mana={2}{G}{G}{s;notatarget(creature[green]|mybattlefield)}
type=Sorcery
[/card]

I tested this excessively and I have to say: This kind of code leads to absolute 100%ers.


- Added 2 tests for this to save it from being broken by future code changes.


- Removed the land cycle from Visions (Coral Atoll, everglades, etc.).
2010-07-28 18:30:16 +00:00
leungclj
7e5add2b3c Optimized code: Feral Hydra 2010-07-25 08:42:03 +00:00
wagic.the.homebrew@gmail.com
c1073c83e6 Erwan
- Removed some none working cards from mtg.txt
- Added the "unofficial" grade 
- Added a system to give a grade to an entire file, avoids reading the file any further if not necessary
- Added Zeth's addons to the primitives folder, with a grade of "Unofficial"
2010-07-25 06:29:33 +00:00
wagic.the.homebrew@gmail.com
35e5b64dfd Erwan
-fix issue 387 (can't save "dangerous" grade from the options)
2010-07-25 04:39:22 +00:00
solo81@web.de
9a66dec391 Readded a fixed version of Enclave Cryptologist. --- Thx to Zethfox!! 2010-07-24 08:54:34 +00:00
solo81@web.de
f071cbde38 Added Opalescence. --- Many thanks to moxen!
Fixed Keldon Megaliths.
2010-07-24 08:28:26 +00:00
wagic.the.homebrew@gmail.com
1332842025 Erwan
- bug fix in JGE++ audio (improve HBL compatibility)
- Added new rewards in story mode: random card, card (either by "name" or id), specific set
- Story mode: added possibility to choose music, and bg for duel.
-- See "01. Where it all begins" for examples of new features
2010-07-19 13:44:26 +00:00
leungclj
acf06d0181 rename the file, forgot to write a ticket for the issue 2010-07-17 13:42:49 +00:00
leungclj
9fb7114b43 leungclj - test for Skullclamp
When equipped creature is put into a graveyard, draw two cards.
this will also trigger if equipped creature goes else where.
2010-07-16 12:05:02 +00:00
solo81@web.de
352394cfd8 Optimized code for:
Demon's Jester
Fen Stalker
Rakdos Pit Dragon
Scoria Cat
Slithering Shade
Spur Grappler
Taste for Mayhem


Fixed:

Tectonic Edge


ADDED:

Cackling Flames
Cutthroat il-Dal
Keldon Megaliths
Sarcomancy
Spirit Mirror
2010-07-15 21:34:22 +00:00
solo81@web.de
d18dbe0ac8 Added Scute Mob.
Thanks to Zethfox!
2010-07-15 14:29:05 +00:00
leungclj
9e47e3c42b leungclj - fixed Waning Wurm 2010-07-14 13:30:06 +00:00
leungclj
b0246ee40a leungclj - fixed Gemstone Array 2010-07-14 08:51:18 +00:00
leungclj@googlemail.com
82c803c11b leungclj - fixed Tectonic Edge & Snapping Creeper 2010-07-13 09:20:56 +00:00
leungclj@googlemail.com
cf5491a08e leungclj - "fixed" Tolsimir Wolfblood by giving the token milticolour manacost. Test included. 2010-07-12 08:01:13 +00:00
solo81@web.de
b02ce88b87 Fixed Charging Bandits. 2010-07-11 16:22:11 +00:00