Force Crossbow

From Soul Co, Your Home for inclusive DnD

Very Rare, Requires Attunement

Crota.jpg

Description

Granted for service to Vanalir and her mistress, the Force Crossbow is a multi action crossbow.

`-choice multi` Loading 3 arrows at once, the user can launch all three arrows into an wide variety of opponents. The arrows can hit the same target, a combination of 2 and 1, or 3 separate targets. because they launch in quick succession there is a cooldown where the user has to pull the strings back, preventing multiple fires in one turn. (no extra attacks) Each arrow will require a separate roll. each arrow does 1d8 [magical piercing] damage.

`-choice frc1` , `-choice frc2` `-choice frc3` `-choice frc4` `-choice frc5`: As an Action and Bonus Action, the user may channel magic into the crossbow, increasing the damage for the bolts based on the spell slot used, up to a 5th level spell slot. Charging one at at time, each arrow has an increase by 1d4 for first level, increasing by d4 to a max of 5d4 at fifth level. If you wanted to charge all 3 arrows to 5d4, then 3 5th level slots are needed.

Code

_v: 2
name: Force Crossbow
automation:
  - type: variable
    name: weapmod
    value: intelligenceMod
  - type: condition
    condition: level > 10
    onTrue:
      - type: condition
        condition: level > 15
        onTrue:
          - type: variable
            name: weapbonus
            value: "3"
        onFalse:
          - type: variable
            name: weapbonus
            value: "2"
    onFalse:
      - type: variable
        name: weapbonus
        value: "1"
  - type: condition
    condition: choice == ""
    onTrue:
      - type: text
        text: >-
          Granted for service to Vanalir and her mistress, the Force Crossbow is a
          multi action crossbow. 


          `-choice multi` Loading 3 arrows at once, the user can launch all three arrows into an wide variety of opponents. The arrows can hit the same target, a combination of 2 and 1, or 3 separate targets. because they launch in quick succession there is a cooldown where the user has to pull the strings back, preventing multiple fires in one turn. (no extra attacks) Each arrow will require a separate roll. each arrow does 1d8 [magical piercing] damage.


          `-choice frc1` , `-choice frc2` `-choice frc3` `-choice frc4` `-choice frc5`: As an Action and Bonus Action, the user may channel magic into the crossbow, increasing the damage for the bolts based on the spell slot used, up to a 5th level spell slot. Charging one at at time, each arrow has an increase by 1d4 for first level, increasing by d4 to a max of 5d4 at fifth level. If you wanted to charge all 3 arrows to 5d4, then 3 5th level slots are needed.
        title: Force Crossbow
    onFalse: []
    errorBehaviour: "false"
  - type: condition
    condition: choice == "multi"
    onTrue:
      - type: text
        text: Granted for service to Vanalir and her mistress, the Force Crossbow is a
          multi action crossbow. Loading 3 arrows at once, the user can launch
          all three arrows into an wide variety of opponents. The arrows can hit
          the same target, a combination of 2 and 1, or 3 separate targets.
          because they launch in quick succession there is a cooldown where the
          user has to pull the strings back, preventing multiple fires in one
          turn. (no extra attacks) Each arrow will require a separate roll. each
          arrow does 1d8 [magical piercing] damage.
        title: Multi Shot
      - type: target
        target: all
        effects:
          - type: attack
            hit:
              - type: damage
                damage: 1d8[magical piercing] + {weapmod} + {weapbonus}
            miss: []
            attackBonus: proficiencyBonus + weapmod + weapbonus
    onFalse: []
  - type: condition
    condition: choice == "frc1"
    onTrue:
      - type: text
        text: >-
          Granted for service to Vanalir and her mistress, the Force Crossbow is a
          multi action crossbow. 

          As an Action and bonus action, the user may channel magic into the crossbow, increasing the damage for the bolts based on the spell slot used, up to a 5th level spell slot. Each arrow has an increase by 1d4 for first level, increasing by d4 to a max of 5d4 at fifth level.
        title: Force Charged Volley
      - type: counter
        counter:
          slot: 1
        amount: "1"
        errorBehaviour: raise
        fixedValue: true
      - type: target
        target: all
        effects:
          - type: attack
            hit:
              - type: damage
                damage: 1d8 + {weapmod} + {weapbonus}[magical piercing] + 1d4[force]
            miss: []
            attackBonus: proficiencyBonus + weapmod + weapbonus
    onFalse: []
  - type: condition
    condition: choice == "frc2"
    onTrue:
      - type: text
        text: >-
          Granted for service to Vanalir and her mistress, the Force Crossbow is a
          multi action crossbow. 

          As an Action and bonus action, the user may channel magic into the crossbow, increasing the damage for the bolts based on the spell slot used, up to a 5th level spell slot. Each arrow has an increase by 1d4 for first level, increasing by d4 to a max of 5d4 at fifth level.
        title: Force Charged Volley
      - type: counter
        counter:
          slot: 2
        amount: "1"
        errorBehaviour: raise
        fixedValue: true
      - type: target
        target: all
        effects:
          - type: attack
            hit:
              - type: damage
                damage: 1d8 + {weapmod} + {weapbonus}[magical piercing] + 2d4[force]
            miss: []
            attackBonus: proficiencyBonus + weapmod + weapbonus
    onFalse: []
  - type: condition
    condition: choice == "frc3"
    onTrue:
      - type: text
        text: >-
          Granted for service to Vanalir and her mistress, the Force Crossbow is a
          multi action crossbow. 

          As an Action and bonus action, the user may channel magic into the crossbow, increasing the damage for the bolts based on the spell slot used, up to a 5th level spell slot. Each arrow has an increase by 1d4 for first level, increasing by d4 to a max of 5d4 at fifth level.
        title: Force Charged Volley
      - type: counter
        counter:
          slot: 3
        amount: "1"
        errorBehaviour: raise
        fixedValue: true
      - type: target
        target: all
        effects:
          - type: attack
            hit:
              - type: damage
                damage: 1d8 + {weapmod} + {weapbonus}[magical piercing] + 3d4[force]
            miss: []
            attackBonus: proficiencyBonus + weapmod + weapbonus
    onFalse: []
  - type: condition
    condition: choice == "frc4"
    onTrue:
      - type: text
        text: >-
          Granted for service to Vanalir and her mistress, the Force Crossbow is a
          multi action crossbow. 

          As an Action and bonus action, the user may channel magic into the crossbow, increasing the damage for the bolts based on the spell slot used, up to a 5th level spell slot. Each arrow has an increase by 1d4 for first level, increasing by d4 to a max of 5d4 at fifth level.
        title: Force Charged Volley
      - type: counter
        counter:
          slot: 4
        amount: "1"
        errorBehaviour: raise
        fixedValue: true
      - type: target
        target: all
        effects:
          - type: attack
            hit:
              - type: damage
                damage: 1d8 + {weapmod} + {weapbonus}[magical piercing] + 4d4[force]
            miss: []
            attackBonus: proficiencyBonus + weapmod + weapbonus
    onFalse: []
  - type: condition
    condition: choice == "frc5"
    onTrue:
      - type: text
        text: >-
          Granted for service to Vanalir and her mistress, the Force Crossbow is a
          multi action crossbow. 

          As an Action and bonus action, the user may channel magic into the crossbow, increasing the damage for the bolts based on the spell slot used, up to a 5th level spell slot. Each arrow has an increase by 1d4 for first level, increasing by d4 to a max of 5d4 at fifth level.
        title: Force Charged Volley
      - type: counter
        counter:
          slot: 5
        amount: "1"
        errorBehaviour: raise
        fixedValue: true
      - type: target
        target: all
        effects:
          - type: attack
            hit:
              - type: damage
                damage: 1d8 + {weapmod} + {weapbonus}[magical piercing] + 5d4[force]
            miss: []
            attackBonus: proficiencyBonus + weapmod + weapbonus
    onFalse: []