Thread: Spider army?
View Single Post
  #5  
Old 11-14-2012, 03:13 PM
gempepaine gempepaine is offline
Approved Member
 
Join Date: Oct 2012
Posts: 34
Default

Quote:
Originally Posted by Nevar View Post
I've always wanted to do it,but I've never come across that one playthrough where I have all of the spider items. There ARE actually enough spiders in the game now to have a full spider army, but unfortunately, 2/5 do poison damage, which sucks against undead, and other things.

Snake/Spider might be fun, but without the Frog Princess from TL I don't think it's all that impressive.
If you want to give it a try with a spider/snake army but you miss the Frog Princess , you can recreate her from one of the Valkyrie.


You extract the file valkyres.txt from ses.kfs and copy it in the sessions\addon\mods directory.

Now let's take Christa. This is just an example . At level 5 when she is appointed senior valkyrie , gives bonus 25% more gold from treasure chests

children=
mods {
sp_addgold_chest=count,25
}

propbits=usable,wife

But if you replace that, with this :

children=
fight {
{
filter {
belligerent=ally
unit=spider_venom,spider_fire,spider,snake_royal,s nake_green,snake
}
pbonus=attack,0,100,0,-100,0,0
dbonus=
rbonus=
attack_on=
attack_off=
}
}

propbits=usable,wife

she will now give 100% attack bonus to spider,venom spider,fire spider,royal snake, green snake and snake.
For a new description of her ability you will need to modify some file in loc_ses.kfs otherwise the game will still display the old description even the bonus to snake/spiders will be applied.
Reply With Quote