Areas and Fixes

Added CCOH and missing areas
Changed some areas to be craftable,
Fixed some on death issues,
Fixed the Gaurd
This commit is contained in:
2024-08-30 11:38:44 -04:00
parent 8622e5ce08
commit 69879d6957
17234 changed files with 4253346 additions and 0 deletions

75
_module/uti/ruby.uti.json Normal file
View File

@@ -0,0 +1,75 @@
{
"__data_type": "UTI ",
"AddCost": {
"type": "dword",
"value": 5000
},
"BaseItem": {
"type": "int",
"value": 77
},
"Charges": {
"type": "byte",
"value": 0
},
"Comment": {
"type": "cexostring",
"value": ""
},
"Cost": {
"type": "dword",
"value": 5000
},
"DescIdentified": {
"type": "cexolocstring",
"value": {}
},
"Description": {
"type": "cexolocstring",
"value": {
"0": "Transparent clear red to deep crimson gemstone."
}
},
"Identified": {
"type": "byte",
"value": 1
},
"LocalizedName": {
"type": "cexolocstring",
"value": {
"0": "Expertly Cut Ruby"
}
},
"ModelPart1": {
"type": "byte",
"value": 6
},
"PaletteID": {
"type": "byte",
"value": 2
},
"Plot": {
"type": "byte",
"value": 0
},
"PropertiesList": {
"type": "list",
"value": []
},
"StackSize": {
"type": "word",
"value": 1
},
"Stolen": {
"type": "byte",
"value": 0
},
"Tag": {
"type": "cexostring",
"value": "GEM_EX_RUBY"
},
"TemplateResRef": {
"type": "resref",
"value": "ruby"
}
}