View Single Post
  #2  
Old 01-14-2012, 11:14 AM
Fatt_Shade Fatt_Shade is offline
Approved Member
 
Join Date: Nov 2010
Location: Serbia
Posts: 837
Default

Hm . . . only thing i found about High magic usage spell book in battle is in arena.lua file :
-- Âűńřŕ˙ ěŕăč˙ (íŕ÷ŕëî)
local t = skill_power2( "hi_magic", 1 )
Logic.hero_lu_var( "double_book_charges", t )

if t > 0 then t = 2 else t = 1 end

Logic.hero_lu_var( "book_times", t + book_extra_times )
Do you have any idea how to make this work for rage spirits ???

First changing skill.txt and skills.lua to add double_rage_spirit_charges in anger skill 1,2,3 times in battle ( i think this would be fair since you moved most defense bonuses from might skill tree to mind). Then add in arena.lua similar part like for high_magic just for rage spirits and connect this with it`s reference in skills.* files . . . i have no idea will tihs work, i try in my game and cant make reference for chest double use, because i cant find how it`s made for spell book double cast.

As for making it fair for paladin, how about changing warrior/ paladin lds gain when lvlup ? Warrior is for fight and rage (skirmish/gerila type of combat, fast and hard attack on enemy army), paladin is charismatic and army like him, so he should lead bigger army then warrior. So warrior have elite fighters filled with rage that allow him to use rage spirits twice per turn, and paladin can lead more troops. What do you think ?

Also in skills.txt, higher magic in pars=1,100%,+1,+10 for 1st lvl. What is this 100% used for ? I can find it in skill.lua or eng_skill.lua any reference to this parametar

Last edited by Fatt_Shade; 01-14-2012 at 01:26 PM.
Reply With Quote