Regarding evil book
in spells_power.lua:
1. why so
...
local creator_power = 1 + tonumber(skill_power2("creator", 1)/100)
creator_power = creator_power/2
...
but no so
...
local creator_power = 1 + tonumber(skill_power2("creator", 1)/100)/2
...
2. in
local item_bonus = tonumber(Logic.hero_lu_item("sp_spell_demonologist ", "count")/100)
"sp_spell_demonologist" is bonus from "living book" but the artifact doesn't have hint that it impact on the spell.
|