No edit summary |
|||
Line 1: | Line 1: | ||
[[Category:Homebrew Items]][[Category:Custom Items]] | [[Category:Homebrew Items]][[Category:Custom Items]] | ||
====Very Rare, Requires Attunement | ====Very Rare, Requires Attunement==== | ||
[[File:s0ra.png]] | [[File:s0ra.png]] | ||
==Description== | ==Description== | ||
Granted for service to Vanalir and her Mistress, This shield symbolizes S0-RA's Directive: To protect everyone and everything with his entire existence. The shield grows stronger as it Devours enemy attacks, storing them into helpful boons S0-RA can use to further protect his allies. It also as a bonus that increases with the users experience, increasing the protection bonus by 1 at level 5, 2 and level 10, and 3 at level 15. | Granted for service to Vanalir and her Mistress, This shield symbolizes S0-RA's Directive: To protect everyone and everything with his entire existence. The shield grows stronger as it Devours enemy attacks, storing them into helpful boons S0-RA can use to further protect his allies. It also as a bonus that increases with the users experience, increasing the protection bonus by 1 at level 5, 2 and level 10, and 3 at level 15. |
Revision as of 23:37, 14 March 2024
Very Rare, Requires Attunement
Description
Granted for service to Vanalir and her Mistress, This shield symbolizes S0-RA's Directive: To protect everyone and everything with his entire existence. The shield grows stronger as it Devours enemy attacks, storing them into helpful boons S0-RA can use to further protect his allies. It also as a bonus that increases with the users experience, increasing the protection bonus by 1 at level 5, 2 and level 10, and 3 at level 15.
Devour's Hunger: if an ally or yourself is being attacked within 5 ft of you, you can use your reaction to Devour the attack, negating the damage and adding to the Devour counter. You take half the damage of the attack.
Fury: when you are by an ally, your shield glows and attracts the attention of enemies. They enemy must make a Charisma save or have disadvantage on any attacks roll not against you. As an action, you are able to choose 1 target per turn up to your proficiency bonus per short rest. If an attack is blocked in this manner, I.E. the opponent misses their attack, the energy spent is absorbed by the shield, adding to the Devour Counter.
The Last Stand: If an AOE Spell is cast on with S0-RA in the blast radius and he uses his Reaction to block the attack, every ally or enemy in a line behind him are also protected. meaning they take no damage and automatically pass. Works the same way as Devour listed below, adding 1 Devour count.
Cover Move: S0-RA can magically teleport to his allies side within 30ft of him. can only be used every other turn, and his movement is 0 for his next turn.
Cover: S0-RA Can position himself between an enemy and his ally, making space if none exist by moving the enemy, this movement does not grant AOO on any targets.
Devour's Satisfaction: If you have at least 1 Devour counter, you can expend 1 counter and cast a spell that restores hit points as a bonus action. The highest level spell slot would be 5th level.
Devour's Judgement: If you have 5 charges of Devour, you can expend all 5 to Heal all allies around you in a 60ft radius by 5d8 + Spellcasting ability modifier.
Code
name: S0-RA's Directive 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: choice == "fury" onTrue: - type: text text: >- Granted for service to Vanalir and her Mistress, This shield symbolizes S0-RA's Directive: To protect everyone and everything with his entire existence. The shield grows stronger as it Devours enemy attacks, storing them into helpful boons S0-RA can use to further protect his allies. It also as a bonus that increases with the users experience, increasing the protection bonus by 1 at level 5, 2 and level 10, and 3 at level 15. Fury: when you are by an ally, your shield glows and attracts the attention of enemies. They enemy must make a Charisma save or have disadvantage on any attacks roll not against you. As an action, you are able to choose 1 target per turn up to your proficiency bonus per short rest. If an attack is blocked in this manner, I.E. the opponent misses their attack, the energy spent is absorbed by the shield, adding to the Devour Counter. title: "S0-RA's Directive: Fury" - type: counter counter: Fury amount: "1" allowOverflow: false errorBehaviour: raise - type: target target: all effects: - type: save stat: wis fail: - type: ieffect2 name: Fury duration: null effects: attack_advantage: "-1" attacks: [] buttons: - label: Resist Fury automation: - type: remove_ieffect verb: attempts to style: "4" defaultDC: null defaultAttackBonus: null defaultCastingMod: null end: true conc: false desc: While Near S0-RA until they pass their save, at least one attack must be used to attack S0-RA as the shield releases a wave of fury over them. stacking: false save_as: null parent: null target_self: false tick_on_caster: false success: [] onFalse: [] errorBehaviour: "false" - type: condition condition: choice == "furyb" onTrue: - type: text text: >- Granted for service to Vanalir and her Mistress, This shield symbolizes S0-RA's Directive: To protect everyone and everything with his entire existence. The shield grows stronger as it Devours enemy attacks, storing them into helpful boons S0-RA can use to further protect his allies. It also as a bonus that increases with the users experience, increasing the protection bonus by 1 at level 5, 2 and level 10, and 3 at level 15. Fury: when you are by an ally, your shield glows and attracts the attention of enemies. They enemy must make a Charisma save or have disadvantage on any attacks roll not against you. As an action, you are able to choose 1 target per turn up to your proficiency bonus per short rest. If an attack is blocked in this manner, I.E. the opponent misses their attack, the energy spent is absorbed by the shield, adding to the Devour Counter. title: "S0-RA's Directive: Fury Attack Blocked" - type: counter counter: Devour amount: "-1" allowOverflow: true errorBehaviour: warn onFalse: [] errorBehaviour: "false" - type: condition condition: choice == "laststand" onTrue: - type: text text: >- Granted for service to Vanalir and her Mistress, This shield symbolizes S0-RA's Directive: To protect everyone and everything with his entire existence. The shield grows stronger as it Devours enemy attacks, storing them into helpful boons S0-RA can use to further protect his allies. It also as a bonus that increases with the users experience, increasing the protection bonus by 1 at level 5, 2 and level 10, and 3 at level 15. The Last Stand: If an AOE Spell is cast on with S0-RA in the blast radius and he uses his Reaction to block the attack, every ally or enemy in a line behind him are also protected. meaning they take no damage and automatically pass. Works the same way as Devour listed below, adding 1 Devour count. title: "S0-RA's Directive: The Last Stand" - type: counter counter: Devour amount: "-1" allowOverflow: true errorBehaviour: warn onFalse: [] errorBehaviour: "false" - type: condition condition: choice == "move" onTrue: - type: text text: >- Granted for service to Vanalir and her Mistress, This shield symbolizes S0-RA's Directive: To protect everyone and everything with his entire existence. The shield grows stronger as it Devours enemy attacks, storing them into helpful boons S0-RA can use to further protect his allies. It also as a bonus that increases with the users experience, increasing the protection bonus by 1 at level 5, 2 and level 10, and 3 at level 15. Cover Move: S0-RA can magically teleport to his allies side within 30ft of him. can only be used every other turn, and his movement is 0 for his next turn. title: "S0-RA's Directive: Cover Move" onFalse: [] errorBehaviour: "false" - type: condition condition: choice == "cover" onTrue: - type: text text: >- Granted for service to Vanalir and her Mistress, This shield symbolizes S0-RA's Directive: To protect everyone and everything with his entire existence. The shield grows stronger as it Devours enemy attacks, storing them into helpful boons S0-RA can use to further protect his allies. It also as a bonus that increases with the users experience, increasing the protection bonus by 1 at level 5, 2 and level 10, and 3 at level 15. Cover: S0-RA Can position himself between an enemy and his ally, making space if none exist by moving the enemy, this movement does not grant AOO on any targets. title: "S0-RA's Directive: Cover" onFalse: [] errorBehaviour: "false" - type: condition condition: choice == "satisfaction" onTrue: - type: text text: >- Granted for service to Vanalir and her Mistress, This shield symbolizes S0-RA's Directive: To protect everyone and everything with his entire existence. The shield grows stronger as it Devours enemy attacks, storing them into helpful boons S0-RA can use to further protect his allies. It also as a bonus that increases with the users experience, increasing the protection bonus by 1 at level 5, 2 and level 10, and 3 at level 15. Devour's Satisfaction: If you have at least 1 Devour counter, you can expend 1 counter and cast a spell that restores hit points as a bonus action. The highest level spell slot would be 5th level. title: "S0-RA's Directive: Devour's Satisfaction" - type: counter counter: Devour amount: "1" allowOverflow: false errorBehaviour: warn onFalse: [] errorBehaviour: "false" - type: condition condition: choice == "judgement" onTrue: - type: text text: >- Granted for service to Vanalir and her Mistress, This shield symbolizes S0-RA's Directive: To protect everyone and everything with his entire existence. The shield grows stronger as it Devours enemy attacks, storing them into helpful boons S0-RA can use to further protect his allies. It also as a bonus that increases with the users experience, increasing the protection bonus by 1 at level 5, 2 and level 10, and 3 at level 15. Devour's Judgement: If you have 5 charges of Devour, you can expend all 5 to Heal all allies around you in a 60ft radius by 5d8 + Spellcasting ability modifier. title: "S0-RA's Directive: Devour's Judgement" - type: counter counter: Devour amount: "5" allowOverflow: false errorBehaviour: raise - type: target target: all effects: - type: damage damage: -5d8[heal] + -{wisdomMod}[heal] overheal: false onFalse: [] errorBehaviour: "false" _v: 2 proper: true verb: Raises thumb: https://cdn.discordapp.com/attachments/1167855714006487070/1167855741122658384/b160645d382c947f3538956542a0d2ce.png?ex=654fa56a&is=653d306a&hm=82e6c43cdbe3c91a2efc1ac6ed7f94669152c6fc2c2f09be3ff4ba94f0af6738& activation_type: 1 name: Devour's Hunger (Damage) automation: - type: text text: >- Granted for service to Vanalir and her Mistress, This shield symbolizes S0-RA's Directive: To protect everyone and everything with his entire existence. The shield grows stronger as it Devours enemy attacks, storing them into helpful boons S0-RA can use to further protect his allies. It also as a bonus that increases with the users experience, increasing the protection bonus by 1 at level 5, 2 and level 10, and 3 at level 15. Devour's Hunger: if an ally or yourself is being attacked within 5 ft of you, you can use your reaction to Devour the attack, negating the damage and adding to the Devour counter. You take half the damage of the attack. title: "S0-RA's Directive: Devour's Hunger (Damage)" - type: variable name: amt value: choice - type: target target: all effects: - type: damage damage: -{amt}[heal] overheal: false - type: target target: self effects: - type: damage damage: "{amt}/2" overheal: false - type: counter counter: Devour amount: "-1" allowOverflow: true errorBehaviour: warn _v: 2 proper: true verb: Unleashes thumb: https://cdn.discordapp.com/attachments/1167855714006487070/1167855741122658384/b160645d382c947f3538956542a0d2ce.png?ex=654fa56a&is=653d306a&hm=82e6c43cdbe3c91a2efc1ac6ed7f94669152c6fc2c2f09be3ff4ba94f0af6738& !snippet soradc {{<drac2> if level<10: clericdc=8+proficiencyBonus+charismaMod+1 elif level<15: clericdc=8+proficiencyBonus+charismaMod+2 else: clericdc=8+proficiencyBonus+charismaMod+3</drac2>}} {{f'-dc "{clericdc}" -f "S0-RA's Directive allows the user to use their shield's bonus for their Spell DC, increasing by 1 at level 5, 2 at level 10, and 3 at level 15."'}} !cc create "Devour" -title Devour -reset short -type bubble -min 0 -max 5 -value 0 -desc "S0-RA's Shield Devours attacks and stores their energies to release them on on his allies as helpful boons. Devour's Hunger: if an ally or yourself is being attacked within 5 ft of you, you can use your reaction to Devour the attack, negating the damage and adding to the Devour counter. Devour's satisfaction: If you have at least 1 Devour counter, you can expend 1 counter and cast an additional spell as a bonus action." !cc create "Fury" -title Fury-reset short -type bubble -min 0 -max {proficiencyBonus} -value {proficiencyBonus} -desc "Fury: when you are by an ally, your shield glows and attracts the attention of enemies. They enemy must make a Charisma save or have disadvantage on any attacks roll not against you. As an action, you are able to choose 1 target per turn up to your proficiency bonus per short rest. If an attack is blocked in this manner, I.E. the opponent misses their attack, the energy spent is absorbed by the shield, adding to the Devour Counter."