|
|
转自n网:https://www.nexusmods.com/wuchangfallenfeathers/mods/262
我特么无意间发现武器的技能是可以换的,而且是可以跨武器种类换的,而且还可以换成流派技能。 流派技能也可以换,随便换
我录了一个小视频,参考下:
https://youtu.be/zOYQFwxrqik
给武器换技能就改 Content\Game\DataTables\Items\DT_Item_EquipmentTable.uasset 这个文件里面武器的 WeaponSkillID这一项,可以改成别的武器的skillID,也可以改成流派技能的AnimationID。
animationID和skillID是一样的 animationID 和 skillID 是一样的
改流派技能就改Content\Game\DataTables\Items\DT_Item_StyleSkillTable.uasset 这个文件里流派技能的AnimationID这一项
挺简单的
换过一些特效是会保留的,比如武器神火长枪的强制敌人转身这个特效,不管换到什么武器上都还有
有的特效(比如火焰什么)换了之后不保留
我个人非常喜欢飞鸣大斧的飞天跳劈技能, 改成用刀释放或者用枪释放也不太违和。
这个mod文件只是一个示范,把离为火长刀的武器技能改成了飞鸣跳劈
把红缨枪的武器技能改成了回马刀
把长枪的回风斩流派技能改成了神火长枪的那个OP技能,所有的长枪现在都可以用了
I accidentally discovered that weapon skills in Wuchang can actually be swapped—and not only between weapons of the same type, but also across different weapon types, and even replaced with style skills. Style skills themselves can also be swapped freely.
我偶然发现武昌的武器技能其实可以切换——不仅是同类型的武器之间,还能跨不同武器类型切换,甚至用风格技能替代。风格技能本身也可以自由切换。
I recorded a short video as a reference:
我录制了一个简短的视频作为参考:
https://youtu.be/zOYQFwxrqik
To change a weapon’s skill, edit the file:
要更改武器技能,请编辑文件:
Content\Game\DataTables\Items\DT_Item_EquipmentTable.uassetInside, modify the WeaponSkillID entry of the weapon. You can replace it with another weapon’s SkillID, or even with a style skill’s AnimationID (since AnimationID and skillID are the same thing).
Content\Game\DataTables\Items\DT_Item_EquipmentTable.uasset 在内部修改武器技能 ID 条目。你可以用其他武器的 SkillID 替换它,甚至用风格技能的 AnimationID(因为 AnimationID 和 SkillID 是同一回事)。
To change a style skill, edit:
要更改风格技能,请编辑:
Content\Game\DataTables\Items\DT_Item_StyleSkillTable.uassetand modify the AnimationID there.
Content\Game\DataTables\Items\DT_Item_StyleSkillTable.uasset 并修改了该处的 AnimationID。
It’s pretty simple.
Some special effects will carry over after swapping. For example, the Divine Fire Spear’s “force enemy to turn around” effect will remain no matter which weapon you assign it to. However, other effects (like flame visuals) may not carry over.
部分特效在切换后会保留。例如,神火长矛的“强制敌人转身”效果无论你分配到哪把武器上都会保持不变。不过,其他效果(比如火焰视觉效果)可能无法继续。
Personally, I really love the Fei Ming Greataxe’s jumping smash skill. It doesn’t feel out of place at all when used with a sword or spear.
就我个人而言,我非常喜欢飞明大斧的跳跃重击技能。用剑或矛时一点也不突兀。
This mod file is just for demo, it does the following:
这个模组文件只是演示用的,它的功能如下:
- Changed Liwei Fire Sabre’s weapon skill to Fei Ming’s jumping smash.
将璃唯火剑的武器技能改为飞明的跳跃重击。 - Changed the Red Tassel Spear’s weapon skill to the “Returning Sabre.”
将红缨矛的武器技能改为“回归军刀”。 - Changed the Spear’s “Whirlwind Slash” style skill to the OP skill from the Divine Fire Spear, so now every spear can use it.
把长矛的 “旋风斩”风格技能改成了神火长矛的 OP 技能,所以现在每把长矛都能用它。
enjoy!
|
|