IMG in Game:

Install Scripts HRS_BaseBuilding:
["towerwood"] = {
item = "towerwood",
life = 30000.0,
type = "crafting",
--subtype = "findGroud",
noFoundationNeed = true,
upgrade = GetHashKey("towerstone"),
disableIteract = true,
crafting = {
{name = "wood",count = 300}
}
},
["towerstone"] = {
item = "towerstone",
life = 50000.0,
type = "crafting",
--subtype = "findGroud",
noFoundationNeed = true,
upgrade = GetHashKey("towermetal"),
disableIteract = true,
crafting = {
{name = "stone",count = 300}
}
},
["towermetal"] = {
item = "towermetal",
life = 80000.0,
type = "crafting",
--subtype = "findGroud",
noFoundationNeed = true,
disableIteract = true,
crafting = {
{name = "metalscrap",count = 300}
}
},