Belt Immunity deprecated


Add Belt Immunity Equipment.

Utilities
5 years ago
0.15 - 0.16
10

i Weapon Slot

5 years ago

Hi,

Is it possible this could be based off of the pistol?

I think it would be much more accessible to players.

thanks

5 years ago

A suggestion in the forums is to add a 1x1 slot to other armors:
https://forums.factorio.com/viewtopic.php?f=88&t=59850&p=368167#

--UNTESTED
data:extend
{{
type = "equipment-grid",
name = "1x1-equipment-grid",
width = 1,
height = 1,
equipment_categories = {"armor"}
}}

for _,armor in pairs(data.raw.armor) do
if not armor.equipment_grid then
armor.equipment_grid = "1x1-equipment-grid"
end
end

New response