Code: Select all
{
"type": "rocket-defense",
"name": "rocket-defense",
"flags": ["placeable-player", "player-creation"],
"collision-box": [[-2.4, -2.4], [2.4, 2.4]],
"selection-box": [[-2.5, -2.5], [2.5, 2.5]],
"minable": { "hardness": 0.2, "mining-time": 0.5, "result": "logistic-chest-requester" },
"max-health": 5000,
"energy-source":
{
"type": "electric",
"input-priority": "primary",
"buffer-capacity": 100000
},
"picture":
{
"filename": "entity/rocket-defense/rocket-defense.png",
"width": 160,
"height": 160,
"priority": "low"
}
}