More xp maybe

This commit is contained in:
2025-03-28 18:28:04 +01:00
parent 08f08dd588
commit e16aed147c
5 changed files with 33 additions and 33 deletions

View File

@@ -31,7 +31,7 @@
- name: protectandserve
regex: <Talent identifier="protectandserve">!anyvalue="(?<xpbonus>!num)"!anyvalue="(?<reputationbonus>!num)"!anymultiplyvalue="(?<xpbonusv>!num)"!anyaddedvalue="(?<reputationbonusv>!num)"
lua: |
xpbonus=round(xpbonus*2, 2)
xpbonus=round(xpbonus*4, 2)
xpbonusv=round(1+xpbonus/100, 2)
reputationbonus=round(reputationbonus*2, 2)
reputationbonusv=round(1+reputationbonus/100, 2)
@@ -51,7 +51,7 @@
- name: bootcamp
regex: <Talent identifier="bootcamp">!anyvalue="(?<bonusxp>!num)"!anyvalue="(?<levelthreshold>!num)"!anyvalue="(?<skillbonus>!num)"!anyminlevel="(?<levelthresholdv>!num)"!anyvalue="(?<skillbonusv>!num)"!anymaxlevel="(?<maxlevel>!num)"!anymultiplyvalue="(?<bonusxpv>!num)"
lua: |
bonusxp=round(bonusxp*2, 2)
bonusxp=round(bonusxp*4, 2)
levelthreshold=round(levelthreshold*2, 0)
skillbonus=round(skillbonus*2, 2)
levelthresholdv=levelthreshold