Update
This commit is contained in:
@@ -90,12 +90,12 @@
|
||||
|
||||
# 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."
|
||||
- name: retrofit
|
||||
regex: <Talent identifier="retrofit">!anyvalue="(?<walllevel>!num)"
|
||||
lua: |
|
||||
walllevel=round(walllevel*1, 2)
|
||||
files:
|
||||
- '**/TalentsMechanic.xml'
|
||||
# - name: retrofit
|
||||
# regex: <Talent identifier="retrofit">!anyvalue="(?<walllevel>!num)"
|
||||
# lua: |
|
||||
# walllevel=round(walllevel*1, 2)
|
||||
# files:
|
||||
# - '**/TalentsMechanic.xml'
|
||||
|
||||
- name: miner
|
||||
regex: <Talent identifier="miner">!anyvalue="(?<doubleyieldchance>!num)"!anyvalue="(?<miningspeed>!num)"!anyvalue="(?<miningspeedv>!num)"!anyrandomchance="(?<doubleyieldchancev>!num)"
|
||||
|
Reference in New Issue
Block a user