Blade & Sorcery
0 of 0

File information

Last updated

Original upload

Created by

lilhusky

Uploaded by

Lilhusky

Virus scan

Safe to use

Tags for this mod

About this mod

Make you to be able to change the orientation of the dagger while holding it by clicking the trigger button

Requirements
Permissions and credits
Changelogs
Donations
Make you to be able to change the orientation of the dagger while holding it by clicking the trigger button

For modders who want to add Dynamic Handle to the modded weapons, you just need to put this into your item modules:

 {
      "$type": "DynamicHandleDaggerCommon.ItemModuleDynamicHandle, DynamicHandleDaggerCommon",
      "hasAnimation": true,
      "isSingleEdged": false,
      "hasSound": true,
      "hasVibration": true
 }

To add this module to ALL weapons, use mememan's mod
Dynamic Handle Everywhere