2016-08-21 02:28:35 +02:00
|
|
|
data:extend({
|
|
|
|
{
|
|
|
|
type = "simple-entity",
|
2017-11-21 09:27:03 +02:00
|
|
|
name = "tunnel-entrance-rampant",
|
2016-08-21 02:28:35 +02:00
|
|
|
flags = {"placeable-neutral", "placeable-off-grid", "not-on-map"},
|
|
|
|
icon = "__base__/graphics/icons/small-scorchmark.png",
|
2017-12-14 04:27:00 +02:00
|
|
|
icon_size = 32,
|
2016-08-21 02:28:35 +02:00
|
|
|
subgroup = "grass",
|
|
|
|
order = "b[decorative]-k[tunnel-entrance]-a[big]",
|
|
|
|
collision_box = {{-1.3, -1.3}, {1.3, 1.3}},
|
|
|
|
selection_box = {{-1.5, -1.5}, {1.5, 1.5}},
|
|
|
|
render_layer = "remnants",
|
2017-04-25 06:08:41 +02:00
|
|
|
destructible = "false",
|
|
|
|
max_health = 1,
|
2016-08-21 02:28:35 +02:00
|
|
|
pictures =
|
|
|
|
{
|
|
|
|
{
|
|
|
|
filename = "__Rampant__/graphics/entities/tunnel/tunnelEntrance.png",
|
|
|
|
width = 142,
|
|
|
|
height = 104,
|
|
|
|
shift = {0, 0}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2017-04-25 06:08:41 +02:00
|
|
|
})
|