I didn’t looked for this part.
So it’s harder, that to load external mod?
OK, I already have standard towns externationalized as json files. Just proceed old way to clone castles…
Mods can access ONLY mods mentioned in mod dependencies (“depends” entry)
In current version this will cause warning and may work correctly. In next version this will be considered as error meaning that game won’t even start.
So accessing (for example) WoG creature possible only if
Will repeat my question, maybe someone can say something:
will Silo in town work, if I point that it produces “gold”? And what amount of gold it produce per day?
Same for “mythril”?
In Wiki there are some bonuses without vals, for example;
MOVEMENT
LAND_MOVEMENT
SEA_MOVEMENT
SIGHT_RADIOUS
In some mods I saw that, for example, SIGHT_RADIOUS is getting some value trough “val”.
Can someone correct Wiki, if this and other bonuses require val, and what’s it’s meaning?
I want to reproduce artifact from HMM1, which gives additional shot to ballista during siege. Is it possible right now, or not? If possible, what should I write in Bonuses?
If I want to create creature artifact, that allows creature to rise creatures from dead allies, I must wrote this, right?
:
And I earlier proposed ability like DAEMON_SUMMONING, but it works only on enemy stacks (like RAISE_DEAD).
I looked to code, it requires only new “if” (stack is enemy). Can It be implemented later?
It will emerge brand new tactics, so player with Resurrection will no longer be happy.
And another question.
I need to make creatures that are strong at melee combat, and their shooting is weaker (for example, for 30-50%). Is there a way to make some bonus/minus so their melee damage will be higher that shots?
In creature bonuses I found CREATURE_DAMAGE.
But this usually is written in hero config, so will it work, if I write bonus in creature config? Will this bonus be only for the creature?
If this will not work, I found ALWAYS_MINIMUM_DAMAGE for attacks from range.
There can be assigned antibonus to minimum damage. So I can make it -val to correct ranged attacks. Right?
By the way, I saw idea of artifact, that turns out flying ability of all creatures in battle.
Is something like this already possible in VCMI?
Or all flying creatures must be listed by their name in that case?