View Single Post
  #2  
Old December 13th, 2006, 12:48 AM

Thy_Reaper Thy_Reaper is offline
Private
 
Join Date: Oct 2006
Posts: 34
Thanks: 0
Thanked 0 Times in 0 Posts
Thy_Reaper is on a distinguished road
Default Re: Engine Movement bonuses

Add the bonus movement ability, and make the Amount1 this:
BaseBonus + iif( [%Level%] > 5 , 1 , 0) + iif( [%Level%] > 7 , 1 , 0) + iif( [%Level%] > 9 , 1 , 0)

This should give BaseBonus at levels 1-5, BB+1 at levels 6-7, BB+2 at levels 8-9, and BB+3 at level 10.
Reply With Quote