|
|
|
 Phoenix-D QNP mk 2 January 11th, 2007, 01:22 PM
|

January 11th, 2007, 11:13 PM
|
 |
Brigadier General
|
|
Join Date: Nov 2001
Location: WA
Posts: 1,894
Thanks: 5
Thanked 3 Times in 3 Posts
|
|
Re: QNP mk 2
Next question; what is the difference between:
#1) GETL("X") >= (2 + ([%Lvl%] - 1)
and
#2) GETL("X") >= (1 + ([%Lvl%] - 1)
Which one will make this component appear at X level 2?
__________________
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
|

January 12th, 2007, 12:01 AM
|
 |
Shrapnel Fanatic
|
|
Join Date: Feb 2001
Location: Waterloo, Ontario, Canada
Posts: 11,451
Thanks: 1
Thanked 4 Times in 4 Posts
|
|
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.
__________________
Things you want:
|

January 12th, 2007, 12:12 AM
|
 |
Brigadier General
|
|
Join Date: Nov 2001
Location: WA
Posts: 1,894
Thanks: 5
Thanked 3 Times in 3 Posts
|
|
Re: QNP mk 2
Good than I don't need to go back and redo everything. I was working away and thought of you and the problem you found ("This game thinks "100 + 5 - 5 - 100 = 0" is False"); stopped, and said "Hay I better ask to make sure before I get to much further along".
__________________
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
|

January 12th, 2007, 01:48 AM
|
National Security Advisor
|
|
Join Date: Nov 2000
Posts: 5,085
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: QNP mk 2
I'm not calculating the tonnage at all. What I'm doing is throwing in Standard Move to every component. So every component has something like this:
Code:
Ability 2 Type := Movement Standard
Ability 2 Description := Generates [%Amount1%] standard movement.
Ability 2 Scope := Space Object
Ability 2 Range Formula := 0
Ability 2 Amount 1 Formula := -X
Ability 2 Amount 2 Formula := 0
Where X is the tonnage /10.
__________________
Phoenix-D
I am not senile. I just talk to myself because the rest of you don't provide adequate conversation.
- Digger
|

January 12th, 2007, 01:52 AM
|
 |
Brigadier General
|
|
Join Date: Nov 2001
Location: WA
Posts: 1,894
Thanks: 5
Thanked 3 Times in 3 Posts
|
|
Re: QNP mk 2
I take it you don't plan to use any anti-engine weapons? What does stock call them? Found it; Ionic type weapons.
__________________
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
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is On
|
|
|
|
|