Skip to content

components.csv

prontotorpedo edited this page Nov 25, 2025 · 1 revision

This page is a WIP!

components.csv

components.csv defines all of the possible components that can be selected during ship construction.

Explanation of all columns in file (left to right)

@name

The internal name of a component.

enabled

Determines whether a component is enabled in game (1), or disabled in game (0). All components are enabled by default.

type

Defines which compType the component belongs to. CompTypes can be found in compTypes.csv.

nameShort

A short name for the component used in the UI. Pulls data from the .lng file.

weight

The probability that this component will be used by the AI during ship construction.

nameUI

The name shown to the player in the UI. Pulls data from the .lng file.

desc

The description of the component. Pulls data from the .lng file.

param

Defines various parameters surrounding the component. Can be used to create requirements for the component to unlock.

Clone this wiki locally