Script, cosmetic, and vendor changes

Changed death script for goblins to not blow up in chunks
Changed secret door vfx to blend in with the great oak better
added recall device for convenience and added it vendors
This commit is contained in:
EpicValor
2023-08-10 22:22:44 -05:00
parent d2b7fb0423
commit 53c7bdc99a
39 changed files with 9167 additions and 334 deletions

View File

@@ -0,0 +1,117 @@
{
"__data_type": "UTI ",
"AddCost": {
"type": "dword",
"value": 800
},
"BaseItem": {
"type": "int",
"value": 24
},
"Charges": {
"type": "byte",
"value": 4
},
"Comment": {
"type": "cexostring",
"value": ""
},
"Cost": {
"type": "dword",
"value": 801
},
"Cursed": {
"type": "byte",
"value": 0
},
"DescIdentified": {
"type": "cexolocstring",
"value": {
"0": "This device can teleport you Sarum and mark locations for you to return to if desired. However, the device has limited power for use."
}
},
"Description": {
"type": "cexolocstring",
"value": {
"0": "This item can teleport you to Sarum"
}
},
"Identified": {
"type": "byte",
"value": 1
},
"LocalizedName": {
"type": "cexolocstring",
"value": {
"0": "Recall Device"
}
},
"ModelPart1": {
"type": "byte",
"value": 63
},
"PaletteID": {
"type": "byte",
"value": 54
},
"Plot": {
"type": "byte",
"value": 0
},
"PropertiesList": {
"type": "list",
"value": [
{
"__struct_id": 0,
"ChanceAppear": {
"type": "byte",
"value": 100
},
"CostTable": {
"type": "byte",
"value": 3
},
"CostValue": {
"type": "word",
"value": 6
},
"Param1": {
"type": "byte",
"value": 255
},
"Param1Value": {
"type": "byte",
"value": 0
},
"PropertyName": {
"type": "word",
"value": 15
},
"Subtype": {
"type": "word",
"value": 329
}
}
]
},
"StackSize": {
"type": "word",
"value": 1
},
"Stolen": {
"type": "byte",
"value": 0
},
"Tag": {
"type": "cexostring",
"value": "L_sot"
},
"TemplateResRef": {
"type": "resref",
"value": "recalldevice"
},
"xModelPart1": {
"type": "word",
"value": 63
}
}