Hanmac
|
e7b3b33c52
|
cards: updated Evoke creatures, removing the SacrificeTrigger
|
2016-07-27 06:25:32 +00:00 |
|
Hanmac
|
60b116bdff
|
CardFactoryUtil: reworked Evoke a bit, move the Sacrifice Trigger from the Cards to the Factory
|
2016-07-27 06:23:47 +00:00 |
|
swordshine
|
1cce67675f
|
- Added “OppOwn” check to Creeping Dread
|
2016-07-27 03:52:58 +00:00 |
|
Agetian
|
c7b4834500
|
- Reverting the TriggerTransformed hotfix to test the operation of the newer proper fix.
|
2016-07-26 20:01:01 +00:00 |
|
Hanmac
|
a2bedc6cd6
|
TriggerHandler: try to fix problem with transformed cards in clearInstrinsicActiveTriggers
|
2016-07-26 19:36:09 +00:00 |
|
Hanmac
|
e64923ad88
|
AbilityFactory: add new getAbility overload checking for SVar
|
2016-07-26 19:33:44 +00:00 |
|
Agetian
|
799d0b138c
|
- Added a FIXME note to TriggerTransformed until it is investigated.
|
2016-07-26 19:19:46 +00:00 |
|
Sol
|
c37487a9cd
|
- Fix Shaman of Forgotten Ways description
|
2016-07-26 18:14:29 +00:00 |
|
Hanmac
|
4505d5d482
|
Collective Brutality: add Card thanks to new Escalate Keyword
|
2016-07-26 17:53:27 +00:00 |
|
Sol
|
a9220ea4ed
|
- Fixed Spectral Reserves spell description
|
2016-07-26 17:49:22 +00:00 |
|
Hanmac
|
e8b78e65dd
|
AbilityFactory & CharmEffect: do create the SpellDescription from its Choices
|
2016-07-26 16:59:04 +00:00 |
|
Hanmac
|
2f5102d01d
|
MagicStack: prevent crash caused by Devtools
|
2016-07-26 16:41:26 +00:00 |
|
Agetian
|
b5dcda6ef0
|
- [Hotfix] Fixed Ulrich of the Krallenhorde and Huntmaster of the Fells "Transformed" triggers crashing with a No API error. Please review and update if necessary.
|
2016-07-26 16:26:29 +00:00 |
|
Hanmac
|
effd633989
|
Collective Effort: add card, now scriptable thanks Escalate Keyword
|
2016-07-26 15:19:06 +00:00 |
|
Hanmac
|
db258031bf
|
CardFactoryUtil: fixed output for Escalate with not only manacost
|
2016-07-26 15:10:57 +00:00 |
|
Sol
|
b065585c00
|
- Add Thirsting Axe
|
2016-07-26 14:35:04 +00:00 |
|
Sol
|
d41c0bc3e0
|
- Add changes to allow for a one of the two piles to be facedown
- Add Fortune's Favor
|
2016-07-26 14:32:42 +00:00 |
|
excessum
|
9496bf38fd
|
- Removed PumpAllAi.doTriggerAINoCost() that was allowing AI to cast spells illegally, causing couldn't add to stack errors
|
2016-07-26 13:45:45 +00:00 |
|
Hanmac
|
5bf160bcb6
|
CostAdjustment: avoid params.getOrDefault, its not available in earlier java versions
|
2016-07-26 13:12:46 +00:00 |
|
Hanmac
|
2c982f349e
|
Brutal Suppression: add scriptable Card
|
2016-07-26 12:49:56 +00:00 |
|
Hanmac
|
ac2348f203
|
Drought: is now scriptable thanks new RaiseCost
|
2016-07-26 12:35:16 +00:00 |
|
excessum
|
9bbbe5bc46
|
- Removed EffectAi.doTriggerAINoCost() that was allowing AI to cast spells illegally, causing couldn't add to stack errors
|
2016-07-26 12:16:40 +00:00 |
|
Hanmac
|
1cf4bc02fd
|
CostAdjustment does absorb ManaCostAdjustment
|
2016-07-26 10:19:17 +00:00 |
|
Hanmac
|
bca2bbfe22
|
updated Escalate cards. Also update the list bullets
|
2016-07-26 08:44:20 +00:00 |
|
Hanmac
|
c9b5bba65b
|
CardFactoryUtil: do Escalate as Keyword
|
2016-07-26 08:42:59 +00:00 |
|
Hanmac
|
db7d07b170
|
CostAjustment: remove one count by Escalate too.
|
2016-07-26 08:25:47 +00:00 |
|
Hanmac
|
dccac41b1a
|
cards: leeches and derelor, updated RaiseCost to use Cost$ instead of Color$
|
2016-07-26 08:06:17 +00:00 |
|
Hanmac
|
29c23d4112
|
Twinflame: add forgotten change to Keyword Strive
|
2016-07-26 08:02:52 +00:00 |
|
Hanmac
|
bed8abd748
|
Throat Slitter: updated using Ninjutsu Keyword
|
2016-07-26 07:57:39 +00:00 |
|
Hanmac
|
ba56def28f
|
cards: updated Strive cards, using new keyword
|
2016-07-26 07:56:33 +00:00 |
|
Hanmac
|
eee1e26bc2
|
CardFactoryUtil: Strive is a keyword now using better raise cost
|
2016-07-26 07:52:16 +00:00 |
|
Hanmac
|
35bba44c04
|
ManaCostAdjustment: disable RaiseCost for something with "Cost",
to prevent it colide with new CostAdjustment
|
2016-07-25 18:31:27 +00:00 |
|
excessum
|
c58a1495ac
|
- Re-factored CharmAi further
|
2016-07-25 14:00:46 +00:00 |
|
excessum
|
e43fe8abc6
|
- Fixed accidental revert of PlayerControllerAi by r31697
|
2016-07-25 12:49:35 +00:00 |
|
excessum
|
c7de464023
|
- Fixed NPE for triggers in r31688 and r31664
|
2016-07-25 12:43:47 +00:00 |
|
Hanmac
|
2fe1278a85
|
CostAdjustment: use RaiseCost already but check for Cost parameter
|
2016-07-25 12:43:35 +00:00 |
|
Hanmac
|
f24d6cb86b
|
CostAdjustment: add new Adjustment class for raising non-mana costs
should somehow merged with ManaCostAdjustment later
|
2016-07-25 10:39:49 +00:00 |
|
swordshine
|
153b14446f
|
- Fixed spell description of Wailing Ghoul
|
2016-07-25 07:12:17 +00:00 |
|
Hanmac
|
e22836af99
|
Briarbridge Patrol: fixed non combat damage
|
2016-07-25 05:57:19 +00:00 |
|
Sol
|
29cae3e892
|
LKI should also grab getMeldedWith
|
2016-07-25 01:53:32 +00:00 |
|
Sol
|
441d6f383d
|
- Identity Thief doesn't actually need Imprint in it's script, Remember is the preferred methoed when not imprinting.
|
2016-07-24 20:30:53 +00:00 |
|
Agetian
|
37d44120ec
|
- Fixed Assembled Alphas.
|
2016-07-24 16:44:32 +00:00 |
|
Hanmac
|
4d21e610f7
|
CardFactoryUtil & GameAction: turn Persist and Undying into Triggers
|
2016-07-24 16:20:39 +00:00 |
|
Agetian
|
31cee17693
|
- Temporarily reverted r31664 (causes repeatable fatal crashes e.g. on the AI casting a spell like Deceiver Exarch that do not allow the game to proceed). Feel free to recommit in a tweaked way.
|
2016-07-24 15:46:49 +00:00 |
|
Agetian
|
d5787897b0
|
- Fixed Permeating Mass triggering for cards in graveyard (might need a more generic solution later).
|
2016-07-24 14:17:06 +00:00 |
|
Agetian
|
a89cdadc6e
|
- Some modifications to CHANGES.txt.
|
2016-07-24 14:12:07 +00:00 |
|
Agetian
|
d53e10d0a7
|
- Implemented Xitax's token updates.
|
2016-07-24 14:06:08 +00:00 |
|
Agetian
|
5815dbc4be
|
- Fixed a mistype in Curse Artifact.
|
2016-07-24 13:51:34 +00:00 |
|
Agetian
|
0be24f22c1
|
- Fixed Ride Down not giving trample.
|
2016-07-24 12:53:17 +00:00 |
|
Agetian
|
688ee63003
|
- Added Vampiric Thirst SOI precon.
|
2016-07-24 12:43:43 +00:00 |
|