-
Notifications
You must be signed in to change notification settings - Fork 5
components.csv
components.csv defines all of the possible components that can be selected during ship construction.
The internal name of a component.
Determines whether a component is enabled in game (1), or disabled in game (0). All components are enabled by default.
Defines which compType the component belongs to. CompTypes can be found in compTypes.csv.
A short name for the component used in the UI. Pulls data from the .lng file.
The probability that this component will be used by the AI during ship construction.
The name shown to the player in the UI. Pulls data from the .lng file.
The description of the component. Pulls data from the .lng file.
Defines various parameters surrounding the component. Can be used to create requirements for the component to unlock.