
March 5th, 2004, 01:24 AM
|
 |
Brigadier General
|
|
Join Date: Jul 2001
Location: Kiel, Germany
Posts: 1,896
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: MODDING Help Needed
Quote:
Originally posted by Krsqk:
The formula is:
HS/SPO
where HS = the hull size under consideration, SPO = the Spaces Per One entry. Any fractions are rounded UP to the next whole number.
|
That is not correct. Any fractions are always rounded down, but a minimum of one component will be added.
SPO=10000 is commonly used to add one component to a design (note: if the hull is bigger or equal 20000, two components will be added).
Atrocities, your examples would work like this:
code:
hull size spaces per one num of components
100 kt 100 1
200 kt 100 2
300 kt 100 3
400 kt 100 4
800 kt 100 8
200 kt 400 1
300 kt 400 1
400 kt 400 1
800 kt 400 2
1200 kt 400 3
|