Garages Private

22.00 EUR

Compuesto Piedra y Metal Reforzado.

  • Wood
  • Stone
  • Metal
  • Metal Extra
  • 2 Doors

JUEGO DE IMG:

0145ef24e95da108ce9b54d338c8fce6919e2be5.png

 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}

        }

    },