Rose Thorn Whip

From Soul Co, Your Home for inclusive DnD
Revision as of 15:37, 21 April 2024 by Drakur (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Very Rare, Requires Attunement

RubyWhip.jpg

Description

Granted for service to Vanalir and her mistress, the Rose Thorn Whip is more than just a normal whip. Roses have been braided together into the whips normal leather composition, providing an additional way of damaging your opponent. the whips normal attack does 1d6[slashing] while the rose's thorns grow with the user, becoming stronger the more it is used. it does 1d8[piercing] additional damage once level 5 has been reached, 2d8[piercing] at level 10, and 3d8[piercing] at level 15!

Code

name: Rose Thorn Whip
automation:
  - 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"
        errorBehaviour: "false"
    onFalse:
      - type: variable
        name: weapbonus
        value: "1"
    errorBehaviour: "false"
  - type: condition
    condition: strengthMod > dexterityMod
    onTrue:
      - type: variable
        name: weapmod
        value: strengthMod
    onFalse:
      - type: variable
        name: weapmod
        value: dexterityMod
    errorBehaviour: "false"
  - type: target
    target: all
    effects:
      - type: attack
        hit:
          - type: damage
            damage: 1d6 + {weapmod}[Slashing] + {weapbonus}d8[Piercing]
            overheal: false
        miss: []
        attackBonus: proficiencyBonus + weapmod + weapbonus
      - type: text
        text: Granted for service to Vanalir and her mistress, the Rose Thorn Whip is
          more than just a normal whip. Roses have been braided together into
          the whips normal leather composition, providing an additional way of
          damaging your opponent. the whips normal attack does 1d6[slashing]
          while the rose's thorns grow with the user, becoming stronger the more
          it is used. it does 1d8[piercing] additional damage once level 5 has
          been reached, 2d8[piercing] at level 10, and 3d8[piercing] at level
          15!
        title: Rose Thorn Whip
_v: 2
proper: true
verb: Strikes true with her
thumb: https://media.discordapp.net/attachments/1110998276590809148/1160687577200869426/IMG_6725.jpg?ex=6535918a&is=65231c8a&hm=7b92b1af6280f4c82c0a68b25e447163dc56e2c087c7f8520c2ef40354a4479f&