List of Tier Defaults is here
PlanetsLib: Tiers
This companion mod for PlanetsLib assigns 'tier values' to planets, rough indicators of where the planet fits in a vanilla-style game of Space Age. Tiers have no functionality by themselves, but are a rough indicator where the planet fits in a vanilla-style game of Space Age for the purposes of other mods that wish to use this information.
Players are also encouraged to submit edits to keep the built-in list up-to-date. This mod is separate to PlanetsLib so that players can choose to update PlanetsLib without changing the tiers of planets on their save.
Documentation
- To access the tiers, use
local tier = data.raw["mod-data"]["PlanetsLib-tierlist"].data[type][name] or data.raw["mod-data"]["PlanetsLib-tierlist"].data.default
. - Other mods are able to directly overwrite tiers, e.g.:
data.raw["mod-data"]["PlanetsLib-tierlist"].data.planet[planet_name] = tier
- If possible, please notify us of the tier you're using (even if you'll override it in your mod) so that the default tierlist is more informative.
- It is recommended to override in
data.lua
so that other mods will see that value.