Sol
ef49aaed19
- Improving some tools
2016-09-06 13:14:28 +00:00
Sol
33312f130a
- Don't attempt to construct a stack description for AEther Vial
2016-09-06 01:01:17 +00:00
Sol
e7db2770a6
- Fix Trigger in Jeering Homunculus
2016-09-06 01:00:07 +00:00
Sol
7b746b5c79
- Don't load cardscripts from upcoming folder if not a dev version of the codebase
2016-09-06 00:41:26 +00:00
Sol
8c60f5b247
- Update token stack description
2016-09-04 18:30:50 +00:00
Sol
4033048a2c
- Updating Printsheet for CN2
2016-09-03 02:50:53 +00:00
Sol
4ecad869db
- Adding some new Types
2016-09-03 02:42:06 +00:00
Sol
b51ab053db
- Making Energy actually a counter instead of it's own Player attribute. This should enable it to be displayed when hovering over the Player image.
2016-09-03 02:32:49 +00:00
Sol
da81ed5130
- CostParse for PayEnergy
2016-09-03 01:59:18 +00:00
Sol
4e36fdc2b3
- Adding Energy and PayEnergy for Players (still needs UI updates)
2016-09-03 01:15:05 +00:00
Sol
b529cfa5a2
- Allow Draft Editor to have a change section button to add Conspiracies to the deck (Sideboard filtering on section change not enabled yet)
2016-09-02 20:44:07 +00:00
Hanmac
4c38c37f2b
cards: add besmirch & custodi lich
2016-09-02 09:06:30 +00:00
Hanmac
4c160489ab
cards: add Echoing Boon using TargetsValid$ Card.NamedCard+YouCtrl
2016-09-02 09:03:21 +00:00
Hanmac
41a7234bae
cards: add Spy Kit using AllNonLegendaryCreatureNames
2016-09-02 09:02:05 +00:00
Hanmac
31aa59ce9d
Card: add AllNonLegendaryCreatureNames for SpyKit
2016-09-02 09:01:14 +00:00
Sol
911bc42698
- Improve Savage Alliance target prompt
2016-09-01 19:31:25 +00:00
Sloth
142554892f
- Fixed AI almost never playing Stone Rain.
2016-09-01 15:19:25 +00:00
Sol
a0687eeb76
- Fix Bite of the Black Rose
2016-08-31 02:24:36 +00:00
Sloth
3a0106bdc0
- Fixed AI targeting with Great Oak Guardian.
2016-08-30 20:48:13 +00:00
Sol
1948d88f0d
- Added Daretti from CN2
2016-08-30 16:29:09 +00:00
Sol
6bd91ab98b
- Adding CN2 cards from Marek
2016-08-30 16:02:42 +00:00
Sol
417ac1ec11
- Merge cards over from CN2 branch
2016-08-30 15:45:07 +00:00
Sol
06f8db6fcb
- Fixing description of CN2
2016-08-30 15:27:10 +00:00
Sol
0f27a069ec
- Adding CN2 edition file
2016-08-30 15:26:38 +00:00
Sloth
b757bfe6c1
- Fixed wins needed for the Delusions of Mediocrity challenge.
2016-08-30 11:22:20 +00:00
Sloth
9e57adf1d5
- Added the quest challenge Delusions of Mediocrity.
2016-08-30 11:18:05 +00:00
Hanmac
8fdc197545
AiController: chooseSpellAbilityToPlay, added LastStateBattlefield and LastStateGraveyard to get them working for AI
2016-08-30 10:44:37 +00:00
tojammot
5f9feb38b6
Made modifications to a quest opponent deck.
2016-08-28 13:10:16 +00:00
tojammot
c64448e182
Added the hard quest opponent Thanos 3.
2016-08-28 12:59:33 +00:00
Agetian
c38e5a8b12
- Added Katara 2 medium quest opponent.
2016-08-27 15:04:39 +00:00
Agetian
00ada401d2
- Added a way to display a custom win message for a challenge.
...
- Made "Against All Odds" a persistent challenge with a custom win message that congratulates the player for beating the ultimate challenge in the quest.
2016-08-27 14:43:28 +00:00
Agetian
34c11c6b46
- Added a way to implement persistent challenges by adding Persistent=true to the challenge deck metadata. Persistent challenges do not disappear if a player lost the match (and thus stay until the player wins).
2016-08-27 14:12:48 +00:00
Agetian
8405b967ca
- Even more corrections for quest worlds.
2016-08-27 10:15:32 +00:00
Agetian
423e794ee4
- Some additional corrections for quest worlds.
2016-08-27 09:27:04 +00:00
Agetian
1fe8c15b83
- Updated Xyx's quest worlds to the 16/06 build (added Mirage, updated various quest worlds, updated quest world names).
...
- Some files are renamed to satisfy the non-GNU tar requirement.
- Accented symbols [mostly] changed into non-accented ones for better compatibility across systems.
- "The End" (tier 4) opponent removed due to "Random Duel" potentially conflicting with it and giving the player a free win.
- Warning: may break compatibility with old World-based quest saves. If you experience a crash with an old quest save, you will have to delete it and start a new quest (or continue playing the old quest using the old version of the game).
2016-08-27 09:20:21 +00:00
Hanmac
1920224f23
AI: fixed copyCard with should have new id, should probably be better with LKI copy
2016-08-25 18:19:52 +00:00
Hanmac
848baaef96
ComputerUtilCard: getPumpedCreature need new id for copy for reasons.
...
probably should be done with LKI copy.
2016-08-25 18:01:11 +00:00
Hanmac
a2af4ced63
CardFactoryUtil: abilityMorphDown fixed ability for Morph cards
2016-08-25 13:59:12 +00:00
Hanmac
453c1e7f9f
add Goad Effect, add it to AttackRequirement and CombatUtil
...
also add it to Ai logic
2016-08-25 12:15:54 +00:00
Sol
198c6d4a04
- Fix target prompt of Collective Defiance
2016-08-23 18:01:13 +00:00
Hanmac
41735176f6
CardFactoryUtil: add Melee as Keyword
2016-08-23 16:56:19 +00:00
Hanmac
317e9d3a4f
AbilityUtils: add TriggeredPlayers to work with a List of Player objects
2016-08-23 16:54:21 +00:00
Hanmac
8f75c1070f
CombatUtil & TriggerAttacks: add all Defenders as Triggered Object
2016-08-23 16:52:57 +00:00
Hanmac
a3e21d47b4
Teysa, Envoy of Ghosts: the trigger should be combat damage only
2016-08-22 14:51:39 +00:00
Hanmac
803c0fdaa9
cards: forget Rolling Thunder
2016-08-22 14:50:42 +00:00
Hanmac
b90a77b035
cards: updated some cards which does have Announce X with X in Cost
...
it does break when cards are cast without paying the mana cost
2016-08-22 14:49:41 +00:00
Hanmac
0d9e59061a
Hunter Sliver: update Provoke
2016-08-22 14:46:19 +00:00
Hanmac
d4f31e10dd
CardFactoryUtil: move Provoke to addTriggerAbility
2016-08-22 14:44:29 +00:00
swordshine
78b6e11ec2
- CN2: Fix Monarch's draw trigger
2016-08-21 14:24:49 +00:00
Hanmac
21aa02c7ea
ComputerUtilCombat: does use LKI copy instead of copyCard for checking if card can transform in battle
2016-08-21 12:43:16 +00:00