Blade & Sorcery
0 of 0

File information

Last updated

Original upload

Created by

StarStripper

Uploaded by

StarStripper

Virus scan

Safe to use

Tags for this mod

8 comments

  1. mrtrex9532
    mrtrex9532
    • member
    • 1 kudos
    can you use this for all weapons even modded ones like do you gotta install it only for it to work
  2. aegorsuch
    aegorsuch
    • premium
    • 1 kudos
    Does this work for vanilla weapons now?
  3. kendallkay
    kendallkay
    • member
    • 0 kudos
    im trying to add the scrip to a mod but im having some trouble, here is the module section:

     "modules": [
        {
          "$type": "ThunderRoad.ItemModuleAI, Assembly-CSharp",
          "weaponClass": "Shield",
          "weaponHandling": "OneHanded",
          "parryIgnoreRotation": true,
          "parryRotation": 0.0,
          "parryDualRotation": 60.0,
          "armResistanceMultiplier": 3.0,
          "parryRevertAngleRange": {
            "x": -80.0,
            "y": -180.0
          },
          "parryDefaultPosition": {
            "x": 0.0,
            "y": 0.0,
            "z": 0.0
          },
          "parryDefaultLeftRotation": {
            "x": 0.0,
            "y": 0.0,
            "z": 0.0
          },
          "parryDefaultRightRotation": {
            "x": 0.0,
            "y": 0.0,
            "z": 0.0
          },
          "allowDynamicHeight": false,
          "dodgeBehaviour": "LowOnly",
          "defenseHasPriority": true,
          "attackIgnore": true,
          "attackForceParryIgnoreRotation": false
        }
    ?
    where would the line go? i tried twice and it messed up
  4. MichaelMandem445
    MichaelMandem445
    • member
    • 0 kudos
    Does this incude custom weapons? (mods)
    1. nutnotes420
      nutnotes420
      • supporter
      • 0 kudos
      "$type": "PieReturn.PieReturn, PieReturn",
            "recallStrength": 15

      Paste that into the module section of the json file for whatever weapon you want
    2. MichaelMandem445
      MichaelMandem445
      • member
      • 0 kudos
      Thanks :)
    3. MichaelMandem445
      MichaelMandem445
      • member
      • 0 kudos
      Thanks :)
    4. nutnotes420
      nutnotes420
      • supporter
      • 0 kudos
      No worries! Make sure you paste it between the {  } underneath the Module line. They should be there already, if not just add them