该mod给空洞骑士丝之歌添加一个新的黄色工具,装备后可以使用三段跳。
BepInEx\plugins 文件夹中。模组的参数可由mod文件夹内的 TripleJump.json 文件控制。你可以用任意文本编辑器修改其属性。
{
"Name": "娇小玩偶",
"Desc": "由天空飘落的羽毛编织的雪灵玩偶,可加强供奉者的能力。\n\n增加一次跳跃能力。",
"Type": "Yellow",
"Icon": "TripleJump.png",
"MapID":"Peak_08b",
"Position":[281,102],
"state":"act3_wokeUp"
}
Name:工具名称,可自定义。Desc:工具描述,可自定义。Type:工具类型,红,黄,蓝。Icon:工具图标,可自定义图标文件名,建议144x144像素左右,或者直接改我的图标(太小会显示一小个图标,太大没尝试,我是直接用的其他工具图标改的)。MapID:地图ID,在哪个地图生成改工具(Peak_08b为费耶山山顶)。Position:工具生成的坐标,在地图中的坐标([281,102]为获取二段跳的琴的位置)。state:玩家状态,当玩家拥有该状态时才能触发(act3_wokeUp为第三幕开始后)。This mod adds a new yellow tool to Hollow Knight: Silksong. Once equipped, you gain the ability to perform a third jump in the air.
BepInEx\plugins directory.The mod’s parameters are controlled by the TripleJump.json file inside the mod folder. You can edit it with any text editor.
{
"Name": "娇小玩偶",
"Desc": "由天空飘落的羽毛编织的雪灵玩偶,可加强供奉者的能力。\n\n增加一次跳跃能力。",
"Type": "Yellow",
"Icon": "TripleJump.png",
"MapID":"Peak_08b",
"Position":[281,102],
"state":"act3_wokeUp"
}
Name:Tool name, can be customized.Desc:Tool description, can be customized.Type:Tool type, red, yellow, or blue.Icon:Tool icon, can be a custom icon file name, but it's recommended to be 144x144 pixels or larger, or you can replace it with my icon (too small will display a small icon, too large I haven't tried).MapID:Map ID, where to generate the tool (Peak_08b is the peak of Fay).Position:Tool position, in the map's coordinates ([281,102] is the position of the harp that grants the double jump).state:Player state, only when the player has this state can the tool be triggered (act3_wokeUp is the third act).