Commit Graph

58408 Commits

Author SHA1 Message Date
Anthony Calosa
c838b60b7a Assets class 2022-07-06 21:32:37 +08:00
Anthony Calosa
42c59b773b Merge pull request #1040 from Northmoc/carnelian
CLB: Carnelian Orb of Dragonkind and support
2022-07-06 18:06:09 +08:00
Anthony Calosa
51dd0ef84a Merge pull request #1046 from kevlahnota/master
clear generated cards
2022-07-06 18:01:33 +08:00
Anthony Calosa
b65c7607d4 clear generated cards 2022-07-06 17:55:47 +08:00
Anthony Calosa
845cf33683 Merge pull request #1043 from kevlahnota/master
[Mobile] Assetmanager for card texture & texture atlas
2022-07-06 17:08:49 +08:00
Anthony Calosa
b1e307747f remove loadingCache and use card assetmanager exclusively 2022-07-06 16:29:57 +08:00
Anthony Calosa
c81158530f add otherTextureManager 2022-07-06 15:10:00 +08:00
Anthony Calosa
ecdd4b2d77 update description 2022-07-06 12:38:40 +08:00
Anthony Calosa
616637d160 [Mobile] Assetmanager for card texture & texture atlas
- texture atlas manager for adventure & card texture manager for card images
- Assetmanager is automatically used except when UI_ENABLE_BORDER_MASKING = Full
- makes dispose textures option effective (free up some RAM)
2022-07-06 08:42:54 +08:00
Northmoc
508b6b4e90 refactor param name 2022-07-05 14:49:36 -04:00
Northmoc
0acad1ecd5 SpellAbility.applyPayingManaEffects use isValid instead of hasStringType 2022-07-05 14:49:16 -04:00
Northmoc
9740e1e75b refactor old cards 2022-07-05 14:48:27 -04:00
Northmoc
de4b089033 carnelian_orb_of_dragonkind.txt refine value 2022-07-05 14:48:17 -04:00
Northmoc
9442f4c4d7 carnelian_orb_of_dragonkind.txt 2022-07-05 14:40:52 -04:00
Northmoc
d7eff45cd1 GN3: Imaryll, Elfhame Elite (+ refactor another quasi-keyword -> static) (#1033)
* AI stuff refactor keyword to check StaticAbilityAssignCombatDamageAsUnblocked

* ComputerUtilCombat refactor keyword to check StaticAbilityAssignCombatDamageAsUnblocked

* CreatureEvaluator refactor keyword to check StaticAbilityAssignCombatDamageAsUnblocked

* Combat.java refactor keyword to check StaticAbilityAssignCombatDamageAsUnblocked

* AnimateAllEffect.resolve support "staticAbilities" for garruk_savage_herald.txt

* imaryll_elfhame_elite.txt

* StaticAbilityAssignCombatDamageAsUnblocked.java

* refactor old cards

* AnimateAllEffect remove no longer needed

* AiBlockController.makeGoodBlocks restore lost '!'
2022-07-05 21:23:40 +03:00
xaviermd
0fdfe26eff Card script for CLB - Aboleth Spawn and modifications to TriggerAbilityTriggered to make it work. (#1035)
* Created the card script for Aboleth Spawn, and made the necessary modifications to TriggerAbilityTriggered to allow the identification of self-targeting triggered abilities.

* Changed the Aboleth Spawn card script, and TriggerAbilityTriggered.java following feedback on PR.
2022-07-05 16:57:25 +03:00
xaviermd
1527167c5e Card script for CLB - Bane Lord of Darkness (#1026)
* Created card script for Bane, Lord of Darkness.

* Minor edit to Bane, Lord of Darkness card script.

* Cleaned up card script and replaced Play with ChangeZone.

* Replaced You with Controller for consistent description.
2022-07-05 16:56:25 +03:00
Northmoc
bf6d41672d CLB: Firkraag, Cunning Instigator and support (#1019)
* firkraag_cunning_instigator.txt

* CardProperty.cardHasProperty add "mustAttack"

* AttackRequirement.hasRequirement fix (thanks TRT)

* Add timestamp check

* Don't treat Trove of Temptation Requirement as Restriction

* Clean up

Co-authored-by: tool4EvEr <tool4EvEr@192.168.0.59>
2022-07-05 13:49:10 +03:00
tool4ever
3decca4752 Fix 2 NPE (#1036)
Co-authored-by: tool4EvEr <tool4EvEr@192.168.0.59>
2022-07-05 11:23:49 +03:00
JohnWilliams77
dee309a9a7 GN 22 Nogi, Draco Zealot (#1025)
* Create nogi_draco_zealot.txt
2022-07-05 07:29:48 +02:00
Northmoc
1df114d694 GN3: Maeve, Insidious Singer (+implement GoadEffect.getStackDescription) (#1034)
* maeve_insidious_singer.txt

* GoadEffect.getStackDescription
2022-07-05 07:28:01 +02:00
squee1968
e1c08ef5af Add Mirror of Life Trapping
Add Mirror of Life Trapping
2022-07-05 07:17:47 +02:00
Paul Hammerton
51a29e3d80 Merge pull request #1032 from paulsnoops/gn3
Game Night 2022 edition file
2022-07-04 22:12:23 +01:00
paulsnoops
8ecec15f0a number fix 2022-07-04 22:09:05 +01:00
paulsnoops
a9043a193a Game Night 2022 edition file 2022-07-04 22:06:19 +01:00
Anthony Calosa
04360e3705 Merge pull request #1023 from Northmoc/clb_3
CLB: 3 July
2022-07-05 04:26:52 +08:00
Northmoc
4333d95f5b shadowheart_dark_justiciar.txt use X:Sacrificed 2022-07-04 15:21:59 -04:00
Northmoc
ebc92dc90f CLB: Vhal, Candlekeep Researcher and support (#1022)
* AbilityManaPart.meetsManaRestrictions add zone restrictions

* vhal_candelkeep_researcher.txt

* AbilityManaPart.meetsManaRestrictions tidier

* AbilityManaPart.meetsManaRestrictions fix for AI
2022-07-04 18:14:14 +03:00
Hans Mackowiak
a536a340d2 Blitz Again (#1001) 2022-07-04 18:13:34 +03:00
tool4ever
3d634b6dac Global DamageHistory (#622)
* Global DamageHistory

* Add new cards

* Improve Ogre Enforcer

* Clean up

* Minor fixes
2022-07-04 13:27:44 +00:00
Northmoc
584c768039 TokenEffect stackDesc improve X parsing (#370) 2022-07-04 13:14:37 +00:00
Northmoc
d2f223dc4e Merge pull request #1021 from JohnWilliams77/patch-19
2 GN cards 1 CLB card
2022-07-03 20:27:01 -04:00
Northmoc
d9a18269d6 skanos_dragonheart.txt 2022-07-03 20:20:42 -04:00
Northmoc
80000dc5ba sivriss_nightmare_speaker.txt 2022-07-03 20:20:33 -04:00
Northmoc
e86904c62c shadowheart_dark_justiciar.txt 2022-07-03 20:20:27 -04:00
Northmoc
ace7f5adb7 mold_folk.txt fix desc 2022-07-03 20:15:26 -04:00
JohnWilliams77
878fb42c52 Update zamriel_seraph_of_steel.txt 2022-07-03 23:25:10 +01:00
JohnWilliams77
9126287814 Update flaming_fist_officer.txt 2022-07-03 23:24:24 +01:00
JohnWilliams77
4c2814c191 Update zamriel_seraph_of_steel.txt 2022-07-03 12:51:28 +01:00
JohnWilliams77
e1fce28cfe Update vogar_necropolis_tyrant.txt 2022-07-03 12:50:52 +01:00
Paul Hammerton
b1c6e00ec5 HBG Rebalancd cards (#1018) 2022-07-03 12:36:07 +03:00
JohnWilliams77
cea0e73c2b Create zamriel_seraph_of_steel.txt 2022-07-03 09:44:27 +01:00
JohnWilliams77
c18c44f580 Create vogar_necropolis_tyrant.txt 2022-07-03 09:43:51 +01:00
JohnWilliams77
0a5610b029 Create flaming_fist_officer.txt 2022-07-03 09:41:49 +01:00
squee1968
f7ec3bc5b5 5 more from Squee (#1015)
* 5 more from Squee

-closes #885
-closes #692
-closes #481
-closes #694
-closes #402

* Delete Mold Folk.txt

* Update kenku_artificer.txt

* edited

* readded

* Update wrathful_red_dragon.txt

* Update kenku_artificer.txt

* Update venture_forth.txt

* Update wrathful_red_dragon.txt

* Update wrathful_red_dragon.txt

* Update kenku_artificer.txt

* Update mold_folk.txt

* Update robe_of_the_archmagi.txt

* Update wrathful_red_dragon.txt
2022-07-03 08:12:37 +03:00
Paul Hammerton
76d29e78a2 Merge pull request #1017 from JohnWilliams77/patch-18
Update Secret Lair Drop Series.txt
2022-07-01 14:24:05 +01:00
JohnWilliams77
b994e36297 Update Secret Lair Drop Series.txt 2022-07-01 14:12:33 +01:00
Anthony Calosa
75ba4665d6 Update token-images.txt 2022-07-01 20:47:09 +08:00
Anthony Calosa
b174178d32 Update token-images.txt 2022-07-01 20:39:51 +08:00
Anthony Calosa
5aa6971245 Update token-images.txt 2022-07-01 20:36:36 +08:00