Update
This commit is contained in:
@@ -1,10 +1,19 @@
|
||||
- name: stationengineer
|
||||
regex: <Talent identifier="stationengineer">!anyvalue="(?<skillbonus>!num)"!anyvalue="(?<skillbonusv>!num)"
|
||||
regex: <Talent identifier="stationengineer">!anyvalue="(?<xpbonus>!num)"!anyvalue="(?<repairspeed1>!num)"!anyvalue="(?<repairspeed2>!num)"!anymultiplyvalue="(?<xpbonusv>!num)"
|
||||
lua: |
|
||||
skillbonus=round(skillbonus*2, 2)
|
||||
skillbonusv=round(skillbonusv*2, 2)
|
||||
xpbonus=round(xpbonus*2, 2)
|
||||
repairspeed1=round(repairspeed1*2, 2)
|
||||
repairspeed2=round(repairspeed2*2, 2)
|
||||
xpbonusv=round(xpbonus/100, 2)
|
||||
files:
|
||||
- '**/TalentsEngineer.xml'
|
||||
- name: stationengineer
|
||||
regex: <Affliction!anyidentifier="stationengineer"!anyvalue="(?<repairspeed1v>!num)"!anyvalue="(?<repairspeed2v>!num)"
|
||||
lua: |
|
||||
repairspeed1v=round(repairspeed1v*2, 2)
|
||||
repairspeed2v=round(repairspeed2v*2, 2)
|
||||
files:
|
||||
- '**/AfflictionsEngineer.xml'
|
||||
|
||||
- name: junctionjunkie
|
||||
regex: <Talent identifier="junctionjunkie">!anyvalue="(?<repairspeed>!num)"!anyvalue="(?<repairspeedv>!num)"
|
||||
|
Reference in New Issue
Block a user