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 — for other mods that wish to use this information. PlanetsLib: Tiers is separate to PlanetsLib so that it can be updated independently. You can hold the version of this mod fixed to avoid tier values changing (unless another external mod changes them).

2 days ago
2.0
12.1K
Planets
Owner:
thesixthroc
Source:
https://github.com/danielmartin0/fact...
Homepage:
https://github.com/danielmartin0/fact...
License:
MIT
Created:
a month ago
Latest Version:
1.1.2 (2 days ago)
Factorio version:
2.0
Downloaded by:
12.1K users

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.