分页: 1 / 1

饥荒箱子扩容MOD

发表于 : 2026年 1月 26日 00:44
BobMaster
本模组让您彻底掌握收纳空间,可将普通木箱、冰箱、以及龙鳞宝箱扩充至最高 90 格。
-- 普通木箱 (9,20,30,45,60 和 最高 90 格)
-- 冰箱 (9,20,30,45,60 和 最高 90 格)
-- 龙鳞宝箱 (12,20,30,45,60 和 最高 90 格)

配置信息

代码: 全选

    {
        name = "treasure_chest_size",
        label = "Treasure Chest",
        hover = "Slots for standard Treasure Chest (Default: 9)",
        options = {
            { description = "9 (Default)", data = 9 },
            { description = "20 Slots",    data = 20 },
            { description = "30 Slots",    data = 30 },
            { description = "45 Slots",    data = 45 },
            { description = "60 Slots",    data = 60 },
            { description = "90 Slots",    data = 90 },
        },
        default = 9,
    },
    {
        name = "icebox_size",
        label = "Ice Box",
        hover = "Slots for Ice Box (Default: 9)",
        options = {
            { description = "9 (Default)", data = 9 },
            { description = "20 Slots",    data = 20 },
            { description = "30 Slots",    data = 30 },
            { description = "45 Slots",    data = 45 },
            { description = "60 Slots",    data = 60 },
            { description = "90 Slots",    data = 90 },
        },
        default = 9,
    },
    {
        name = "dragonfly_chest_size",
        label = "Scaled Chest",
        hover = "Slots for Scaled Chest / Dragonfly Chest (Default: 12)",
        options = {
            { description = "12 (Default)", data = 12 },
            { description = "20 Slots",     data = 20 },
            { description = "30 Slots",     data = 30 },
            { description = "45 Slots",     data = 45 },
            { description = "60 Slots",     data = 60 },
            { description = "90 Slots",     data = 90 },
        },
        default = 12,
    },
图片
图片

订阅:
https://steamcommunity.com/sharedfiles/ ... 3653587498