SANDBOX — this is a test environment. No servers are actually deployed and no real payments are charged.
Back to NxLabs

NxLabs / Factorio

PlanetsLib: Tiers

TBy thesixthroc

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).

Description

foundrygg.comThe FoundryGitHub

Notes

This mod is currently looking for a maintainer.

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.

The list of current tier values is here.

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.

Ratings & reviews

No ratings yet

Sign in to leave a rating or comment.