Update

Update
This commit is contained in:
2025-03-27 21:03:37 +01:00
parent 708f0f5647
commit a86b49a233
4 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,12 @@
modify -loglevel INFO '(?-s)capacity="(?<capacity>!num)"(?:!anyslotsperrow="(?<slotsperrow>!num))?' \
'capacity=capacity*2
if not slotsperrow then return true end
slotsperrow=1
while slotsperrow * slotsperrow < capacity do
slotsperrow = slotsperrow + 1
end' \
'**/*.xml'
modify \
'<Containable!any(\s?excludeditems="[^"]+")' \
'print(s1) s1=""' \
@@ -15,7 +24,6 @@ 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' '**/*.xml'
modify -loglevel INFO '(blocks="[^"]+")' 's1=""' '**/TalentTrees.xml'
modify -loglevel INFO '(?-s)LightComponent!anyrange="(!num)"' '*4' '**/*.xml'