Variable; Subsystem - HWRM/KarosGraveyard GitHub Wiki

Syntax

<SubSystemTable> = StartSubSystemConfig()
<SubSystemTable>.<Variable> = <Value>
(Can also be written as <SubSystemTable>["<Variable>"] = <Value>)

Description

To do...

Example

NewSubSystemType = StartSubSystemConfig()
NewSubSystemType.displayedName = "AdvancedArray"

Variables

  • NewSubSystemType.armourClass="SubSystemArmour"
  • NewSubSystemType.type="System"
  • NewSubSystemType.typeString="Research"
  • NewSubSystemType.hasIcon=0
  • NewSubSystemType.maxNumberBuildable=1
  • NewSubSystemType.collateralDamage=100
  • NewSubSystemType.inactiveTimeAfterDamage=10
  • NewSubSystemType.activateHealthPercentage=0.1
  • NewSubSystemType.costToBuild=1500
  • NewSubSystemType.timeToBuild=75
  • NewSubSystemType.isResearch=1
  • NewSubSystemType.visible=1
  • NewSubSystemType.innate=1

Comments

Page Status

Updated Formatting? Initial
Updated for HWRM? Initial

⚠️ **GitHub.com Fallback** ⚠️