Toggle menu
15
236
75
27.7K
Kenshi Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

{{#cargo_declare:_table=TownLocations |townName=String |instanceId=String |targetId=String |coordinateX=Float |coordinateY=Float |coordinateZ=Float |sourceMod=String }} {{#cargo_store:_table=TownLocations |townName={{{townName|}}} |instanceId={{{instanceId|}}} |targetId={{{targetId|}}} |coordinateX={{{coordinateX|}}} |coordinateY={{{coordinateY|}}} |coordinateZ={{{coordinateZ|}}} |sourceMod={{{sourceMod|}}} }}


  • Speculative template used to store Kenshi location data in the Cargo database.
  • Called by the centralized data page -- see the curated list.
  • The instanceId operates as the ideal key. Always unique, if not present, replaced. Y coord maintained for similar reasons.
  • Source mod can be taken as or reinterpreted, whatever works. As long as there's no conflicts on last word. I'll change it.