LotroCompanion / lotro-companion

A graphical tool to manage your Lotro Characters (including gear/stats simulation)
32 stars 4 forks source link

Missing effects granted by set-bonuses or essences #541

Closed xDaavos closed 11 months ago

xDaavos commented 1 year ago

Currently, some effects granted by essences or set bonuses are missing. There, the stat tags are mostly empty. Especially of newer items.

Example Essence:

<item key="1879453892" name="Cardolan Essence of Brawn" icon="1091930623-1090519043" level="470" category="ITEM" class="2350914" binding="BOUND_TO_ACCOUNT_ON_ACQUIRE" quality="RARE" minLevel="140" maxLevel="149" requiredClass="Beorning" valueTableId="1879055002" stackMax="50">
<stats /></item>

Normally this effect would be granted:

When you critically hit, gain +10% Thrash damage for 10s.
This effect has a 20s cooldown.
+10% Thrash Damage
Duration: 10s

Example Sets:

<set id="1879460564" name="Mighty Restorer of Carn Dûm&#10;(Max Level: 144)" level="475" maxLevel="144" description="">
<item id="1879459891" name="Pristine Carn Dûm Etched Bracelet"/>
<item id="1879460350" name="Immaculate Carn Dûm Etched Necklace"/>
<item id="1879459939" name="Pristine Carn Dûm Etched Necklace"/>
<item id="1879459925" name="Pristine Carn Dûm Etched Ring"/>
<item id="1879459878" name="Pristine Carn Dûm Etched Emblem"/>
<bonus nbItems="3">
<stat name="MIGHT" scaling="1879211547"/>
</bonus>
<bonus nbItems="4"/>
</set>

Normally this would be granted:

4 Different Set Items Equipped:
  On every Heal skill,
  5% chance to
  +5% Outgoing Healing Modifier
  -5% All Skill Inductions
  Duration: 8s
dmorcellet commented 11 months ago

This is in progress.

dmorcellet commented 11 months ago

Done!