View Single Post
  #8  
Old July 15th, 2003, 05:11 PM
Rollo's Avatar

Rollo Rollo is offline
Brigadier General
 
Join Date: Jul 2001
Location: Kiel, Germany
Posts: 1,896
Thanks: 0
Thanked 0 Times in 0 Posts
Rollo is on a distinguished road
Default Re: AI Modding: I have no clue, please help!

Quote:
Originally posted by Q:
It defines how many components of this type are added according to the ship size. In you example of a destroyer (300kT):

Misc Ability 6 Name := Point-Defense
Misc Ability 6 Spaces Per One := 200

would mean that 2 PDC will be added (300 : 200 = 1.5) because it is always rounded up to the next integer.

Therefore your line:

Misc Ability 1 Name := Armor Regeneration
Misc Ability 1 Spaces Per One := 120

will give you 3 organic armors in your destroyer (300 : 120 = 2.5, rounded up to 3).

Because your PDC are at the end of the list I think there is simple not enough space on the ship to include one. I usually add organic armor at the end of the list to fill up the space.

Hope that helps.
'Spaces per one' is NOT always rounded up. It is always rounded down, but with minimum of one.

So, 'Spaces per one' = 200 gives you one on a DS and lower. 2 on LC and CR. 3 on BC, etc.

If you want to make a DS use two compontns, you need to make a value >= 150.

Rollo
__________________
SE4
Devnull Mod Gold:
Version 1.80
Dungeon Odyssey:
Hack and Slash
Version 0.53e
Reply With Quote