Always doublized

This commit is contained in:
2025-03-28 20:48:37 +01:00
parent 439027c61f
commit e582fecdeb

View File

@@ -118,7 +118,7 @@
- name: residualwaste - name: residualwaste
regex: <Talent identifier="residualwaste">!anyvalue="(?<doublechance>!num)"!anyrandomChance="(?<doublechancev>!num)" regex: <Talent identifier="residualwaste">!anyvalue="(?<doublechance>!num)"!anyrandomChance="(?<doublechancev>!num)"
lua: | lua: |
doublechance=round(doublechance*3.45, 2) doublechance=100
doublechancev=round(doublechance/100, 2) doublechancev=round(doublechance/100, 2)
files: files:
- '**/TalentsMechanic.xml' - '**/TalentsMechanic.xml'