-
Notifications
You must be signed in to change notification settings - Fork 5
compTypes.csv
The compTypes.csv file is used to determine the various parameters around each of the possible components on a ship during construction.
The name of the component.
The short name for the UI. Pulls data from the .lng file
The name shown in the constructor. Pulls data from the .lng file.
Specifies which section of the constructor the component can be found in.
Defines which ship types a component can be mounted on.
Defines various parameters related to each component. A list of params can be found below.
During AI shipbuilding, this value is used to determine what to discard.
Specifies any additional conditions that need to be met in order for this component to show up in the UI. A list of comp needs can be found below.
A component is assigned to this compType by default. Having no component assigned is impossible unless the compType also has a Comp_Needs value.
This compType has no effect during battles, it is only useful during the campaign.
This compType will not be available unless the specified component(s) has been selected.
This compType will be unavailable if the specified component(s) has been selected.
This compType will not be available unless the ship has at least N inches of main belt armor.
This compType will not be available unless the ship a has main gun with a caliber of at least N inches.
This compType will not be available unless part P has been placed on the ship.
Unknown. Presumably means that the compType has an x% chance of being added.