Cook upgrades
This commit is contained in:
10
cookother.sh
10
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="(?<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="(?<capacity>!num)"!anyslotsperrow="(?<slotsperrow>!num)' 'capacity=capacity*2 slotsperrow=1 while slotsperrow * slotsperrow < capacity do slotsperrow = slotsperrow + 1 end' '**/containers.xml' '**/tools.xml'
|
||||
|
Reference in New Issue
Block a user