Hello, I am currently editing a mod for my server and I wanted to give a Sniper Perk Book vol. 6 a new description so it can reflect the edits that I made. But for some reason I cannot get it to change no matter what I do. Does anybody know if this can be done? If it can be done could you tell me how, or help me with it?
Bit more information:
- What I'm trying to do is change a description for a vanila Sniper Perk Book, not directly in a game localization.txt but through mod's items.xml using xpath. I know that xpath cannot interact with localization.txt file, so I've tried every possible way I could have found on here and elsewhere to change value of property DescriptionKey to one that will lead to a new description.
- last line I tried (so you know what I'm doing if my explanation is not good):
I'm kinda at my wits end, so if anybody could help I would be very very grateful
Bit more information:
- What I'm trying to do is change a description for a vanila Sniper Perk Book, not directly in a game localization.txt but through mod's items.xml using xpath. I know that xpath cannot interact with localization.txt file, so I've tried every possible way I could have found on here and elsewhere to change value of property DescriptionKey to one that will lead to a new description.
- last line I tried (so you know what I'm doing if my explanation is not good):
This line provided no change to an item's description, neither did:<set xpath="/items/item[@name='bookSniperAPAmmo']/property[@name='DescriptionKey' and @value='perkSniperAPAmmoLongDesc']/@value">bookSniperNEWAPAmmoLongDesc</set>
<set xpath="/items/item[@name='bookSniperAPAmmo']/property[@name='DescriptionKey']/@value">bookSniperNEWAPAmmoLongDesc</set>
I'm kinda at my wits end, so if anybody could help I would be very very grateful
