No edit summary |
|||
Line 1: | Line 1: | ||
[[Category:Homebrew Items]][[Category:Custom Items]] | [[Category:Homebrew Items]][[Category:Custom Items]][[Category: DiscoPotatos Items]] | ||
====Very Rare, Requires Attunement==== | ====Very Rare, Requires Attunement==== | ||
[[File:knucklebusters.jpg]] | [[File:knucklebusters.jpg]] |
Latest revision as of 13:32, 24 April 2024
Very Rare, Requires Attunement
Description
Granted for service to Vanalir and her mistress, Brenna's Knucklebusters Is more than just a set of gloves. Not only do the Gloves raise the users power as the user themself grows, but It also provides a welcomed increase in damage and a slight boost to their Ki! `Do !a knucklebuster -choice [Option] -t [TARGET] to choose the designated effect!`
`-choice attack` Attack: The regular attack option, following the monk fighting scale in terms of damage plus an additional 1d4[magical slashing]
`-choice claws` Arcane Claws: Costing a Ki point as a bonus action, Brenna can Summon Spectral claws at the end of her gloves which she uses for her Unarmed Attacks. They do an extra 1d4 magical slashing damage to her opponents.
`-choice heal` Healing Ki: Channeling 3 Ki points, as an action, Brenna grants herself Temporary HP based on a roll of D6 times her proficiency bonus. Cannot be used again until All remaining THP has expired.
`-choice payback` Knucklebuster Payback: spends 2 ki points as a reaction to attack an enemy who missed when they attacked you. They must be within range of your melee attack.
`-choice ki` Ki Replenishment: Using an Action, Brenna can channel Ki from her gloves and replenish Ki points equal to their Proficiency bonus. They can do this a total of 3 times, which is reset every long rest. Can only be used when no Ki Points Remain.
Code
name: Knucklebusters automation: - type: variable name: monklevel value: MonkLevel onError: "0" - type: condition condition: monklevel < 5 onTrue: - type: variable name: weapdamage value: "4" onFalse: - type: condition condition: monklevel < 11 onTrue: - type: variable name: weapdamage value: "6" onFalse: - type: condition condition: monklevel < 17 onTrue: - type: variable name: weapdamage value: "8" onFalse: - type: variable name: weapdamage value: "10" errorBehaviour: "false" errorBehaviour: "false" errorBehaviour: "false" - 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: condition condition: choice == "attack" onTrue: - type: text text: Granted for service to Vanalir and her mistress, Brenna's Knucklebusters Is more than just a set of gloves. Not only do the Gloves raise the users power as the user themself grows, but It also provides a welcomed increase in damage and a slight boost to their Ki! title: Brenna's Knucklebusters - type: target target: all effects: - type: attack hit: - type: damage damage: 1d{weapdamage} + {weapmod} + {weapbonus} [magical bludgeoning] + 1d4 [magical slashing] overheal: false miss: [] attackBonus: proficiencyBonus + weapmod + weapbonus onFalse: [] errorBehaviour: raise - type: condition condition: choice == "claws" onTrue: - type: text text: >- Granted for service to Vanalir and her mistress, Brenna's Knucklebusters Is more than just a set of gloves. Not only do the Gloves raise the users power as the user themself grows, but It also provides a welcomed increase in damage and a slight boost to their Ki! Arcane Claws: Costing a Ki point as a bonus action, Brenna can Summon Spectral claws at the end of her gloves which she uses for her Unarmed Attacks. They do an extra 1d4 magical slashing damage to her opponents. title: "Brenna's Knucklebusters: Arcane Claws" - type: target target: self effects: - type: ieffect2 name: Arcane Claws duration: "10" end: true desc: "Arcane Claws: Costing a Ki point as a bonus action, Brenna can Summon Spectral claws at the end of her gloves which she uses for her Unarmed Attacks. They do an extra 1d4 magical slashing damage to her opponents." - type: counter counter: id: 1024 typeId: 222216831 amount: "1" allowOverflow: false errorBehaviour: raise onFalse: [] errorBehaviour: "false" - type: condition condition: choice == "heal" onTrue: - type: text text: >- Granted for service to Vanalir and her mistress, Brenna's Knucklebusters Is more than just a set of gloves. Not only do the Gloves raise the users power as the user themself grows, but It also provides a welcomed increase in damage and a slight boost to their Ki! Healing Ki: Channeling 3 Ki points, as an action, Brenna grants herself Temporary HP based on a roll of D6 times her proficiency bonus. Cannot be used again until All remaining THP has expired. title: "Brenna's Knucklebusters: Healing Ki" - type: target target: self effects: - type: temphp amount: "{proficiencyBonus}d6" - type: counter counter: id: 1024 typeId: 222216831 amount: "3" allowOverflow: false errorBehaviour: raise onFalse: [] errorBehaviour: "false" - type: condition condition: choice == "payback" onTrue: - type: text text: >- Granted for service to Vanalir and her mistress, Brenna's Knucklebusters Is more than just a set of gloves. Not only do the Gloves raise the users power as the user themself grows, but It also provides a welcomed increase in damage and a slight boost to their Ki! Knucklebuster Payback: spends 2 ki points as a reaction to attack an enemy who missed when they attacked you. They must be within range of your melee attack. title: "Brenna's Knucklebusters: Knucklebuster Payback" - type: counter counter: id: 1024 typeId: 222216831 amount: "2" allowOverflow: false errorBehaviour: raise - type: target target: all effects: - type: attack hit: - type: damage damage: 1d{weapdamage} + {weapmod} + {weapbonus} [magical bludgeoning] overheal: false miss: [] attackBonus: proficiencyBonus + weapmod + weapbonus onFalse: [] errorBehaviour: "false" - type: condition condition: choice == "ki" onTrue: - type: text text: >- Granted for service to Vanalir and her mistress, Brenna's Knucklebusters Is more than just a set of gloves. Not only do the Gloves raise the users power as the user themself grows, but It also provides a welcomed increase in damage and a slight boost to their Ki! Ki Replenishment: Using an Action, Brenna can channel Ki from her gloves and replenish Ki points equal to their Proficiency bonus. They can do this a total of 3 times, which is reset every long rest. Can only be used when no Ki Points Remain. title: "Brenna's Knucklebusters: Ki Replenishment" - type: counter counter: Ki Replenishment amount: "1" allowOverflow: false errorBehaviour: raise - type: counter counter: id: 1024 typeId: 222216831 amount: -proficiencyBonus allowOverflow: true errorBehaviour: raise onFalse: [] errorBehaviour: raise _v: 2 proper: true verb: Swings with their thumb: https://media.discordapp.net/attachments/1125382981561884733/1170454082423623691/IMG_7382.jpg?ex=6559194f&is=6546a44f&hm=06def82b7a90ee1971c2f0deebb3e2c14750d2f7fb123fbee9d908ac6b351dc9&=&width=317&height=547 activation_type: 1 !cc create "Ki Replenishment" -title "Ki Replenishment" -reset long -type bubble -min 0 -max 3 -value 3 -desc "Ki Replenishment: Using an Action, Brenna can channel Ki from her gloves and replenish Ki points equal to their Proficiency bonus. They can do this a total of 3 times, which is reset every long rest. Can only Be used When No Ki Points remain."