Merge branch 'cooked'
This commit is contained in:
@@ -269,19 +269,19 @@
|
||||
- name: commendations
|
||||
regex: <Talent identifier="commendations">!anyvalue="(?<xpgaingain>!num)"
|
||||
lua: |
|
||||
xpgaingain=round(xpgaingain*4,2)
|
||||
xpgaingain=round(xpgaingain*32,2)
|
||||
files:
|
||||
- '**/TalentsCaptain.xml'
|
||||
- name: coalitionmedal
|
||||
regex: <Item!anyidentifier="coalitionmedal"!anyGiveExperience amount="(?<xpgain>!num)"
|
||||
lua: |
|
||||
xpgain=round(xpgain*4,2)
|
||||
xpgain=round(xpgain*32,2)
|
||||
files:
|
||||
- '**/captain_talent_items.xml'
|
||||
- name: coalitioncommendation
|
||||
regex: <Item!anyidentifier="coalitioncommendation"!anyGiveExperience amount="(?<xpgain>!num)"
|
||||
lua: |
|
||||
xpgain=round(xpgain*4,2)
|
||||
xpgain=round(xpgain*32,2)
|
||||
files:
|
||||
- '**/captain_talent_items.xml'
|
||||
|
||||
|
Reference in New Issue
Block a user