vcmi-mods / horn-of-the-abyss

Port of Horn of The Abyss to the VCMI
19 stars 22 forks source link

HotA mod fix issues #120

Open by003 opened 5 days ago

by003 commented 5 days ago

List here:

  1. Artillery should affect cannon. Solved and waiting for update
  2. In Cove town, Grotto will be implemented as a market modes: "marketModes" : ["artifact-experience", "creature-experience"],Finished
  3. Ring of Oblivion should give bonuses to all creatures: "GARGOYLE", "DISINTEGRATE", however, in hota 1.70, repairing should also be banned. Need a "DISINTEGRATE" subtype. Need support from main part
  4. Cape of Silence should be 'block magic for spell level one and two'. Now it was set as "LEVEL_SPELL_IMMUNITY", which will give green dragon/red dragon all spell immunity. Need support from main part
  5. Interference still have the bonus to add hero's spellpower, should not be existed.Solved and waiting for update
  6. Trailblazer and Temple of Loyalty can be realized now. Solved and waiting for update Warlock Lab, Altar of Mana, Hermit Shack and Quest Gate need to be supported in main part. Need support from main part
  7. Unique messages from creature banks. Solved and waiting for update
by003 commented 5 days ago

In 1.70 support parts:

  1. New obstacle objects (already done in 1.6 develop part, will update soon): a. Burnt Structures b. Crumbled Fountains c. Crumbled Edifice d. Pillars e. Steles f. Walls (named as sandWalls in json) g. Fire h. Waterfalls The type for Pillars, Steles, and Walls should be 'generic', it will not be generated in random map.

  2. New artifact (already done in 1.6 develop part, will update soon): Only a new artifact Sleepkeeper.

  3. New visitable objects (already done in 1.6 develop part, will update soon): a. Hero Camp(Now as subtype of prison, but prison is not configurable for messages). b. Seer Hut c. Airship yard and airship (need support)

  4. Old decorations replacement: a. Red trees in dirt land. b. Subterranean Gate in snow land. c. Seeweeds and boulder in ocean area.

Aph-ra commented 5 hours ago

Copied from Discord:

config.zip specialty.zip specialty_small.zip creatures.zip

by003 commented 5 hours ago

Ok that's fine. I will consider about it.

by003 commented 4 hours ago

For Interfence bonus:

"base" : {
            "effects" : {
                "main" : {
                    "type" : "PRIMARY_SKILL",
                    "subtype" : "primarySkill.spellpower",
                    "val": -10,
                    "valueType" : "PERCENT_TO_ALL",
                    "propagator" : "BATTLE_WIDE",
                    "propagationUpdater" : "BONUS_OWNER_UPDATER",
                    "limiters" : [ "OPPOSITE_SIDE" ],
                }
            }
        },

It should be fine. @misiokles