diff --git a/cookother.sh b/cookother.sh index 3a21fbfa..4fc99838 100644 --- a/cookother.sh +++ b/cookother.sh @@ -1,3 +1,13 @@ +modify \ +'(?:maxforce|capacity|maxrechargespeed|overloadvoltage|healthmultiplier|maxhealth|fabricationspeed|deconstructionspeed|rotationspeedlowskill|offsetonselectedmultiplier|range|maxpoweroutput|meltdowndelay|maxflow|fixdurationlowskill|skillrequirementmultiplier)="\+?!num%?"' \ +'*2' \ +'**/UpgradeModules.xml' + +modify \ +'increaseontooltip="(?!num)"' \ +'increaseontooltip=increaseontooltip*2' \ +'**/UpgradeModules.xml' + modify -loglevel INFO 'reward="!num' '*4' '**/Missions.xml' modify -loglevel INFO 'maxstacksize="!num' '*2' '**/containers.xml' '**/tools.xml' modify -loglevel INFO '(?-s)capacity="(?!num)"!anyslotsperrow="(?!num)' 'capacity=capacity*2 slotsperrow=1 while slotsperrow * slotsperrow < capacity do slotsperrow = slotsperrow + 1 end' '**/containers.xml' '**/tools.xml'