Skip to content
This repository has been archived by the owner on Oct 21, 2023. It is now read-only.

Commit

Permalink
Added crafting_templates to reference new holsters
Browse files Browse the repository at this point in the history
Added
<CraftingTemplate id="Katana"
<CraftingTemplate id="Wakizashi"

for 1h and 2h
  • Loading branch information
Meowkov committed Aug 8, 2023
1 parent e0ee95d commit 7cebcd8
Showing 1 changed file with 69 additions and 0 deletions.
69 changes: 69 additions & 0 deletions src/Module.Server/ModuleData/crafting_templates.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9260,4 +9260,73 @@
<UsablePiece piece_id="crpg_meowhammer_handle_h3" />
</UsablePieces>
</CraftingTemplate>
<CraftingTemplate id="Wakizashi" item_type="OneHandedWeapon" modifier_group="sword" item_holsters="katana_left_hip:katana_left_hip_2:katana_left_hip_3" piece_type_to_scale_holster_with="Blade" hidden_piece_types_on_holster="Blade" default_item_holster_position_offset="0,0,-0.1">
<PieceDatas>
<PieceData piece_type="Handle" build_order="0"/>
<PieceData piece_type="Guard" build_order="1"/>
<PieceData piece_type="Blade" build_order="2"/>
<PieceData piece_type="Pommel" build_order="-1"/>
</PieceDatas>
<WeaponDescriptions>
<WeaponDescription id="OneHandedSword"/>
</WeaponDescriptions>
<StatsData>
<StatData stat_type="Weight" max_value="7.0"/>
<StatData stat_type="WeaponReach" max_value="300"/>
<StatData stat_type="ThrustSpeed" max_value="200"/>
<StatData stat_type="SwingSpeed" max_value="200"/>
<StatData stat_type="ThrustDamage" max_value="500"/>
<StatData stat_type="SwingDamage" max_value="500"/>
<StatData stat_type="Handling" max_value="200"/>
</StatsData>
<UsablePieces>
<UsablePiece piece_id="crpg_katana_blade_red"/>
<UsablePiece piece_id="crpg_katana_blade_blue"/>
<UsablePiece piece_id="crpg_katana_blade_green"/>
<UsablePiece piece_id="crpg_katana_blade_yellow"/>
<UsablePiece piece_id="crpg_katana_blade_black"/>
<UsablePiece piece_id="crpg_katana_guard"/>
<UsablePiece piece_id="crpg_katana_handle_red"/>
<UsablePiece piece_id="crpg_katana_handle_blue"/>
<UsablePiece piece_id="crpg_katana_handle_green"/>
<UsablePiece piece_id="crpg_katana_handle_yellow"/>
<UsablePiece piece_id="crpg_katana_handle_black"/>
<UsablePiece piece_id="crpg_katana_pommel"/>
</UsablePieces>
</CraftingTemplate>
<CraftingTemplate id="Katana" item_type="TwoHandedWeapon" modifier_group="sword" item_holsters="katana_left_hip:katana_left_hip_2:katana_left_hip_3" piece_type_to_scale_holster_with="Blade" hidden_piece_types_on_holster="Blade" default_item_holster_position_offset="0,0,-0.1">
<PieceDatas>
<PieceData piece_type="Handle" build_order="0"/>
<PieceData piece_type="Guard" build_order="1"/>
<PieceData piece_type="Blade" build_order="2"/>
<PieceData piece_type="Pommel" build_order="-1"/>
</PieceDatas>
<WeaponDescriptions>
<WeaponDescription id="TwoHandedSword"/>
</WeaponDescriptions>
<StatsData>
<StatData stat_type="Weight" max_value="7.0"/>
<StatData stat_type="WeaponReach" max_value="300"/>
<StatData stat_type="ThrustSpeed" max_value="200"/>
<StatData stat_type="SwingSpeed" max_value="200"/>
<StatData stat_type="ThrustDamage" max_value="500"/>
<StatData stat_type="SwingDamage" max_value="500"/>
<StatData stat_type="Handling" max_value="200"/>
</StatsData>
<UsablePieces>
<UsablePiece piece_id="crpg_katana_blade_red"/>
<UsablePiece piece_id="crpg_katana_blade_blue"/>
<UsablePiece piece_id="crpg_katana_blade_green"/>
<UsablePiece piece_id="crpg_katana_blade_yellow"/>
<UsablePiece piece_id="crpg_katana_blade_black"/>
<UsablePiece piece_id="crpg_katana_guard"/>
<UsablePiece piece_id="crpg_nodachi_blade_red"/>
<UsablePiece piece_id="crpg_katana_handle_red"/>
<UsablePiece piece_id="crpg_katana_handle_blue"/>
<UsablePiece piece_id="crpg_katana_handle_green"/>
<UsablePiece piece_id="crpg_katana_handle_yellow"/>
<UsablePiece piece_id="crpg_katana_handle_black"/>
<UsablePiece piece_id="crpg_katana_pommel"/>
</UsablePieces>
</CraftingTemplate>
</CraftingTemplates>

0 comments on commit 7cebcd8

Please sign in to comment.