added inventory, updated DB

This commit is contained in:
erik 2025-06-10 19:21:21 +00:00
parent f218350959
commit 10c51f6825
16528 changed files with 147743 additions and 79 deletions

View file

@ -0,0 +1,23 @@
{
"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"
}
}