and i get the error
Code: Select all
---------------------------
Error
---------------------------
...orio_0.11.1.12084\mods\building expansion_0.0.0|data.lua:1: ...ilding expansion_0.0.0|prototypes\entities\buildings.lua:16: '}' expected (to close '{' at line 3) near 'base_picture'
---------------------------
OK
---------------------------
Code: Select all
data:extend(
{
{
type = "beacon",
name = "Beacon vII",
icon = "building expansion/graphics/icons/beaconv2.png",
flags = {"placeable-player", "player-creation"},
minable = {mining_time = 1, result = "basic-beacon"},
max_health = 200,
corpse = "big-remnants",
dying_explosion = "huge-explosion",
collision_box = {{-1.5, -1.5}, {1.5, 1.5}},
selection_box = {{-2, -2}, {2, 2}},
allowed_effects = {"consumption", "speed", "pollution"},
energy_usage = 20
base_picture =
{
filename = "building expansion/graphics/beacomv2base.png",
width = 116,
height = 93,
shift = { 0.34, 0.06}
}
}
}
)
maybe i am tired and just need sleep but i dont understand my problem
edit: sorry for posting here as well as reddit with the same post