Laran Mithras
Scavenger
I have quite a bit of XML modding experience in various games. However, this is the first time I'm using XPath.
To test my sublimely superb modding abilities (sarcasm), I have constructed a simple test mod. No, I don't want my Sham Chowder being super food. Just a test.
To wit:
<configs>
<set xpath="/items/item[@name='foodShamChowder')]/effect_group/triggered_effect[@cvar='$foodAmountAdd']/@value">100</set>
</configs>
The loading screen shows an error "@value has an invalid token.
Token? The structure was copied from several different existing mods written by others, so I must be missing something here that escapes me.
Help? Thanks =)
To test my sublimely superb modding abilities (sarcasm), I have constructed a simple test mod. No, I don't want my Sham Chowder being super food. Just a test.
To wit:
<configs>
<set xpath="/items/item[@name='foodShamChowder')]/effect_group/triggered_effect[@cvar='$foodAmountAdd']/@value">100</set>
</configs>
The loading screen shows an error "@value has an invalid token.
Token? The structure was copied from several different existing mods written by others, so I must be missing something here that escapes me.
Help? Thanks =)