This commit is contained in:
2026-07-02 22:01:34 +09:00
parent b8a3a48d15
commit f335f23ff5
15 changed files with 73 additions and 64 deletions
+8 -1
View File
@@ -1,5 +1,4 @@
local items = require('mbq-c')
local mod_tint = {
[2] = {r=140, g=142, b=200},
[3] = {r=242, g=161, b=26},
@@ -10,6 +9,14 @@ local mod_tint = {
[8] = {r=233, g=63, b=233}
}
if not settings.startup['PHI-MB'].value then
return
end
if not settings.startup['PHI-MB-EQUIPMENT'].value or settings.startup['PHI-MB-EQUIPMENT'].value <= 1 then
return
end
if settings.startup['PHI-MB-EQUIPMENT-ARMOR'].value then
-- MBQ A 1 ARMOR_GRID
local grid = table.deepcopy(data.raw['equipment-grid']['large-equipment-grid'])