[1.5][Bug] - Quendar Wine

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
  1.         &lt;GameModifier&gt;
  2.             &lt;ModType&gt;Unit&lt;/ModType&gt;
  3.             &lt;Attribute&gt;AdjustUnitStat&lt;/Attribute&gt;
  4.             &lt;StrVal&gt;UnitStat_Attack_Boost&lt;/StrVal&gt;
  5.             &lt;Duration&gt;-1&lt;/Duration&gt;
  6.             &lt;Value&gt;3&lt;/Value&gt;
  7.         &lt;/GameModifier&gt;

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.

 

3,941 views 3 replies
Reply #3 Top

Fixed, thanks!