Skip to content

ModuleSystemHeatResourceAnimator

JadeOfMaar edited this page Apr 28, 2025 · 2 revisions

This module provides fuel gauge animation (color-based only). A given part may possess just one of this module, or multiple, and an instance of ModuleSystemHeatColorAnimator for each of them.

In the compatibility patch for Near Future Electric's fuel drums there are two of this module and two of ModuleSystemHeatColorAnimator and they are paired by sharing the values of ScalarModuleID and moduleID respectively.

MODULE
{
	name = ModuleSystemHeatResourceAnimator
	ResourceName = EnrichedUranium
	ScalarModuleID = fuelColor
}
  • ResourceName: The name of a resource held by the part.
  • ScalarModuleID: Links this module to a ModuleSystemHeatColorAnimator. The target module's moduleID key must have the same value.

Clone this wiki locally