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:
89
_module/utm/store_blank.utm.json
Normal file
89
_module/utm/store_blank.utm.json
Normal 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": []
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user