Quendar Wine is missing this line inside the <GameModifier> Tag for the attack bonus:
<Duration>-1</Duration>
Without this tag, Quendar Wine currently increases attack by 3 PERMANENTLY. But add this tag, and it will only be for the battle when used.
It should read, for the attack bonus GameModifier:
Code: xml
- <GameModifier>
- <ModType>Unit</ModType>
- <Attribute>AdjustUnitStat</Attribute>
- <StrVal>UnitStat_Attack_Boost</StrVal>
- <Duration>-1</Duration>
- <Value>3</Value>
- </GameModifier>
Quendar Wine is a spell effect in CoreSpells.xml, caused by using the item in battle.
Useful exploit, I use it to buff my sovereign all the time. But alas, it's too good a permanent bonus.