reworking

This commit is contained in:
ZioPao
2023-11-06 04:16:43 +01:00
parent d79dfcc509
commit 875e0fdceb
207 changed files with 113 additions and 2 deletions

View File

@@ -0,0 +1,37 @@
local StaticData = {}
StaticData.MOD_NAME = "TOC"
return StaticData
-- TODO We should pick BodyPartType or strings, not both. It's a mess
-- TODO We need strings for
-- Searching items
-- ...
-- TODO We need Enums for
-- Accessing data in moddata
-- Unified model with single string
-- local SIDES = {"Right", "Left"}
-- local PARTS = { "Hand", "LowerArm", "UpperArm", "Foot" }
-- local Data = {}
-- Data.AmputableBodyParts = {
-- BodyPartType.Hand_R, BodyPartType.ForeArm_R, BodyPartType.UpperArm_R,
-- BodyPartType.Hand_L, BodyPartType.ForeArm_L, BodyPartType.UpperArm_L
-- }