leriomaggio
f0f881dbeb
Attempt to load Card now with setcode in use (also overloaded when not necessary)
2021-08-04 16:01:56 +01:00
leriomaggio
7dc65d2ef1
Removed duplicate and trailing spaces
2021-08-04 16:01:17 +01:00
leriomaggio
40b20e961a
CASE INSENSITIVE card map lookup for lazy card load
2021-08-04 15:59:57 +01:00
leriomaggio
a9c1c01a20
FIXED bug in CardStorageReader to support numbers in card names w/ lazy card loading
...
Borrowing 100,000 Arrows was the driver test case
2021-08-04 15:59:31 +01:00
leriomaggio
58b2a070ed
Added test for corner cases with different case in card name and set code (also compared to legacy implementation)
...
Also, now LoadCard also uses the provided setCode (if any).
If null or empty string is provided in request, all editions will be used!
2021-08-04 15:58:41 +01:00
Michael Kamensky
54569bffeb
Merge branch 'j21_3' into 'master'
...
J21 – Most of the rest
See merge request core-developers/forge!5175
2021-08-04 14:14:51 +00:00
Michael Kamensky
97fa6f1312
Merge branch 'j21_teyo' into 'master'
...
J21 - Teyo, Freyalise, and conjure improvements
See merge request core-developers/forge!5169
2021-08-04 14:14:15 +00:00
Northmoc
4201fa63db
MakeCardEffect - put made card in None zone before moving to destination
2021-08-04 07:48:22 -04:00
Northmoc
caf067ec68
freyalise_skyshroud_partisan.txt
2021-08-04 07:38:22 -04:00
Northmoc
606ded6fc2
fix typo
2021-08-04 07:38:21 -04:00
Northmoc
18b3e14f2e
teyo_aegis_adept.txt
2021-08-04 07:38:21 -04:00
Northmoc
80a24a1f93
fix desc typo
2021-08-04 07:37:47 -04:00
Northmoc
53653d5cc6
finish common "perpetually boost creature in hand" cycle
2021-08-04 07:37:46 -04:00
Northmoc
e718903957
bounty_of_the_deep.txt
2021-08-04 07:37:46 -04:00
Northmoc
ca27221188
update Editions file
2021-08-04 07:37:45 -04:00
Northmoc
21e9dd3976
add "Perpetually" to Effect names for fun
2021-08-04 07:37:45 -04:00
Northmoc
dcdf064e43
scion_of_shiv.txt
2021-08-04 07:37:44 -04:00
Northmoc
3103e4d575
baffling_defenses.txt
2021-08-04 07:37:44 -04:00
Northmoc
ea3353ee2c
ethereal_grasp.txt
2021-08-04 07:37:44 -04:00
Northmoc
4360cc7fd5
add AI hint
2021-08-04 07:37:43 -04:00
Northmoc
babd2deb71
davriels_withering.txt
2021-08-04 07:37:43 -04:00
Northmoc
7c657dadf1
skyshroud_lookout.txt
2021-08-04 07:37:42 -04:00
leriomaggio
09822bdda2
Overloading PaperCard constructor without artIndex with default constant
2021-08-04 10:59:34 +01:00
leriomaggio
ce589ca6e8
removed previously introduced workaround for lowercase comparison
2021-08-04 10:58:23 +01:00
leriomaggio
8fba92acde
Fixing remaining AEther to Aether to rename
2021-08-04 09:03:14 +01:00
leriomaggio
ead4d134ea
Merge remote-tracking branch 'upstream/master' into collector-number-in-card-list-and-card-db-refactoring
2021-08-04 08:51:56 +01:00
leriomaggio
eb9646a0c9
Faster method to load card w/ lazy card load
2021-08-04 08:24:11 +01:00
leriomaggio
5ff8174b4d
New data structure in CardEdition allocated for quick cardInset lookup
...
CardEdition now includes a new Map data strcuture that is allocated only if necessary (i.e. when lazy card loading is enabled) and it will be used for faster card in set lookup by card name. The Map will return a List of cards to account for multiple versions (prints) of a card with the same name within a CardEdition
2021-08-04 08:23:48 +01:00
Hans Mackowiak
f292ad2fb6
Card fix disabled static ability conditions
2021-08-04 07:21:28 +02:00
Michael Kamensky
49b4db24ea
Merge branch 'cleanup' into 'master'
...
Clean up some triggers
See merge request core-developers/forge!5173
2021-08-04 05:10:00 +00:00
Michael Kamensky
904524ea6d
Merge branch 'changetargets' into 'master'
...
ChangeTargets: Fix same choices
See merge request core-developers/forge!5174
2021-08-04 05:09:35 +00:00
Michael Kamensky
2d16490aab
Merge branch 'reveal' into 'master'
...
allow "Random" and "RevealValid" in same Reveal
See merge request core-developers/forge!5178
2021-08-04 05:08:47 +00:00
Michael Kamensky
048995fb47
Merge branch 'fix_the_deck_of_many_things' into 'master'
...
Fix lose effect of The Deck of Many Things
See merge request core-developers/forge!5177
2021-08-04 05:08:38 +00:00
Michael Kamensky
aa46867e31
Merge branch 'dicesfx' into 'master'
...
Sound effect for dice rolling!
See merge request core-developers/forge!5176
2021-08-04 05:08:28 +00:00
Northmoc
39e9434901
allow "Random" and "RevealValid" in same Reveal
2021-08-03 23:47:06 -04:00
Lyu Zong-Hong
ead0d809cd
Fix lose effect of The Deck of Many Things
2021-08-04 10:29:06 +09:00
Northmoc
db4ac4db9d
add GameEventRollDie
2021-08-03 21:04:58 -04:00
Northmoc
b0c2421419
royalty-free die roll mp3 from SoundBible.com
2021-08-03 21:04:28 -04:00
Northmoc
62ab654497
add die roll event to RollDiceEffect and RollPlanarDiceEffect
2021-08-03 21:04:00 -04:00
Northmoc
5c033655c7
SoundEffectType.java add RollDie filename
2021-08-03 21:03:18 -04:00
tool4EvEr
5b4653754f
Fix same choices
2021-08-03 22:27:58 +02:00
tool4EvEr
8339745956
Clean up
2021-08-03 21:19:23 +02:00
tool4EvEr
444bc8cfdd
Clean up
2021-08-03 19:16:08 +02:00
Michael Kamensky
9886a16c6e
Merge branch 'davriel' into 'master'
...
J21 - fix Davriel, Soul Broker -2 ability
See merge request core-developers/forge!5172
2021-08-03 13:32:37 +00:00
Northmoc
d54df10ccd
davriel_soul_broker.txt limit number of choices for -2 ability
2021-08-03 09:19:58 -04:00
Northmoc
8f53b89b25
support "NumRandomChoices" for davriel_soul_broker.txt
2021-08-03 09:18:01 -04:00
Anthony Calosa
c24f3ed288
Merge branch 'kevlahnota-master-patch-12307' into 'master'
...
Update EffectEffect.java
See merge request core-developers/forge!5171
2021-08-03 10:45:43 +00:00
Anthony Calosa
b9b71e8535
Update EffectEffect.java
2021-08-03 10:45:25 +00:00
Anthony Calosa
7421e59454
Merge branch 'kevlahnota-master-patch-13781' into 'master'
...
Revert EffectEffect add set to Emblem imagekey
See merge request core-developers/forge!5170
2021-08-03 10:43:01 +00:00
Anthony Calosa
356baae747
Revert EffectEffect add set to Emblem imagekey
2021-08-03 10:39:48 +00:00