LevelX2
|
a4e1c7aefd
|
Merge origin/master
|
2016-11-03 22:38:14 +01:00 |
|
LevelX2
|
d2561c1752
|
* Fixed a problem with triggered mana abilities. Fixed a problem that AI did not always select the needed mana color. Fixed a problem with Reflecting Pool not taking triggered mana abilities into account.
|
2016-11-03 22:37:54 +01:00 |
|
LevelX2
|
f07408f995
|
* Flagbearer - Fixed a bug that game could be locked if a spell could only target your own creatures.
|
2016-11-03 19:04:55 +01:00 |
|
emerald000
|
c38f96ae55
|
[C16] Implemented Partner ability.
|
2016-11-01 22:59:39 -04:00 |
|
LevelX2
|
3f882b73c4
|
Fixed a problem with activated spells that could not be used but were used by AI and available mana calculation.
|
2016-11-01 14:31:02 +01:00 |
|
LevelX2
|
56900a9b1f
|
[SWS] Yoda, Jedi Master - Fixed a problem with the +1 ability.
|
2016-11-01 11:47:40 +01:00 |
|
Neil Gentleman
|
3966b4a217
|
Merge pull request #2537 from nigelzor/simplify-some-cards
Simplify some cards
|
2016-10-31 01:36:54 -07:00 |
|
Neil Gentleman
|
0ad74e8a9b
|
Merge pull request #2536 from nigelzor/shortcut-filters
use TargetArtifactPermanent, etc.
|
2016-10-31 01:36:40 -07:00 |
|
Neil Gentleman
|
3ae8b257d5
|
Budoka Pupil, etc: flipping is optional
flag was being ignored in OnEventTriggerAbility constructor, and not set
at all for the other cards.
|
2016-10-31 01:10:28 -07:00 |
|
Neil Gentleman
|
7532d1228b
|
improve PutLandFromHandOntoBattlefieldEffect
so that Elvish Pioneer and Terrain Generator can use it
|
2016-10-31 00:19:20 -07:00 |
|
Neil Gentleman
|
e40329e6e2
|
use FilterControlledLandPermanent
|
2016-10-30 23:47:01 -07:00 |
|
Neil Gentleman
|
0125f88611
|
add mana-generation helpers to ChoiceColor
|
2016-10-30 23:02:04 -07:00 |
|
Neil Gentleman
|
564e2cd58b
|
use Mana.ColorlessMana; SimpleManaAbility
removing explicit `new BasicManaEffect()` calls, where SimpleManaAbility will do it implicitly
|
2016-10-30 23:02:04 -07:00 |
|
LevelX2
|
59f09dbf0c
|
[C16] Added Vial Smasher the Fierce and a partners ability without function.
|
2016-10-30 19:53:54 +01:00 |
|
LevelX2
|
db4644cbc1
|
Reworked PreventAllDamageToControllerEffect to be more generic.
|
2016-10-30 18:59:16 +01:00 |
|
LevelX2
|
0230f8ed9b
|
[C16] Added the cards with the undaunted keyword.
|
2016-10-30 14:11:52 +01:00 |
|
LevelX2
|
bec827f96c
|
The Gitrog Monster - Fixed that it could only be sacrificed if it's still on the battlefield.
|
2016-10-29 23:58:41 +02:00 |
|
LevelX2
|
70126988c5
|
Changed rule text from "put token onto the battlefield" to "create token".
|
2016-10-29 23:42:19 +02:00 |
|
LevelX2
|
2ba6bf79f1
|
Added Flip Coin effect.
|
2016-10-29 11:09:25 +02:00 |
|
fireshoes
|
f0206537c1
|
[C16] Added Primeval Protector, Crystalline Crawler, and Breya, Etherium Sculptor.
|
2016-10-25 15:55:46 -05:00 |
|
Styxo
|
a0e3571d7b
|
Added Riddlekeeper and refactored similar cards
|
2016-10-25 12:54:46 +02:00 |
|
LevelX2
|
bd0e288087
|
* Fixed effect text for numbers > 1 (e.g. Daretti, Ingenious Iconlast).
|
2016-10-23 22:36:45 +02:00 |
|
LevelX2
|
c7744d8631
|
* Fixed a bug with tokens using the optional EntersBattlefieldEffect (e.g. Clone with Mimic Vat).
|
2016-10-23 00:36:36 +02:00 |
|
LevelX2
|
f48e20a48c
|
Fixed a rule text problem of PhaseOutTargetEffect.
|
2016-10-23 00:08:41 +02:00 |
|
LevelX2
|
07a7afa285
|
Added test and fixed some possible null pointer exception.
|
2016-10-22 13:06:41 +02:00 |
|
LevelX2
|
bf43ea9936
|
Added test and fixed some possible null pointer exception.
|
2016-10-22 12:45:50 +02:00 |
|
LevelX2
|
13c8f3263f
|
* Glint-Next Crane - Fixed that it was not optional to reveal an artifact (fixes #2491).
|
2016-10-22 11:14:47 +02:00 |
|
LevelX2
|
468eb46471
|
* Midnight Oil - Fixed that also one remaning counter was removed it from it's own effect.
|
2016-10-20 19:45:04 +02:00 |
|
LevelX2
|
77729e892c
|
* Prized Amalgam - Fixed that it also returned if it entered and left the battlefield after the trigger was created (fixes #2485).
|
2016-10-20 15:04:27 +02:00 |
|
LevelX2
|
54d5599e06
|
[SWS] Fixed Exogorth's block ability.
|
2016-10-19 23:24:02 +02:00 |
|
fireshoes
|
89f4ad4582
|
Merge origin/master
|
2016-10-17 23:49:00 -05:00 |
|
fireshoes
|
89dd981075
|
Merge
|
2016-10-17 23:45:47 -05:00 |
|
LevelX2
|
a402d9fa1f
|
Added Standard Bearer, Coalition Flag and Coalition Honor Guard.
|
2016-10-15 09:33:42 +02:00 |
|
LevelX2
|
a74e0c2ed3
|
Allow to set custom text for provoke ability.
|
2016-10-15 07:34:22 +02:00 |
|
LevelX2
|
fa0fe09192
|
Some fine tuning to enlarged and popup view. Deck editor card size is saved now. Some minor changes.
|
2016-10-14 17:00:56 +02:00 |
|
LevelX2
|
1674e00e70
|
Added Standard Bearer, Coalition Flag and Coalition Honor Guard.
|
2016-10-14 10:55:15 +02:00 |
|
LevelX2
|
0974e6b42d
|
* Fixed some problems with State.values using mutable objects.
|
2016-10-13 15:48:56 +02:00 |
|
LevelX2
|
316b1848c4
|
Added some tests for rollback (#2072). Could not reproduce any problems yet.
|
2016-10-12 18:54:15 +02:00 |
|
LevelX2
|
baeaaa3eb7
|
Fixed some bugs where return to battlefield effects on end of turn could bring back cards, that should return first on next turn (e.g. Flickerwisp targets Flickerwisp).
|
2016-10-12 17:44:58 +02:00 |
|
spjspj
|
383a750f6e
|
spjspj - Typos + SWS Rarity fix
|
2016-10-12 09:06:35 +11:00 |
|
LevelX2
|
c2ae4c6527
|
* Fixed a problem with emerge, that the spell could not be cast with emerge, if the player had less mana available as the full emerge mana costs.
|
2016-10-11 16:37:36 +02:00 |
|
LevelX2
|
203056df0a
|
* Aquitect's Will - Fixed a bug that the target land lost other abilities (fixes #2448).
|
2016-10-10 20:52:47 +02:00 |
|
LevelX2
|
4d7e744187
|
[SWS] Fixed some problems.
|
2016-10-07 17:56:16 +02:00 |
|
JOAC69
|
e8230946af
|
Remove use of card classes for duplicate cards. Remove set related information from being tied to card classes.
|
2016-10-04 19:58:48 -05:00 |
|
LevelX2
|
a1123b3c0b
|
* Myriad some cleanup (#2420).
|
2016-10-04 15:29:52 +02:00 |
|
LevelX2
|
e8ab8558d1
|
Fixed some possible null pointer exceptions.
|
2016-10-03 22:07:10 +02:00 |
|
LevelX2
|
1a8f38759b
|
Fixed a problem with filetring of CantBeTargetedAllEffect.
|
2016-10-03 19:43:26 +02:00 |
|
LevelX2
|
24fc597fe5
|
Fixed mode handling for modes that can be selected multiple times.
|
2016-10-03 19:41:46 +02:00 |
|
fireshoes
|
886b8fa676
|
Implemented September requested cards Spellbane Centaur, Denying Wind, Diamond Kaleidoscope, and Ersatz Gnomes.
|
2016-10-03 00:43:12 -05:00 |
|
LevelX2
|
e19172fb91
|
[SWS] Fixed some problems.
|
2016-10-03 00:38:39 +02:00 |
|