Faster machiner
This commit is contained in:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user