Thread: Bugs Thread
View Single Post
  #11  
Old 11-15-2012, 04:06 AM
aristobal aristobal is offline
Approved Member
 
Join Date: Nov 2012
Posts: 117
Default

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.
Reply With Quote