Towers Vigia

17.00 EUR

IMG in Game:

ecb4adadee65cc3ae421a11738a89ac8209aac5e.png

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}

        }

    },