Thread: QNP mk 2
View Single Post
  #9  
Old January 12th, 2007, 12:01 AM
Suicide Junkie's Avatar
Suicide Junkie Suicide Junkie is offline
Shrapnel Fanatic
 
Join Date: Feb 2001
Location: Waterloo, Ontario, Canada
Posts: 11,451
Thanks: 1
Thanked 4 Times in 4 Posts
Suicide Junkie is on a distinguished road
Default Re: QNP mk 2

#1) GETL("X") >= (2 + ([%Lvl%] - 1)
is the same as
GETL("X") >= ([%Lvl%] + 1)
GETL("X") - 1 >= ([%Lvl%])
level 2 tech or better gives level 1

#2) GETL("X") >= (1 + ([%Lvl%] - 1)
is the same as
GETL("X") >= [%Lvl%]
Level 1 tech or better gives level 1

Why Aaron used overcomplicated formulae with spurrious "1 - 1" bits I have no idea.
Reply With Quote