Thread: SE 5 Editor
View Single Post
  #19  
Old October 31st, 2006, 12:57 AM
President_Elect_Shang's Avatar

President_Elect_Shang President_Elect_Shang is offline
Brigadier General
 
Join Date: Nov 2001
Location: WA
Posts: 1,894
Thanks: 5
Thanked 3 Times in 3 Posts
President_Elect_Shang is on a distinguished road
Default Re: SE 5 Editor

Dev will your editor take into account mad men with nuty mods? For instance one weapon I made has this range formula:

0 - iif([%Range%] < 20, 0, iif([%Range%] < 50, 10, iif([%Range%] < 90, 20, iif([%Range%] < 140, 30, iif([%Range%] < 170, 40, iif([%Range%] < 200, 50, iif([%Range%] < 230, 60, iif([%Range%] < 250, 70, iif([%Range%] < 270, 80, iif([%Range%] < 500, 90, 0))))))))))

And another has this damage formula:

iif([%Range%] <= 10, 80, iif([%Range%] <= 20, 70, iif([%Range%] <= 30, 50, iif([%Range%] <= 60, 40, iif([%Range%] <= 90, 30, iif([%Range%] <= 130, 20, iif([%Range%] <= 240, 10, iif([%Range%] > 241, 0, 0))))))))
__________________
President Elect Shang; Tal-Re Republic of Free Worlds
Welcome to Super Vegeta’s Big Bang Attack… Welcome to OBLIVION!
“Don Panoz made an awesome car and… an incinerator” Bill Auberlen
Reply With Quote