Skip to content

technologies.csv

prontotorpedo edited this page Nov 21, 2025 · 1 revision

This page is a WIP!

technologies.csv

Technologies.csv contains the data for all of the unlockable research in the campaign and ship designer.

Explanation of all columns in file (left to right)

@name

The internal name for a technology.

type

Specifies the techType that a technology belongs to.

#image

Comment column, not necessary to change. Links an image for the UI if needed.

nameUi

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

year

The year that the technology is unlocked in the designer. The unlock year in the campaign may vary from this value.

yearRand

May cause the expected unlock year of a technology in the campaign to change by the specified value. The value is plus-minus, so it can cause a change in both directions.

difficulty

Modifier applied to research time, with a higher value leading to longer research time.

effect

Specifies what is gained when the technology has finished being researched. Any stats gained here will apply globally, unless a component is also unlocked, in which case the stats will apply to the component.

component

Specifies the component that is unlocked from a technology. If a component is unlocked by a technology, the data in the 'effect' column is used to define the stats of the component.

#todo

Comment column, does nothing.

desc

The description that is shown when a technology unlocks. Pulls data from the .lng file.

#descOld

Comment column, no changes necessary. Shows the old description of a technology.

Clone this wiki locally