Commit Graph

10691 Commits (c229c81d7cf52c5d4d0dc8660ca213d1919fa09b)

Author SHA1 Message Date
melvin 6062169fc2 remove MagicTargetChoice constructor, whether choice is targeted depends on the description containing the word 'target' 2013-09-17 11:10:01 +08:00
melvin 33b8472b0d correct description of trigger 2013-09-17 10:07:34 +08:00
melvin f211c205ec normalize deck files 2013-09-15 20:34:48 +08:00
sponeta 10c8a96bf0 added more premade decks 2013-09-15 20:34:36 +08:00
melvin 68f5e52c42 convert to UNIX line endings 2013-09-15 18:00:35 +08:00
sponeta 03e5661ac6 added new premade decks 2013-09-15 18:00:09 +08:00
melvin c3016d3f2b added Dismiss into Dream 2013-09-15 17:16:25 +08:00
melvin 44d750b367 merged new card 2013-09-15 17:05:26 +08:00
ember hauler 3393239ea9 Add script for Gossamer Phantasm 2013-09-15 08:52:14 +00:00
melvin 1edf7a1b9b added 'sac when targeted' ability to card script, replace groovy script with ability in card script 2013-09-15 15:32:45 +08:00
melvin 00466712f3 move SacWhenTargetd into MagicWhenTargetedTrigger 2013-09-15 15:21:20 +08:00
melvin 30f3a5f0c9 added scenario to replicate report from sponeta on the forum 2013-09-15 09:40:06 +08:00
melvin fe4193e7f2 check both from and to in 'opponent discard onto battlefield' trigger 2013-09-15 09:13:53 +08:00
melvin 9b13b6ef12 card is no longer in hand, should test fromLocation of act instead, fixes opponent discard onto battlefield ability 2013-09-15 09:09:46 +08:00
melvin f15424cffa use processRefPermanent as referenced permanent may become invalid by the time the effect resolves 2013-09-14 18:39:20 +08:00
melvin 66f8731cfb remove guard in MagicAddTriggerAction and MagicAddStaticAction, use processRefPermanent as referenced permanent may become invalid by the time the effect resolves 2013-09-14 18:33:47 +08:00
melvin 335893fa7b correct script of Syncopate not using X from its mana cost in the counter event
fixes issue 399
2013-09-14 11:35:18 +08:00
melvin c4ad24dc32 Captain of the Mists should tap/untap target permanent not target creature 2013-09-14 09:46:29 +08:00
melvin 99bac727c5 replace priority number with priority constant in MagicIfDamageWouldBeDealtTrigger 2013-09-14 09:15:21 +08:00
melvin 2e5bc81801 move trigger to before logic checking target as IfDamageWouldBeDealt trigger may change target, fixes Pariah 2013-09-14 09:11:01 +08:00
melvin 8784286964 check that perm is valid before associating trigger/static with it, fixes issue with Sosuke 2013-09-14 09:03:47 +08:00
ember hauler a33de6668e Add script for Phantom Beast 2013-09-13 17:18:48 +00:00
ember hauler 82b452a794 Add script for Phantasmal Dragon 2013-09-13 17:18:26 +00:00
ember hauler 69de2e142c Add script for Phantasmal Bear 2013-09-13 17:18:04 +00:00
ember hauler 54ad2a437a Add script for Phantasmal Abomination 2013-09-13 17:17:41 +00:00
ember hauler 6929bab009 Add script for Mirozel 2013-09-13 17:17:18 +00:00
ember hauler 997fe395bf Add script for Illusionary Servant 2013-09-13 16:52:37 +00:00
melvin b7fb380c51 fix return type of getCostEvent 2013-09-13 10:19:36 +08:00
melvin ad47de4e09 remove space in activated ability's description 2013-09-13 09:57:29 +08:00
melvin 52467b1efd improved timing and description of activated ability 2013-09-13 09:57:07 +08:00
melvin f90188540d only remove duplicate cards from library 2013-09-12 17:31:53 +08:00
melvin bcae6af1cf replace MagicCDA by reference to Boneyard Wurm 2013-09-12 16:49:56 +08:00
guest 66d6f1d36c Add script for Zuran Orb 2013-09-12 08:07:17 +00:00
melvin e12f89dbfc show correct amount for charge counter, +1/+1, and -1/-1 counters when there
are more than nine counters

fixes issue 367
2013-09-12 15:45:53 +08:00
melvin ed430f3285 remove cast using getItemAt of JComboBox 2013-09-12 13:26:56 +08:00
melvin 89610b543a update groovy to 2.1.7-indy 2013-09-12 13:16:04 +08:00
melvin f4e65f1a18 store the actual generator object instead of if its class 2013-09-12 12:47:45 +08:00
melvin 2ce490d019 replace cast with asSubclass 2013-09-12 12:04:11 +08:00
melvin b8e69d02b9 replace raw type Class with Class<?> 2013-09-12 11:59:39 +08:00
melvin 05304b97f6 remove raw type Class 2013-09-12 11:55:16 +08:00
melvin 23f8dbdf3b remove third party GenericJComboBox 2013-09-12 11:49:58 +08:00
melvin 65b68dc6d3 replace GenericJComboBox with Java 7's generic JComboBox 2013-09-12 11:48:34 +08:00
melvin f90e12e9dc replace GenericJComboBox with Java 7's generic JComboBox 2013-09-12 11:46:16 +08:00
melvin 59c196b240 replace GenericJComboBox with Java 7's generic JComboBox 2013-09-12 11:43:55 +08:00
melvin 38c5ca88ce replace raw type with generics 2013-09-12 11:20:43 +08:00
melvin 0874cde489 convert to Java 7's generic JComboBox 2013-09-12 11:16:26 +08:00
melvin 8bcf0e4f16 convert ColorsChooser to Java 7's generic JComboBox 2013-09-12 11:14:35 +08:00
melvin 49f5605b27 merge new cards 2013-09-10 14:34:45 +08:00
glorfindel ebd778f5f6 update a deck, add three new ones 2013-09-10 14:31:17 +08:00
hong yie 1e300192bc Add script for Anowon, the Ruin Sage 2013-09-09 21:40:03 +00:00