View Single Post
  #1  
Old 01-16-2014, 11:08 PM
lukasztkd lukasztkd is offline
Approved Member
 
Join Date: May 2012
Posts: 4
Default Resurrect all lost troops after the combat.

Hey.

I'm trying to change Paladin's reurrection skill, so after the combat not one squad is resurrected, but all squads. I can't find anything related to the topic inside skills.txt. I already moded it a bit, so you can pick it at very beginning of the game and res spell gets a better bonus.
I would like to get rid of boring resurrection process at the end of the combat (mana from rage, then spell, repeat), so if I win combat, I don't achieve loses.
Code for resurrection skill looks this way:

Code:
resurrection {
    pos=1,4
    deps=
    pic=skillicon2_19_
    name=skill_resurrection_caption
    hint_header=skill_resurrection
    hint_text=skill_resurrection_hint
    levels {

      1 {
          deps=1
          runes=0,8,0
          trade=
          pars=100%,+10%
        }
      2 {
          deps=1
          runes=0,8,0
          trade=
          pars=100%,+55%
        }
      3 {
          deps=1
          runes=0,8,0
          trade=
          pars=100%,+100%
        }
    }
  }
Reply With Quote