melvin
|
261ef05684
|
added Urban Evolution
|
2013-02-11 20:56:35 +08:00 |
melvin
|
ad07d279da
|
fix text URL
|
2013-02-11 20:56:21 +08:00 |
melvin
|
2d5dac9c08
|
added test scenario for Extort cards
|
2013-02-11 20:06:34 +08:00 |
melvin
|
c42c0f3da4
|
added Syndicate Enforcer
|
2013-02-11 20:05:34 +08:00 |
melvin
|
02a0813670
|
added Syndic of Tithes
|
2013-02-11 20:05:22 +08:00 |
melvin
|
9e681eeaa9
|
added Knight of Obligation
|
2013-02-11 20:05:07 +08:00 |
melvin
|
201f9da620
|
added Kingpin's Pet
|
2013-02-11 20:04:54 +08:00 |
melvin
|
87d2f4d75b
|
added Blind Obedience
|
2013-02-11 20:04:40 +08:00 |
melvin
|
76ec323dae
|
added Basilica Screecher
|
2013-02-11 20:04:22 +08:00 |
melvin
|
cbb880ee4d
|
added Basilica Guards
|
2013-02-11 20:04:14 +08:00 |
melvin
|
b0219e79dd
|
should only trigger when other spells are cast and when spell is cast by 'you'
|
2013-02-11 20:03:57 +08:00 |
melvin
|
1632ff5f02
|
added support for Extort mechanic
|
2013-02-11 19:51:16 +08:00 |
melvin
|
492496bd67
|
condition for drawing combat and mana icons was checking permanentInfo, should be linkedInfo
|
2013-02-11 19:51:00 +08:00 |
melvin
|
bb76facbc2
|
move actions when spell is cast into a separate event so that it occurs after getting choices, fixes replicate mechanic
|
2013-02-11 13:10:21 +08:00 |
melvin
|
4a0b4064b7
|
correct variable reference
|
2013-02-11 13:08:03 +08:00 |
melvin
|
6a9c291d66
|
added section for 1.35 in README
|
2013-02-11 10:28:50 +08:00 |
melvin
|
38bb8d4ccb
|
added Summer Bloom
|
2013-02-11 09:58:48 +08:00 |
melvin
|
ebd0e0a955
|
added Azusa, Lost but Seeking
|
2013-02-11 09:48:55 +08:00 |
melvin
|
8f58723bc2
|
remove unused method
|
2013-02-11 09:48:44 +08:00 |
melvin
|
275be55d63
|
use new signature for modPlayer
|
2013-02-10 12:37:43 +08:00 |
melvin
|
f2d7879a96
|
added test for change of number of lands played per turn
|
2013-02-10 12:37:26 +08:00 |
melvin
|
f6242ba76b
|
added Exploration
|
2013-02-10 12:37:05 +08:00 |
melvin
|
14696c70f2
|
improve implmentation of cards that change number of lands played per turn
|
2013-02-10 12:36:21 +08:00 |
melvin
|
94d9a2ce97
|
added apply and update methods to MagicGame and MagicPlayer
|
2013-02-10 12:35:06 +08:00 |
melvin
|
096794537c
|
fixed existing card scripts that refer to card code that have been converted to groovy code
|
2013-02-08 13:43:49 +08:00 |
melvin
|
2ed9f440f8
|
convert smallest 99 card code to groovy code to serve as examples
|
2013-02-08 13:11:43 +08:00 |
melvin
|
5f9fa1bcbc
|
added magic.card to implicit imports of groovy scripts
|
2013-02-08 13:11:21 +08:00 |
melvin
|
c7eca4a19e
|
allow multiple card names to be specific in required_card_code and requires_groovy_code, separate by a single comma without any space
|
2013-02-03 16:45:48 +08:00 |
melvin
|
274a2d1c14
|
added "creature you control" and "creature opponent control" for enchant
|
2013-02-03 12:13:36 +08:00 |
melvin
|
b3e71e1638
|
added Curse of Chains
|
2013-02-03 12:07:57 +08:00 |
melvin
|
f0c1792b75
|
Added test for Storm
|
2013-02-03 12:00:53 +08:00 |
melvin
|
b4f734f126
|
only handle spells being played in MagicPutItemOnStackAction, remove it from MagicStackGetChoicesEvent. Fixes targetted storm spells copying one to many times
|
2013-02-03 11:59:03 +08:00 |
melvin
|
1070854074
|
remove white border around card pic pop up
fixes issue 319
|
2013-02-03 10:36:39 +08:00 |
melvin
|
c29ecf50bd
|
added two test scenarios
|
2013-02-03 10:08:46 +08:00 |
melvin
|
00d93cb3a2
|
tap Kessig Wolf Run first when paying for its second ability.
fixes issue 322.
|
2013-02-03 10:03:41 +08:00 |
melvin
|
3fce5d96b7
|
change Infiltration Lens effect to use WhenBlocks trigger instead of
WhenBecomesBlocked so that it triggers the correct number of times
fixes issue 329
|
2013-01-30 22:39:54 +08:00 |
melvin
|
3a707dc613
|
Sphinx of Lost Truth only cause player to discard if it was NOT kicked.
fixes issue 327.
|
2013-01-30 21:13:36 +08:00 |
melvin
|
cb17e04962
|
remove target hint for Arcbound Fiend's ability, fixes issue 328
|
2013-01-30 08:50:42 +08:00 |
melvin
|
3fe6012b5c
|
correct comment
|
2013-01-29 16:27:14 +08:00 |
melvin
|
47ec2f6cad
|
remove unused class
|
2013-01-29 16:24:45 +08:00 |
melvin
|
3f9b237d01
|
replace DelayedViewer and DelayedViewersThread with swing.Timer
|
2013-01-29 16:20:00 +08:00 |
melvin
|
b60cdf0cb5
|
convert tab to spaces
|
2013-01-29 16:15:58 +08:00 |
melvin
|
ce27639863
|
added basic evolve creatures
|
2013-01-27 13:56:37 +08:00 |
melvin
|
03764f77f3
|
remove unused variable
|
2013-01-27 13:56:14 +08:00 |
melvin
|
991fc0ead5
|
added 'evolve' mechanic to ability
|
2013-01-27 09:50:17 +08:00 |
melvin
|
c0489e5455
|
Added tag 1.34 for changeset f8327b52b2ab
|
2013-01-26 22:09:37 +08:00 |
melvin
|
3af15f3d20
|
use more general Set interface instead of EnumSet
|
2013-01-26 22:08:41 +08:00 |
melvin
|
8bdea4f90c
|
use more general Set interface instead of EnumSet
|
2013-01-26 21:55:30 +08:00 |
melvin
|
786f204602
|
fixed wrong year
|
2013-01-26 21:28:03 +08:00 |
melvin
|
8360be4f96
|
added source files for brown theme
|
2013-01-26 21:13:13 +08:00 |