Basic stuff to handle MP envs

This commit is contained in:
ZioPao
2023-11-12 04:48:02 +01:00
parent 5e89a05b26
commit a691a729cf
6 changed files with 96 additions and 13 deletions

View File

@@ -1,3 +1,7 @@
---@alias partData { isCut : boolean?, isInfected : boolean?, isOperated : boolean?, isCicatrized : boolean?, isCauterized : boolean?, isVisible : boolean?, cicatrizationTime : number }
---@alias tocModData {Hand_L : partData, ForeArm_L : partData, UpperArm_L : partData, Hand_R : partData, ForeArm_R : partData, UpperArm_R : partData, isIgnoredPartInfected : boolean, isAnyLimbCut : boolean}
local StaticData = {}
StaticData.MOD_NAME = "TOC"