Compuesto Piedra y Metal Reforzado.
JUEGO DE IMG:

CLIP DEMOSTRACION:
Haga clic en ver video
Install Scripts HRS_BaseBuilding:
["roomprisionrusty"] = {
item = "roomprisionrusty",
life = 100000.0,
type = "bigwall",
subtype = "biggateway",
noFoundationSearch = true,
crafting = {
{name = "money",count = 500}
}
},
["roomprisionwood"] = {
item = "roomprisionwood",
life = 30000.0,
type = "bigwall",
subtype = "biggateway",
upgrade = GetHashKey("roomprisionstone"),
noFoundationSearch = true,
crafting = {
{name = "wood",count = 500}
}
},
["roomprisionstone"] = {
item = "roomprisionstone",
life = 50000.0,
type = "bigwall",
subtype = "biggateway",
upgrade = GetHashKey("roomprisionmetal"),
noFoundationSearch = true,
crafting = {
{name = "stone",count = 500}
}
},
["roomprisionmetal"] = {
item = "roomprisionmetal",
life = 80000.0,
type = "bigwall",
subtype = "biggateway",
upgrade = GetHashKey("roomprisionrusty"),
noFoundationSearch = true,
crafting = {
{name = "metalscrap",count = 500}
}
},
["doorprisionvigila"] = {
item = "doorprisionvigila",
life = 30000.0,
type = "biggate",
noFoundationSearch = true,
crafting = {
{name = "metalscrap",count = 70}
}
},
["doorprisionrusty"] = {
item = "doorprisionrusty",
life = 30000.0,
type = "biggate",
noFoundationSearch = true,
crafting = {
{name = "metalscrap",count = 70}
}
},