物品价值、堆叠与背包大小
文件夹 inventory
补给 base.supply.inventory.items .darkest
任务用品 base.quest_item.inventory.items .darkest
饰品 背包 base.inventory.system_configs .darkest
宝石 base.gem.inventory.items .darkest
钱 传家宝 base.currency.inventory.items .darkest
古商钱 base.inventory.extra_stack_limits.darkest
标准格式:
inventory_item:
.type 物品类型
.id 物品名
.base_stack_limit 最大堆叠数
.purchase_gold_value 购买价格
.sell_gold_value 卖出价格
卖出价格为零的物品不会出现在战利品页。
例子(圣水):
inventory_item: .type "supply" .id "holy_water" .base_stack_limit 6 .purchase_gold_value 150 .sell_gold_value 15
金钱最大堆叠:
inventory_item: .type "gold" .id "" .base_stack_limit 1750 .purchase_gold_value 0 .sell_gold_value 0
1750为金钱最大堆叠。
背包大小:
inventory_system_config: .type "raid" .max_slots 16 .use_stack_limits true
16为背包格数,改大后超出第二行的物品不会消失但只能看到第三行的一点点。