This wiki is archived from 2021-09-05
Planetary Annihilation Unit Specs: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Category:Modding = 50px Planetary Annihilation Unit Specs = Unit specs are JSON files. {| class="wikitable" |name |mandatory |type |default |com...") |
|||
Line 40: | Line 40: | ||
|0.0 | |0.0 | ||
|starting health of the unit | |starting health of the unit | ||
|- | |||
|atrophy_rate | |||
| | |||
|string | |||
|0.0 | |||
|rate at which partially built units atrophy | |||
|- | |||
|atrophy_cool_down | |||
| | |||
|string | |||
|0.0 | |||
|delay before unit begins to atrophy | |||
|- | |- | ||
|} | |} |
Revision as of 17:31, 15 October 2017
File:Titans-icon.png Planetary Annihilation Unit Specs
Unit specs are JSON files.
name | mandatory | type | default | comment |
base_spec | string | root relative path to inherited unit spec eg /pa/units/commanders/base_commander/base_commander.json | ||
display_name | mandatory | string | ||
description | mandatory | string | ||
build_metal_cost | float | 0.0 | metal required to build the unit | |
max_health | string | 0.0 | starting health of the unit | |
atrophy_rate | string | 0.0 | rate at which partially built units atrophy | |
atrophy_cool_down | string | 0.0 | delay before unit begins to atrophy |