This commit is contained in:
2025-03-28 20:48:09 +01:00
parent 391880f67c
commit 439027c61f

View File

@@ -32,8 +32,8 @@
- name: egghead
regex: <Talent identifier="egghead">!anyvalue="(?<xpbonus>!num)"!anyvalue="(?<xpbonusv>!num)"
lua: |
xpbonus=round(xpbonus*4, 2)
xpbonusv=round(xpbonusv*4, 2)
xpbonus=round(xpbonus*32, 2)
xpbonusv=round(xpbonusv*32, 2)
files:
- '**/TalentsEngineer.xml'