Spawner & Overhaul pass.

Added: Reforged, Undead Redux 2, Goblin, Ogre & Orc override content.  Updated appearance & placeables 2DA files to EE.  Added NPC spawners for Goldeyes, Paladins, Town Guards.  Added functionality to the mob randomizer.
This commit is contained in:
Jaysyn904
2021-09-04 14:36:27 -04:00
parent d0d52fb1d0
commit 732d63e1f3
5027 changed files with 435172 additions and 28773 deletions

View File

@@ -0,0 +1,89 @@
{
"__data_type": "UTM ",
"BlackMarket": {
"type": "byte",
"value": 0
},
"BM_MarkDown": {
"type": "int",
"value": 10
},
"Comment": {
"type": "cexostring",
"value": "Blank Shop\r\n\r\nUse as a base for dynamic restocking merchants"
},
"ID": {
"type": "byte",
"value": 5
},
"IdentifyPrice": {
"type": "int",
"value": 100
},
"LocName": {
"type": "cexolocstring",
"value": {
"0": "Blank Shop"
}
},
"MarkDown": {
"type": "int",
"value": 10
},
"MarkUp": {
"type": "int",
"value": 60
},
"MaxBuyPrice": {
"type": "int",
"value": 1200
},
"OnOpenStore": {
"type": "resref",
"value": "ar_st_pawn"
},
"OnStoreClosed": {
"type": "resref",
"value": ""
},
"ResRef": {
"type": "resref",
"value": "store_blank"
},
"StoreGold": {
"type": "int",
"value": 50000
},
"StoreList": {
"type": "list",
"value": [
{
"__struct_id": 0
},
{
"__struct_id": 4
},
{
"__struct_id": 2
},
{
"__struct_id": 3
},
{
"__struct_id": 1
}
]
},
"Tag": {
"type": "cexostring",
"value": "STORE_BLANK"
},
"WillNotBuy": {
"type": "list",
"value": []
},
"WillOnlyBuy": {
"type": "list",
"value": []
}
}