Hanmac
34222fca62
StaticAbility: add IsPresent Parameters
2016-08-06 16:51:12 +00:00
swordshine
22350672e4
- A guick fix forRakshasa Vizier
2016-08-06 15:19:59 +00:00
Agetian
85425249c1
- A little more generic solution for ChooseType message formatting.
2016-08-06 14:34:08 +00:00
Agetian
f381875715
- Fixed a little mistype.
2016-08-06 14:28:10 +00:00
Hanmac
0f18060d9f
CostAdjustment: add ChangesZoneAll trigger
2016-08-06 12:27:31 +00:00
Hanmac
869bb7b09d
ChangeZoneAllEffect: add ChangesZoneAll Trigger
2016-08-06 12:10:23 +00:00
Hanmac
ec4f0cf057
ChangeZoneEffect: add ChangesZoneAll Trigger
2016-08-06 12:08:36 +00:00
Hanmac
03be91aa3e
TriggerChangesZoneAll: add new Trigger Type
2016-08-06 11:49:30 +00:00
Hanmac
bc6723ea57
Card & CharmEffect: have the Effect generate the description with the bullets from the choices.
2016-08-05 17:17:10 +00:00
Hanmac
fd9ed11887
CloneEffect: revert last changes with LKI, it breaks more than it has fixed
2016-08-05 04:33:00 +00:00
Hanmac
c9139e2771
TriggerDamageDone: use LKI copy for DamageSource
2016-08-05 04:26:24 +00:00
Hanmac
9f98cc40c3
revert 31631: it does make problems with WrappedAbility
2016-08-05 04:25:27 +00:00
Hanmac
0aefa3751f
CloneEffect: use getChangeZoneLKIInfo if the clone source is not on the battlefield anymore
...
that should fix Permeating Mass
2016-08-05 03:45:01 +00:00
Hanmac
44e3a7e126
CardUtil: LKICopy now does copy the Cloner State too
2016-08-05 03:43:30 +00:00
Hanmac
be9f6c8ef2
ComputerUtil: fixed chooseSomeType
...
PlayerControllerAi & MessageUtil: fixed output for chooseType
2016-08-04 13:49:12 +00:00
Hanmac
dee7b87c08
ZoneExchangeEffect: only works if you own that object
...
specially if you gain control of opponents Arcanum Wings
2016-08-04 09:32:34 +00:00
Hanmac
2c097cd62c
Big MayPlay rewrite, now use StaticAbility as Key in the mayPlay Map
...
SpellAbilityRestriction now does check if the spell is still valid when playing.
Add Special Logic for Bestow spells there. MayPlay that only allows creature spells, can't be used for Bestow.
2016-08-03 15:42:28 +00:00
Hanmac
90debcf4ad
Keyword: fixed Offering reminderText
2016-08-03 14:34:01 +00:00
Hanmac
681db98a17
CardFactoryUtil & GameActionUtil: Offering is now a Keyword
2016-08-03 13:04:18 +00:00
Hanmac
af0a804e48
CardFactoryUtil & GameActionUtil: make Emerge a Keyword.
...
thats makes it better working with MayPlay
2016-08-03 12:22:09 +00:00
Hanmac
2458a8f73c
Cost: moved "You can't sacrifice creatures to cast spells or activate abilities." into Card.canBeSacrificedBy.
...
also add Property for that.
2016-08-03 10:50:34 +00:00
Hanmac
cd41977b42
CardFactoryUtil & GameActionUtil: make "Alternative Cost" a better keyword to create SpellAbilities
...
that does make it work better with MayPlay
2016-08-03 09:16:24 +00:00
Hanmac
ab37dd35c0
CardTraitBase: move isSecondary from Trigger and ReplacementEffect to CardTraitBase to use it for all of them.
2016-08-03 08:44:56 +00:00
Hanmac
47e2a6d897
CardFactoryUtil: improved Bestow a bit
2016-08-03 08:07:11 +00:00
Krazy
be014c4237
[maven-release-plugin] prepare for next development iteration
2016-08-02 19:29:16 +00:00
Krazy
40636891c9
[maven-release-plugin] prepare release forge-1.5.55
2016-08-02 19:29:06 +00:00
Hanmac
5f1a05dcf5
Card: fixed description output of Morph, MegaMorph, Madness and Emerge
2016-08-02 14:42:42 +00:00
Hanmac
61348c1d92
Keyword: updated Morph, add MegaMorph and Emerge
2016-08-02 14:39:12 +00:00
Hanmac
08f41aaeae
Card: add getAlternateStateName, which can be used to transform something in its alternate state
2016-08-01 08:04:49 +00:00
Hanmac
2b19c3fa9f
Cost: CostDiscard & CostTapType can now be merged if the Type is the same and amount is numeric in both cases.
2016-07-31 07:44:49 +00:00
Sol
49fa4886f0
- Fixing small typo
2016-07-30 20:27:37 +00:00
Sol
d30fd6ab21
- Adding count of types to the Tooltip for Graveyards for improved Delirium QOL
2016-07-30 20:05:48 +00:00
Hanmac
7dc03721ff
CardFactoryUtil: Persist/Undying using OncePerEffect to prevent it from triggering itself
2016-07-30 19:35:31 +00:00
Hanmac
9468e9e454
Big MayPlay Update, now MayPlayEffect does know about its host card, and the hostcard does count how often the effect is used.
...
also add MayPlayLimit and MayPlayCardOwner flags.
that makes Karador, Ghost Chieftain scriptable
2016-07-30 11:36:58 +00:00
Hanmac
56b53cda54
forge-game: remove mention of "may be played"
2016-07-30 07:56:38 +00:00
Hanmac
81f03e34a2
GameAction: remove mention of "may be played"
2016-07-30 07:50:37 +00:00
Hanmac
710202e421
EffectEffect: ForgetOnMoved & ExileOnMoved add Flags for tiggers when to forget the remembered cards when they are moved from their zone.
2016-07-29 10:14:07 +00:00
Hanmac
41ce3af268
SpellAbilityRestriction; fix for mayPlay only for non-Basic Spells (until the mayPlay are more connected)
2016-07-29 10:11:29 +00:00
Hanmac
7bbe21c35e
AbilityUtils: add RememberedCard, to differ it from the other Remembered objects
2016-07-29 08:57:26 +00:00
Hanmac
2ffb492843
EffectEffect: add "Duration$ UntilYourNextUpkeep"
2016-07-29 08:09:20 +00:00
Hanmac
0f4f6e9063
Player: updated Commander code with using MayPlay
2016-07-28 19:55:40 +00:00
Hanmac
4a10466190
CostAdjustment: fixed Cost Raise if paid was canceled
2016-07-28 19:53:53 +00:00
Hanmac
1e749a57ab
Card & Combat & Player: combat damage with Lifelink only causes one lifegain event
2016-07-28 18:15:56 +00:00
Hanmac
cf81e25964
CardFactoryUtil: fixed Evoke, totally my fault
2016-07-28 17:02:36 +00:00
Hanmac
ac4fbd4ed5
GameActionUtil: remove "May be played without paying its mana cost"
2016-07-28 09:33:17 +00:00
Hanmac
a5728b9761
CardPlayOption: add MayPlayWithFlash
2016-07-28 07:06:58 +00:00
Hanmac
87270ec3db
PlayerZone: rewrite the Filter to remove use of "May be played" keywords. "may look" keywords might be removed later too.
2016-07-27 16:55:21 +00:00
Sol
b332c2805a
- Revert change for Myriad Landscape that doesn't allow a single Wastes to be fetched for
2016-07-27 13:07:15 +00:00
swordshine
c05aa14a35
- Fixed TokenEffect so the "AtEOT" delayed trigger only triggers once for Chandra, Flamecaller
2016-07-27 09:44:32 +00:00
Hanmac
49f1835d96
Card: Meld cards can't be turned faceDown
2016-07-27 06:49:12 +00:00