From 37ef277789a9726b3ffb363d6c19e7a722bb4d4b Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Thu, 19 Mar 2026 20:17:33 +0900 Subject: [PATCH] . --- PHI-CL/data/b/mbq-c.lua | 10 +++++++++- PHI-CL/data/b/mbq.lua | 1 + 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/PHI-CL/data/b/mbq-c.lua b/PHI-CL/data/b/mbq-c.lua index 4fb7944..33d2695 100644 --- a/PHI-CL/data/b/mbq-c.lua +++ b/PHI-CL/data/b/mbq-c.lua @@ -1,5 +1,5 @@ return { - -- MBM A 2 BASE ENTITY,RECIPE,RESEARCH_EFFECT + -- MBQ A 6 BASE ARMOR_EQUIPMENT,RECIPE,RESEARCH_EFFECT ['battery-equipment'] = { type = 'battery-equipment', name = 'battery', @@ -8,12 +8,14 @@ return { min = 3, max = settings.startup['PHI-MB-EQUIPMENT-TIER'].value }, + -- MBQ A 7 BASE ARMOR_EQUIPMENT,RECIPE,RESEARCH_EFFECT ['discharge-defense-equipment'] = { type = 'active-defense-equipment', name = 'discharge-defense', tech = 'discharge-defense-equipment', max = settings.startup['PHI-MB-EQUIPMENT-TIER'].value }, + -- MBQ A 6 BASE ARMOR_EQUIPMENT,RECIPE,RESEARCH_EFFECT ['energy-shield-equipment'] = { type = 'energy-shield-equipment', name = 'energy-shield', @@ -22,30 +24,35 @@ return { min = 3, max = settings.startup['PHI-MB-EQUIPMENT-TIER'].value }, + -- MBQ A 1 BASE ARMOR_EQUIPMENT,RECIPE,RESEARCH_EFFECT ['exoskeleton-equipment'] = { type = 'movement-bonus-equipment', name = 'exoskeleton', tech = 'exoskeleton-equipment', max = math.min(tonumber(settings.startup['PHI-MB-EQUIPMENT-TIER'].value) or 1, 2) }, + -- MBQ A 7 BASE ARMOR_EQUIPMENT,RECIPE,RESEARCH_EFFECT ['fission-reactor-equipment'] = { type = 'generator-equipment', name = 'fission-reactor', tech = 'fission-reactor-equipment', max = settings.startup['PHI-MB-EQUIPMENT-TIER'].value }, + -- MBQ A 1 BASE ARMOR_EQUIPMENT,RECIPE,RESEARCH_EFFECT ['night-vision-equipment'] = { type = 'night-vision-equipment', name = 'night-vision', tech = 'night-vision-equipment', max = math.min(tonumber(settings.startup['PHI-MB-EQUIPMENT-TIER'].value) or 1, 2) }, + -- MBQ A 7 BASE ARMOR_EQUIPMENT,RECIPE,RESEARCH_EFFECT ['personal-laser-defense-equipment'] = { type = 'active-defense-equipment', name = 'personal-laser-defense', tech = 'personal-laser-defense-equipment', max = settings.startup['PHI-MB-EQUIPMENT-TIER'].value }, + -- MBQ A 6 BASE ARMOR_EQUIPMENT,RECIPE,RESEARCH_EFFECT ['personal-roboport-equipment'] = { type = 'roboport-equipment', name = 'personal-roboport', @@ -54,6 +61,7 @@ return { min = 3, max = settings.startup['PHI-MB-EQUIPMENT-TIER'].value }, + -- MBQ A 7 BASE ARMOR_EQUIPMENT,RECIPE,RESEARCH_EFFECT ['solar-panel-equipment'] = { type = 'solar-panel-equipment', name = 'solar-panel', diff --git a/PHI-CL/data/b/mbq.lua b/PHI-CL/data/b/mbq.lua index 37584e3..00655f7 100644 --- a/PHI-CL/data/b/mbq.lua +++ b/PHI-CL/data/b/mbq.lua @@ -99,6 +99,7 @@ if settings.startup['PHI-MB-EQUIPMENT-ARMOR'].value then end end +-- MBQ A 48 BASE ARMOR_EQUIPMENT,RECIPE,RESEARCH_EFFECT for _, v in pairs(items) do v.mod = v.mod or 'base' v.min = v.min or 2