Update
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
# TODO: Check if these work, they don't seem to...
|
||||
|
||||
- name: stationengineer
|
||||
regex: <Talent identifier="stationengineer">!anyvalue="(?<skillbonus>!num)"!anyvalue="(?<skillbonusv>!num)"
|
||||
lua: |
|
||||
|
@@ -1,6 +1,5 @@
|
||||
- name: containers
|
||||
regex: '(?-s)capacity="(?<capacity>!num)"(?:!anyslotsperrow="(?<slotsperrow>!num))?'
|
||||
# TODO: Fix this script, why is it failing?
|
||||
lua: |
|
||||
capacity=capacity*2
|
||||
if not slotsperrow then return true end
|
||||
|
Reference in New Issue
Block a user