Fixed creature hak name, added more quest persistence

Fixed creature hak name, added more quest persistence.

Co-Authored-By: Awetizmo <107700980+Awetizmo@users.noreply.github.com>
This commit is contained in:
Jaysyn904
2022-06-19 23:39:17 -04:00
parent 9e1780d1bc
commit 2105778d4c
1104 changed files with 72080 additions and 144506 deletions

View File

@@ -10,7 +10,7 @@
},
"Comment": {
"type": "cexostring",
"value": "This is the genie store (July 31, 2003 created).\r\n\r\nBrent will be responsible for this store."
"value": "Outlaw's Store"
},
"ID": {
"type": "byte",
@@ -23,7 +23,9 @@
"LocName": {
"id": 91376,
"type": "cexolocstring",
"value": {}
"value": {
"0": "Outlaw's Store"
}
},
"MarkDown": {
"type": "int",
@@ -47,7 +49,7 @@
},
"ResRef": {
"type": "resref",
"value": "genie001"
"value": "store_outlaw"
},
"StoreGold": {
"type": "int",
@@ -229,6 +231,66 @@
"type": "word",
"value": 4
}
},
{
"__struct_id": 11,
"InventoryRes": {
"type": "resref",
"value": "hornsofasmodeus"
},
"Repos_PosX": {
"type": "word",
"value": 4
},
"Repos_Posy": {
"type": "word",
"value": 5
}
},
{
"__struct_id": 12,
"InventoryRes": {
"type": "resref",
"value": "masterworkgreath"
},
"Repos_PosX": {
"type": "word",
"value": 6
},
"Repos_Posy": {
"type": "word",
"value": 5
}
},
{
"__struct_id": 13,
"InventoryRes": {
"type": "resref",
"value": "robeoftheenlight"
},
"Repos_PosX": {
"type": "word",
"value": 8
},
"Repos_Posy": {
"type": "word",
"value": 5
}
},
{
"__struct_id": 14,
"InventoryRes": {
"type": "resref",
"value": "handwrapsoftheen"
},
"Repos_PosX": {
"type": "word",
"value": 2
},
"Repos_Posy": {
"type": "word",
"value": 6
}
}
]
}
@@ -1755,7 +1817,7 @@
},
"Tag": {
"type": "cexostring",
"value": "x2_genie_store"
"value": "STORE_OUTLAW"
},
"WillNotBuy": {
"type": "list",

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff