Notes |
|
|
Sorry for not realizing this sooner. Lacking immunities of creatures with GARGOYLE bonus can be complemented by replacing "artifacts", "other (spells)" and "ability" .jsons from this pack (config.rar, I'll upload it in a moment). |
|
|
(0007899)
|
AVS
|
2020-05-07 18:22
|
|
|
|
(0007900)
|
AVS
|
2020-05-07 18:23
|
|
What about these -25 and -50 effects removed from elixirOfLife, is that was a bug too? |
|
|
|
Before there were two pairs of bonuses - ones that gave an increment to all creatures and ones that removed it from UNDEAD via IS_UNDEAD limiter. I figured it was some kind of leftover, so I removed it, for clarity. Now it takes only one of each bonuses - one that gives an increment to all creatures excluding those defined in the aggregate limiter.
(NON_LIVING creatures were also affected by the elixir's bonus before, so I added them to the unaffected group.)
But as it turns out - the first bonus (one that adds stack health) doesn't work correctly either way - in the first case, it doesn't reduce the amount of health in the negative bonus and in the second one, it ignores the limiter (the regeneration bonus is limited correctly). |
|
|
|
I wonder if would be better to come back with old but enchanted bonus, but with 2 subtypes:
"type" : "NON_LIVING"
"subtype" : 0 - golem style
"subtype" : 1 - gorgoyle style |
|