FASTER machinery

This commit is contained in:
2025-03-29 01:48:28 +01:00
parent f98893c6f8
commit 21d4d5c44c

View File

@@ -74,7 +74,7 @@
- name: oiledmachinery - name: oiledmachinery
regex: <Talent identifier="oiledmachinery">!anyvalue="(?<fabricationspeed>!num)"!anyFabricationSpeed" value="(?<fabricationspeedv>!num)"!anyDeconstructorSpeed" value="(?<deconstructorspeedv>!num)" regex: <Talent identifier="oiledmachinery">!anyvalue="(?<fabricationspeed>!num)"!anyFabricationSpeed" value="(?<fabricationspeedv>!num)"!anyDeconstructorSpeed" value="(?<deconstructorspeedv>!num)"
lua: | lua: |
fabricationspeed=round(fabricationspeed*4, 2) fabricationspeed=round(fabricationspeed*16, 2)
fabricationspeedv=round(fabricationspeed/100, 2) fabricationspeedv=round(fabricationspeed/100, 2)
deconstructorspeedv=round(fabricationspeed/100, 2) deconstructorspeedv=round(fabricationspeed/100, 2)
files: files: