Update
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
modify \
|
||||
'<Containable!any(\s?excludeditems="[^"]+")' \
|
||||
'print(s1) s1=""' \
|
||||
'**/*.xml'
|
||||
|
||||
modify \
|
||||
'(?:maxforce|capacity|maxrechargespeed|overloadvoltage|healthmultiplier|maxhealth|fabricationspeed|deconstructionspeed|rotationspeedlowskill|offsetonselectedmultiplier|range|maxpoweroutput|meltdowndelay|maxflow|fixdurationlowskill|skillrequirementmultiplier)="\+?!num%?"' \
|
||||
'*2' \
|
||||
@@ -10,7 +15,7 @@ modify \
|
||||
|
||||
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'
|
||||
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' '**/*.xml'
|
||||
modify -loglevel INFO '(blocks="[^"]+")' 's1=""' '**/TalentTrees.xml'
|
||||
modify -loglevel INFO '(?-s)LightComponent!anyrange="(!num)"' '*4' '**/*.xml'
|
||||
|
||||
|
Reference in New Issue
Block a user