• Name:

    mSlashingAdept

  • Displayed name:

    Slashing adept

  • Description:

    When making a weapon attack that deals Slashing damage, you can spend 4 SP for a one-handed weapon or 5 SP for a two-handed weapon to add 1 additional damage die, with a maximum of 1 use. The additional die must have the same number of faces as the weapon’s Slashing damage die.

  • Cost:

    expCost(200,200)-0

  • Script:

  • Duration:

    -1

  • Type:

    0

  • Recurrent script:

  • Add ons:

    • Condition:

      oneHand & (weapon | natural) & slashingDamage

    • Description:

    • Variables:

      vSlashingMaxExtra.add(1)

    • Script:

    • Action effects:

      • Use case:

        0

      • Name:

        Slashing adept

      • Description:

        The user spend {4*vSlashingExtra} SP add {vSlashingExtra} extra damage dice.

      • Script:

      • Variables:

        vSlashingExtra.slider(Extra Slashing,0,vSlashingMaxExtra,1)

    • Condition:

      twoHands & (weapon | natural) & slashingDamage

    • Description:

    • Variables:

      vSlashingMaxExtra.add(1)

    • Script:

    • Action effects:

      • Use case:

        0

      • Name:

        Slashing adept

      • Description:

        The user spend {5*vSlashingExtra} SP add {vSlashingExtra} extra damage dice.

      • Script:

      • Variables:

        vSlashingExtra.slider(Extra Slashing,0,vSlashingMaxExtra,1)

  • Upgrades: