Fixed invalid weapon appearances in Buram's store

Fixed invalid weapon appearances in Buram's store.  Full compile.  Updated release archive.
This commit is contained in:
Jaysyn904 2024-11-29 18:56:34 -05:00
parent 6bcaa0deb8
commit 6616b634fd
7 changed files with 182 additions and 174 deletions

View File

@ -5358,13 +5358,17 @@
} }
] ]
}, },
"TileBrdrDisabled": {
"type": "byte",
"value": 0
},
"Tileset": { "Tileset": {
"type": "resref", "type": "resref",
"value": "tdc01" "value": "tdc01"
}, },
"Version": { "Version": {
"type": "dword", "type": "dword",
"value": 10 "value": 11
}, },
"Width": { "Width": {
"type": "int", "type": "int",

View File

@ -1015,13 +1015,17 @@
} }
] ]
}, },
"TileBrdrDisabled": {
"type": "byte",
"value": 0
},
"Tileset": { "Tileset": {
"type": "resref", "type": "resref",
"value": "tin01" "value": "tin01"
}, },
"Version": { "Version": {
"type": "dword", "type": "dword",
"value": 18 "value": 19
}, },
"Width": { "Width": {
"type": "int", "type": "int",

View File

@ -84,7 +84,7 @@
"Text": { "Text": {
"type": "cexolocstring", "type": "cexolocstring",
"value": { "value": {
"0": "I am the speaker of the Irda, mortal, and the time is upon you to face the test that was prepared countless aeons ago for your coming was foretold.." "0": "I am the speaker of the Irda, mortal, and the time is upon you to face the test that was prepared countless aeons ago, for your coming was foretold.."
} }
} }
}, },
@ -280,7 +280,7 @@
"Text": { "Text": {
"type": "cexolocstring", "type": "cexolocstring",
"value": { "value": {
"0": "I dont understand. I journeyed here to aid the irda in their struggle againsnt the Ogri. Instead I find more riddles, and an island full of undead! Explain yourself!" "0": "I don't understand. I journeyed here to aid the irda in their struggle againsnt the Ogri. Instead I find more riddles, and an island full of undead! Explain yourself!"
} }
} }
}, },

View File

@ -880,7 +880,7 @@
}, },
"ZPosition": { "ZPosition": {
"type": "float", "type": "float",
"value": 9.5367431640625e-006 "value": -5.7220458984375e-006
} }
} }
] ]
@ -1190,7 +1190,7 @@
}, },
"ZPosition": { "ZPosition": {
"type": "float", "type": "float",
"value": 9.5367431640625e-006 "value": -5.7220458984375e-006
} }
}, },
{ {
@ -1252,7 +1252,7 @@
}, },
"ZPosition": { "ZPosition": {
"type": "float", "type": "float",
"value": 9.916722774505615e-006 "value": -5.222045729169622e-006
} }
} }
] ]

File diff suppressed because it is too large Load Diff

View File

@ -1905,6 +1905,13 @@
"value": 0 "value": 0
} }
}, },
{
"__struct_id": 97869,
"BaseItem": {
"type": "int",
"value": 58
}
},
{ {
"__struct_id": 97869, "__struct_id": 97869,
"BaseItem": { "BaseItem": {
@ -1919,13 +1926,6 @@
"value": 14 "value": 14
} }
}, },
{
"__struct_id": 97869,
"BaseItem": {
"type": "int",
"value": 58
}
},
{ {
"__struct_id": 97869, "__struct_id": 97869,
"BaseItem": { "BaseItem": {

Binary file not shown.