RATDOG/_module/utm/store_blank.utm.json
Jaysyn904 732d63e1f3 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.
2021-09-04 14:36:27 -04:00

90 lines
1.3 KiB
JSON

{
"__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": []
}
}