MosswartOverlord/inventory-service/enums/WieldRequirement.json
2025-06-10 19:21:21 +00:00

23 lines
No EOL
473 B
JSON

{
"WieldRequirement": {
"type": "int",
"values": {
"0": "Invalid",
"1": "Skill",
"2": "RawSkill",
"3": "Attrib",
"4": "RawAttrib",
"5": "SecondaryAttrib",
"6": "RawSecondaryAttrib",
"7": "Level",
"8": "Training",
"9": "IntStat",
"10": "BoolStat",
"11": "CreatureType",
"12": "HeritageType"
},
"comments": {},
"attributes": {},
"source_file": "WieldRequirement.cs"
}
}