Upload a bunny with Audria armor for ranger
This helm is bald is Ranger's head
I will bundle it for reference.
If there are people who can solve it, please let me know the result.
Until then substitute yianaros helm.
Modifying this armor will result in lack of limbs, so I edit partcutdesc.xml.
If you are editing partcutdesc yourself, solve by adding the following line.
Foot part
<CutType Name="PCW_Foot">
<File>1_Pc/3_PEW/Armor/12_foot/PEW_00_Foot_0110.pac</File>
</CutType>
Arm part
<CutType Name="Fish_Hand">
<File>1_Pc/3_PEW/Armor/11_Hand/PEW_00_Hand_0110.pac</File>
</CutType>
I am editing the arm with a line of fish
Weapons will be hidden if left as it is.
If you want to display weapons
Edit the <Relation CutType> line.
Invalidate the line of weapons.
<Relation CutType="Fish_Hand">
<!-- <Cut>Weapon</Cut>
-->
<Cut>EnchantArm</Cut>
<Cut>PCM_Weapon</Cut>
</Relation>
that's all