More xp maybe
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user