More xp maybe
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
- name: stationengineer
|
||||
regex: <Talent identifier="stationengineer">!anyvalue="(?<xpbonus>!num)"!anyvalue="(?<repairspeed1>!num)"!anyvalue="(?<repairspeed2>!num)"!anymultiplyvalue="(?<xpbonusv>!num)"
|
||||
lua: |
|
||||
xpbonus=round(xpbonus*2, 2)
|
||||
xpbonus=round(xpbonus*4, 2)
|
||||
repairspeed1=round(repairspeed1*2, 2)
|
||||
repairspeed2=round(repairspeed2*2, 2)
|
||||
xpbonusv=round(xpbonus/100, 2)
|
||||
@@ -32,8 +32,8 @@
|
||||
- name: egghead
|
||||
regex: <Talent identifier="egghead">!anyvalue="(?<xpbonus>!num)"!anyvalue="(?<xpbonusv>!num)"
|
||||
lua: |
|
||||
xpbonus=round(xpbonus*2, 2)
|
||||
xpbonusv=round(xpbonusv*2, 2)
|
||||
xpbonus=round(xpbonus*4, 2)
|
||||
xpbonusv=round(xpbonusv*4, 2)
|
||||
files:
|
||||
- '**/TalentsEngineer.xml'
|
||||
|
||||
|
Reference in New Issue
Block a user