Sol
4e57057150
- Breathstealer's Crypt shouldn't force players to click
2016-06-24 14:50:31 +00:00
Agetian
bc09d1af9f
- Added new cards to CHANGES.txt.
2016-06-24 14:42:29 +00:00
Hanmac
2aeea52abc
add Razia, Boros Archangel, use StoreSVar to keep track of the remaining shield values
2016-06-24 10:05:40 +00:00
Sol
05e27d19a8
- Marang River Prowler cares about black permanents, not blue ones.
2016-06-24 00:30:27 +00:00
Sol
044e07b30b
- Fix reduce cost on Spellwild Ouphe (apparently the default only works for the controller)
2016-06-24 00:21:07 +00:00
Sol
259c6750fb
- Mulligan sign got inverted somewhere during testing.
2016-06-23 20:57:36 +00:00
Sol
3deea21ca2
- Missed a file on Cost update
2016-06-23 16:46:23 +00:00
Sol
884fc0fbfd
- Add values to Costs so they can be sorted. Fixes kicker costs being paid earlier than they usually are (Pegasus Stampede)
2016-06-23 14:50:23 +00:00
Sol
ea5d6d4fa5
- Split AI mulliganing to scoring hands/comparing to a base value to later be used with Backup Plan
2016-06-23 14:03:39 +00:00
Hanmac
61b8df46cf
Update Damage Redirection Spells which does Target where the damage was redirected to.
...
Now it does check if the Target is still a creature (or player) before the replace effect does apply
2016-06-23 08:24:23 +00:00
swordshine
c952fda344
- EMN: Added Emrakul, the Promised End
2016-06-22 08:19:12 +00:00
Sol
5c642835e7
- Small script fixes
2016-06-21 23:32:28 +00:00
Sol
ff0c33d613
- AI will have better respect for LEDs activation restriction during auto payment
...
- (Hopefully) Fixed auto-payment not clearing out it's express choice which forces Black Lotus, etc, to not prompt user for mana choice
2016-06-21 16:56:10 +00:00
Hanmac
386747c14d
add Samite Ministration with having check for ReplacedSource
2016-06-21 15:12:45 +00:00
Hanmac
592942f4c1
add Honorable Passage with having check for ReplacedSource
2016-06-21 15:11:38 +00:00
Hanmac
4b490af6c8
updated some cards that does prevent damage from a chosen source to target creature or player.
...
use ChosenCard instead of imprinting the source, also Cleanup the ChosenCard after Effect is created.
add OutOfSight Trigger to remove the Effect when the Targeted Creature leaves the Battlefield
2016-06-21 15:02:40 +00:00
Hanmac
4c602c257b
Chant of Vitu-Ghazi: removed Remember You, is not needed for the Effect, also remove duplicated DamageDone Replacement, its only needed for Redirect Damage, added missing Svars
2016-06-21 14:40:22 +00:00
Sol
fbfc14f408
- AI shouldn't cast Kjeldoran Dead if it doesn't control any creatures.
2016-06-21 14:25:40 +00:00
Agetian
d55315f98e
- Fixed naming inconsistencies in the Ice Age world.
2016-06-21 11:47:38 +00:00
Krazy
736c3a5cda
Update CHANGES.txt in preparation for release
2016-06-21 03:29:06 +00:00
Sol
d8ca281c58
- Adding new cards to Changes.txt
2016-06-20 14:10:21 +00:00
Hanmac
9b6ce1a062
add Dawnbreak Reclaimer, with extra logic in ChangeZoneAllAi
2016-06-20 07:09:20 +00:00
Hanmac
9e93551fb4
SetStateAi: rearrange the code to have the TargetRestriction check also for Flip cards
2016-06-20 07:05:56 +00:00
Hanmac
e6e0ce1775
ChangeZoneAllEffect: add Optional Option
2016-06-20 07:05:05 +00:00
Hanmac
ab29a9f61a
CleanUpEffect: add extra flag to clear chosen player
2016-06-19 20:07:46 +00:00
Hanmac
3984e9b9fd
add Bitter Feud: use Remember to store second player
2016-06-19 15:41:56 +00:00
Hanmac
23272f45e3
ChoosePlayerEffect: allow to RememberChosen
2016-06-19 15:35:14 +00:00
Hanmac
ef8ff1d7e8
add Comeuppance: checking for ReplacedSource, and if its not a Creature deal the damage to ReplacedSourceController
2016-06-19 13:04:15 +00:00
Hanmac
6c335baed8
add Flaming Gambit: use Pump with Curse to Target player before the ChooseCard
2016-06-19 12:26:34 +00:00
Hanmac
806fc1cb0f
AbilityUtils: add "ChosenCardController" useful for later cards
2016-06-19 12:21:43 +00:00
Agetian
58d703dc15
- Updated CHANGES.txt to mention Xyx's new quest worlds.
2016-06-19 05:18:28 +00:00
Agetian
0d9a4a2602
-Fixed a typo.
2016-06-19 04:34:57 +00:00
Agetian
b9995f0840
-Satisfy the requirements of generic tar for file naming conventions.
2016-06-19 04:26:44 +00:00
Hanmac
c6909c4318
Soul Summons: fixed Manifest Description
2016-06-18 20:54:37 +00:00
Hanmac
21dcf086a4
CardDetailUtil: add output of ChosenCard in the CardView
2016-06-18 20:53:33 +00:00
Hanmac
56c6fa3a7b
Card: allow more than one PreventAllDamageBy and allow to have "," in the definition.
...
add Silhouette which does use same PreventAllDamageBy effect than Bronze Horse
2016-06-18 20:52:06 +00:00
Hanmac
c7afea54fb
add Kor Chant and colorshifted Kor Dirge, they are now doable with ChosenCard
2016-06-18 16:58:30 +00:00
Hanmac
2c74a8d794
Oracle's Attendants: use ChosenCard instead of Remember
2016-06-18 16:43:59 +00:00
Hanmac
7ceb231b92
updated PreventEffects again, they now use the ChosenCard directly instead of remembering it for the Effect
2016-06-18 14:34:42 +00:00
Hanmac
f4ac7b1b5e
ChosenCards should not be stored in ChosenColor (why was that?)
...
add new TrackablePropterty for that and EffectEffect does copy it.
2016-06-18 13:51:31 +00:00
Agetian
96e18bc941
- Added quest worlds by Xyx.
2016-06-18 10:50:48 +00:00
Agetian
6a0d7cd326
- Prevent a crash when generating a draft tournament with an incomplete block specification (e.g. ICE/ALL for the ICE/ALL/CSP block). Currently allowed only in custom worlds, please revise if necessary.
2016-06-18 10:11:33 +00:00
Hanmac
58d88ac2b1
Update missing Rune of Protection: Red
2016-06-17 13:26:54 +00:00
Hanmac
d57f6bb58f
Updates Cards with "Protection from X" to use easier parsing
2016-06-17 13:26:12 +00:00
Hanmac
b1b06fed77
Update Cards to have RedSource istead of Red when they are looking for "red source"
...
Prevention Effects now does check inside the Effect too (if the color or a source did change), also use ChosenCard instead of Remember, and Cleanup the ChosenCard.
add Ghostly Flame which does add Colorless Damage Source
2016-06-17 13:23:40 +00:00
Hanmac
aff5d546de
Card & Player: add "ColorSource" Property to check what color the damage source would have (for "Ghostly Flame")
...
add Extra check in hasProtectionFrom to check for the damage source too
2016-06-17 13:12:00 +00:00
Hanmac
9a0bb81f10
ReplaceDamage: use applyAbilityTextChangeEffects to change the Text of a Damage Replacement Effect
...
ReplacementEffect: use applyDescriptionTextChangeEffects for the Description
2016-06-17 13:01:28 +00:00
Hanmac
50a90b177f
CardUtil: add more creature type names into singularTypes map
2016-06-17 12:56:59 +00:00
Agetian
5cffc8577d
- Fixed a little typo.
2016-06-16 18:35:39 +00:00
Sol
128a053c6b
- For some reason Skeleton Shard wasn't targeting?
2016-06-16 17:42:13 +00:00