This commit is contained in:
2025-03-28 12:30:24 +01:00
parent 46f60916a6
commit 3a6e0b1b37

View File

@@ -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)"