|
|
转自n网:https://www.nexusmods.com/hades2/mods/23
allow using "the champions" to reroll hammer boons.
允许使用“冠军”重新掷出锤子恩赐。
Lots of H2 builds rely heavily on 2 good hammers so it is kinda sad that hammers cannot be rerolled. This mod allows you to do it.
许多 H2 构建严重依赖 2 个好的锤子,因此锤子无法重新滚动有点可悲。这个模组允许你做到这一点。
Requires modutil and modimporter.
需要 modutil 和 modimporter。
ModImporter: 模组导入器 :
Get from https://www.nexusmods.com/hades2/mods/1
从 https://www.nexusmods.com/hades2/mods/1 获取
and read the instructions here to install it
并阅读此处的说明进行安装
https://www.nexusmods.com/hades/mods/26
ModUtil: ModUtil:
This is just another mod, my mod depends on this mod. You must install both mods for this to work.
这只是另一个模组,我的模组依赖于这个模组。您必须安装这两个模组才能正常工作。
https://github.com/SGG-Modding/ModUtil/releases
If you are too lazy to download the mod util and do all the stuff:
如果您懒得下载 mod util 并执行所有作:
Spoiler: Show
剧透:显示
Open the file Hades II\Content\Scripts\MetaUpgradeData.lua
打开文件 Hades II\Content\Scripts\MetaUpgradeData.lua
navigate to the last line, find this
导航到最后一行,找到这个
RerollCosts = 重投成本 =
{
Boon = 1, 恩惠 = 1,
Shop = 1, 商店 = 1,
SellTrait = 1, SellTrait = 1,
Talent = 1, 天赋 = 1,
Hammer = -1, -- Disabled
锤子 = -1, -- 禁用
ReuseIncrement = 1, 重用增量 = 1,
}
and change the Hammer to 1, i.e.
并将锤子更改为 1,即
RerollCosts = 重投成本 =
{
Boon = 1, 恩惠 = 1,
Shop = 1, 商店 = 1,
SellTrait = 1, SellTrait = 1,
Talent = 1, 天赋 = 1,
Hammer = 1, -- Disabled
锤子 = 1, -- 禁用
ReuseIncrement = 1, 重用增量 = 1,
}
|
评分
-
1
查看全部评分
-
|