暗黑地牢是一款难度颇高的策略rpg游戏,玩家要灵活的运用团队人员的能力和特技挑战地下城的怪物们,今天小编为大家分享修改小技巧。
物品栏和掉落物品修改方法:
H:\DarkestDungeon\inventory\inventory.darkest
物品栏相关
inventory_system_config: .type "raid" .max_slots 16 .use_stack_limits true 物品栏,8X2 16格,目前没找到修改大小之类的方法,最多改成24,3排,第3排操作略蛋疼
inventory_system_config: .type "provision" .max_slots 16 .use_stack_limits true 商店物品栏 8X2 改大可以买更多东西,但是意义不大
inventory_system_config: .type "quest_rewards" .max_slots 6 .use_stack_limits false 任务奖励数量,钱+4种古物+饰品,无修改意义
inventory_system_config: .type "trinket_storage" .max_slots 999 .use_stack_limits true 饰品存储空间,虽然是999但是感觉上也就7x3 21个
inventory_system_config: .type "trinket_store" .max_slots 16 .use_stack_limits true 商店的饰品最大数量,一排6个,可以改成4排24个,另外还需要修改商店里面升级相关
inventory_system_config: .type "hero_equipped_trinkets" .max_slots 4 .use_stack_limits true 英雄饰品栏数量,默认2,修改需要配合上方的那个
inventory_system_config: .type "loot" .max_slots 99 .use_stack_limits true 掉落物,无修改必要
inventory_system_config: .type "goal_starting_items" .max_slots 99 .use_stack_limits true 不明
inventory_item: .type "gold" .id "" .stack_limit 9000 金币堆叠
inventory_item: .type "provision" .id "" .stack_limit 18 .gold_value 15 食物堆叠和食物价格
inventory_item: .type "heirloom" .id "bust" .stack_limit 60 4种古物堆叠
inventory_item: .type "heirloom" .id "portrait" .stack_limit 30
inventory_item: .type "heirloom" .id "deed" .stack_limit 60
inventory_item: .type "heirloom" .id "crest" .stack_limit 120
inventory_item: .type "heirloom" .id "urn" .stack_limit 10 这个不知道是啥
inventory_item: .type "gem" .id "ruby" .stack_limit 8 .gold_value 1000 各种宝石堆叠
inventory_item: .type "gem" .id "sapphire" .stack_limit 8 .gold_value 1000
inventory_item: .type "gem" .id "emerald" .stack_limit 12 .gold_value 500
inventory_item: .type "gem" .id "onyx" .stack_limit 12 .gold_value 500
inventory_item: .type "gem" .id "citrine" .stack_limit 16 .gold_value 250
inventory_item: .type "gem" .id "jade" .stack_limit 16 .gold_value 250
inventory_item: .type "supply" .id "firewood" .stack_limit 2 .gold_value 5000 篝火木材,默认1,价格0
inventory_item: .type "supply" .id "shovel" .stack_limit 6 .gold_value 50 下面是各种互动道具的堆叠和价格
inventory_item: .type "supply" .id "antivenom" .stack_limit 9 .gold_value 30
inventory_item: .type "supply" .id "bandage" .stack_limit 9 .gold_value 30
inventory_item: .type "supply" .id "medicinal_herbs" .stack_limit 9 .gold_value 40
inventory_item: .type "supply" .id "skeleton_key" .stack_limit 9 .gold_value 40
inventory_item: .type "supply" .id "holy_water" .stack_limit 9 .gold_value 30
inventory_item: .type "supply" .id "torch" .stack_limit 12 .gold_value 15
inventory_item: .type "quest_item" .id "holy_relic" .stack_limit 10 .gold_value 0 任务道具的堆叠,默认都是1,改大点很省空间
inventory_item: .type "quest_item" .id "medicines" .stack_limit 10 .gold_value 0
inventory_item: .type "quest_item" .id "grain_sack" .stack_limit 10 .gold_value 0
inventory_item: .type "quest_item" .id "holy_water" .stack_limit 10 .gold_value 0
inventory_item: .type "quest_item" .id "antivenom" .stack_limit 10 .gold_value 0
inventory_item: .type "quest_item" .id "pickaxe" .stack_limit 10 .gold_value 0
掉落物品
H:\DarkestDungeon\loot\loot.json
掉落物相关
"A" 宝箱掉落列表
"B" 战斗掉落列表
"C" 金币列表
"G" 宝石列表
"H" 收藏品
"S" 探险物资
"T" 饰品