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

Module:Faction: Revision history

From Kenshi Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

26 May 2025

  • curprev 20:2820:28, 26 May 2025 Prd talk contribs 749 bytes +749 Created page with "local p = {} local factions = mw.loadData('Module:Faction/data') local armour_names = { ['armors 0'] = 'Prototype', ['armors 1'] = 'Shoddy', ['armors 2'] = 'Standard', ['armors 3'] = 'High', ['armors 4'] = 'Specialist', ['armors 5'] = 'Masterwork' } function p.main() -- Nothing to see here at the moment end function p._translate(armour_grades) local results = {} for i, _ in ipairs(armour_grades) do local key = armour_grades..."