Page 1 of 1

0.7.126 Linux: "Iron mace" quest item uses Elven color [NOT REPRODUCED]

Posted: Tue May 21, 2019 10:57 pm
by Jay_H

Re: 0.7.126 Linux: "Iron mace" quest item uses Elven color

Posted: Sat May 01, 2021 1:19 am
by Interkarma
Reattached save so not hosted externally.

The item data has properties to use SilverOrElven dye with a material value of 0 (iron).

Code: Select all

"nativeMaterialValue": 0,
"dyeColor": "SilverOrElven",
Changing the nativeMaterialValue to 2 (silver) or 3 (elven) syncs these up again.

Not sure how this data ended up in this state. Possibly due to the item being quest-related. I haven't been able to reproduce at this time.

Based on the age of this one, and that nobody else has raised this issue, this problem is likely unique or already resolved. I'll close this one out and we can open again later if needed.