Faster machiner

This commit is contained in:
2025-03-28 20:49:47 +01:00
parent e582fecdeb
commit 4707e37a3c

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*2, 2) fabricationspeed=round(fabricationspeed*4, 2)
fabricationspeedv=round(fabricationspeed/100, 2) fabricationspeedv=round(fabricationspeed/100, 2)
deconstructorspeedv=round(fabricationspeed/100, 2) deconstructorspeedv=round(fabricationspeed/100, 2)
files: files: