Anthony Calosa
6bd09e42e0
Add support for Amonkhet Mechanics
...
and fix some cards.
Added exerted trigger, event and add removemc keyword inside transforms
ability so we can soft code Embalm and Eternalize...
2017-08-03 09:49:37 +08:00
Anthony Calosa
44304ee5b3
minor corrections
2017-05-08 11:41:00 +08:00
punkeduard
665f8ce755
Fixing bugs in the primitives
...
Daring Sleuth was crashing the game in the collection
2017-05-03 14:42:10 -05:00
Anthony Calosa
eb8370b86b
add some cards
...
also added countb() - countedbamount..
2017-03-19 21:57:59 +08:00
Anthony Calosa
d4e1d809f3
Bushido & Modular
...
add Bushido and Modular points
2017-03-16 16:58:56 +08:00
Anthony Calosa
0778b13e2b
Totem Armor
2017-03-14 03:40:29 +08:00
Anthony Calosa
d6a0b04930
Partial fix for Cards with Bestow
...
missing was to seperate the mode as aura enchantment or enchantment
creature when cast and update the cost
2017-03-13 13:32:43 +08:00
Anthony Calosa
8f61b590f8
Hide Action stack if there's a menu object
2017-03-10 19:24:39 +08:00
Anthony Calosa
37642c1f78
rageform
...
rageform, lightform & cloudform support. withenchant is for only these
cards...
2017-03-10 14:14:02 +08:00
Anthony Calosa
88d1c29621
safe delete
2017-03-10 08:49:35 +08:00
Anthony Calosa
b01c1455f5
Provoke
...
also add aicode for Amplify cards
2017-03-09 18:37:55 +08:00
Anthony Calosa
53f0c2421d
manifest support
...
also fix guiplay
2017-03-09 07:44:06 +08:00
Anthony Calosa
030dca051a
support for wish cards and deck sideboard
2017-03-07 23:42:34 +08:00
Anthony Calosa
ff4911116c
update some cards
...
removed phasedout trigger
add phasedoutbonus - ability
2017-02-22 18:25:39 +08:00
Anthony Calosa
5b16ff4a69
bypass update when reveal display is still active
2017-02-19 21:11:24 +08:00
Anthony Calosa
ba40253a46
Phase out Event & Trigger
2017-02-17 14:25:33 +08:00
Anthony Calosa
5e46016c4d
added new legend & pw rule, trigger & event
...
added new pw & legend rule (i just leave the old rules behind and
disabled it), added phasesin, faceup, copiedacard event, added facedup &
phasedin trigger.
2017-02-16 21:26:03 +08:00
Anthony Calosa
60d7675a36
necroed
...
hide cards using necroed
also fix castcard target if its a land.
2017-02-15 10:27:56 +08:00
Anthony Calosa
a9b42127d1
added mypos
...
mypos returns cards zpos (zone position)
2017-02-15 07:30:13 +08:00
Anthony Calosa
21710ddfb3
refactor AAMover getmenu text
2017-02-13 09:35:05 +08:00
Anthony Calosa
fc9b0b233c
add attacker mask
2017-02-10 10:50:09 +08:00
Anthony Calosa
f284a9691b
some fixes
...
fixes fabricate
fixes lorded lands
add propagate keyword (like proliferate but it increases all counters)
cards with proliferate can choose a player now
2017-02-09 15:22:10 +08:00
Anthony Calosa
bac69f95d8
some changes
...
change keyword "makecardt" alternative token creator to "create" keyword
add lifeleech - gain life lost with target
2017-02-07 21:22:49 +08:00
Anthony Calosa
f37d946b4e
Removed unused variable
2017-02-04 23:33:08 +08:00
Anthony Calosa
477419cc32
Refactor countManaProducedby
...
cards that uses this should not crash anymore with lorded mana producer
from instants like rain of filth...
2017-02-04 22:37:21 +08:00
Anthony Calosa
7932941a01
Revert Functionality
...
AACopier and AACloner should work with andAbility now...
2017-02-03 20:45:46 +08:00
Anthony Calosa
3fa52e7ac5
corrections
2017-02-03 14:26:26 +08:00
Anthony Calosa
9104afdef7
Cleanup
2017-02-03 10:39:45 +08:00
Anthony Calosa
dc696a0f45
fix random segmentation fault
...
should fix the crash -> rain of filth in test suite
2017-02-03 10:30:14 +08:00
Anthony Calosa
80b6496780
bug fix
2017-02-01 22:37:00 +08:00
Anthony Calosa
ea5e397595
Crew Ability Cost & Crewbonus
...
Revised cards to use {crew(targetchooser)} (modified taptargetcost) so
it can use crewbonus ability from other creatures.
2017-02-01 17:11:55 +08:00
Anthony Calosa
41d925d7c9
add support for activated copier
...
thespian stage etc...
2017-01-31 20:11:09 +08:00
Rolzad73
85f66a8fec
X11 build fixups
...
- fixed -Werror=misleading-indentation warning
- fixed -Werror=nonnull-compare warning on xll and QT builds
- PNG_LIBPNG_VER backward compatibily changes
- giflib backward compatibily changes
- resolved some undefs for X11 build
- silenced some small compile warnings in JGE Makefile
- added -DTIXML_USE_STL to remaining build types (PSP had it added)
- fixed x11 Boost incompatibility issue part of #548
- reworked PrecompiledHeader.h platforms used
2017-01-28 04:19:46 -05:00
Anthony Calosa
5c3a064746
aicode and revised legendary rule
...
added aicode for cards that uses reveal. since reveal cancels for ai,
aicode is the alternative code. use basic code only.
aicode=activate dosomething...
aicode - use with caution, its very basic atm and you must test each
card that uses it as it can cause crash.
legendary rule moved to game state based effect so it will not conflict
with cards with copy effects and andability. the legendary check applies
only when legendrule is found.
2017-01-24 16:10:35 +08:00
Anthony Calosa
7f6e96459c
added "energized" event
...
energizedof(player):do something
energizedfoeof(player):do something
also some fixes in the primitives
2017-01-23 11:41:19 +08:00
Anthony Calosa
e558f21ebc
add penergy & oenergy
...
count energy counters available
2017-01-20 15:39:27 +08:00
Anthony Calosa
d03ebdace8
Support for KLD and AER
...
Kaladesh & Aether Revolt
2017-01-18 22:13:51 +08:00
Anthony Calosa
7f8339aedf
revised "steal" ability
...
steal - gain control of target/s until it leaves battlefield or its
current controller loses control of the "stealer"...
2016-09-06 15:47:09 +08:00
Anthony Calosa
f957fca162
add custom name for generic reveal
2016-08-29 20:58:55 +08:00
Anthony Calosa
4d56269130
fix some cards and add some missing
...
it seems " add " inside name causes issue when parsed (cause crash in
deck editor like arlinn kord), renaming it fixes it...
2016-08-27 14:56:54 +08:00
Anthony Calosa
2a1bacdfa4
add "abilitycontroller" for dynamicability
...
for use inside ability$! dynamicability<who> !$ who
2016-08-26 11:23:52 +08:00
Anthony Calosa
ad80b000c9
find missing art on stored source card
...
when tokencreator is used inside ability$!!$ who, try to get the token
images and id from stored source
2016-08-25 03:40:38 +08:00
Anthony Calosa
9bcc54c56c
add "recent" & "raidcount"
...
the recent attribute is to parse new cards entered play, then turns
itself to 0 if some stuff happened since it's already in play...
2016-08-25 03:40:38 +08:00
Anthony Calosa
1cd6f00c59
add manapool count
...
also add getStringValue for menutext
2016-08-25 00:17:16 +08:00
Anthony Calosa
ce92679be0
add AACloner andAbility
2016-08-22 10:18:23 +08:00
Anthony Calosa
6a213bffa6
Domain count
2016-08-21 11:27:50 +08:00
Anthony Calosa
cec4494ce6
fix can produce mana
...
limited for land...
2016-08-20 00:21:58 +08:00
Anthony Calosa
60411027ca
change plandtype & olandtype parsing
2016-08-19 23:34:01 +08:00
Anthony Calosa
8530292fef
Revert my Graphic changes
...
I think it's the one who cause those crashes
2016-08-13 16:45:46 +08:00
Anthony Calosa
51016f9258
revised AACopier
2016-08-11 18:52:18 +08:00