Fix prodigy
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
regex: <Talent identifier="prodigy">!anyvalue="(?<xpbonus>!num)"!anyvalue="(?<xpbonusmul>!num)"
|
||||
lua: |
|
||||
xpbonus=round(xpbonus*2,2)
|
||||
xpbonusmul=round(1+xpbonus/100,2)
|
||||
xpbonusmul=round(xpbonus/100,2)
|
||||
files:
|
||||
- '**/TalentsCaptain.xml'
|
||||
|
||||
|
Reference in New Issue
Block a user