Update
This commit is contained in:
@@ -90,12 +90,12 @@
|
|||||||
|
|
||||||
# Not obvious what this does
|
# Not obvious what this does
|
||||||
# "Unlock hull upgrades as if your submarine is one tier higher. Does not stack with multiple of the same talent."
|
# "Unlock hull upgrades as if your submarine is one tier higher. Does not stack with multiple of the same talent."
|
||||||
- name: retrofit
|
# - name: retrofit
|
||||||
regex: <Talent identifier="retrofit">!anyvalue="(?<walllevel>!num)"
|
# regex: <Talent identifier="retrofit">!anyvalue="(?<walllevel>!num)"
|
||||||
lua: |
|
# lua: |
|
||||||
walllevel=round(walllevel*1, 2)
|
# walllevel=round(walllevel*1, 2)
|
||||||
files:
|
# files:
|
||||||
- '**/TalentsMechanic.xml'
|
# - '**/TalentsMechanic.xml'
|
||||||
|
|
||||||
- name: miner
|
- name: miner
|
||||||
regex: <Talent identifier="miner">!anyvalue="(?<doubleyieldchance>!num)"!anyvalue="(?<miningspeed>!num)"!anyvalue="(?<miningspeedv>!num)"!anyrandomchance="(?<doubleyieldchancev>!num)"
|
regex: <Talent identifier="miner">!anyvalue="(?<doubleyieldchance>!num)"!anyvalue="(?<miningspeed>!num)"!anyvalue="(?<miningspeedv>!num)"!anyrandomchance="(?<doubleyieldchancev>!num)"
|
||||||
|
Reference in New Issue
Block a user