-
Notifications
You must be signed in to change notification settings - Fork 100
[PHB24] Species #272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[PHB24] Species #272
Conversation
tregolani
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mostly fixing source name from "Player's Handbook (2024)" to one without the parenthesis. Also removed the commenting on lines with spell grants, as the new spell file has the IDs listed.
I did all my line comments as suggestions, so hopefully you'll be able to just accept them with a click instead of having to edit each file. If not, I'm sorry! Still learning github.
| </rules> | ||
| </element> | ||
|
|
||
| <element name="Intelligence" type="Racial Trait" source="Player’s Handbook (2024)" id="ID_WOTC_PHB24_RACIAL_TRAIT_TIEFLING_FIENDISH_LEGACY_INTELLIGENCE"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| <element name="Intelligence" type="Racial Trait" source="Player’s Handbook (2024)" id="ID_WOTC_PHB24_RACIAL_TRAIT_TIEFLING_FIENDISH_LEGACY_INTELLIGENCE"> | |
| <element name="Intelligence" type="Racial Trait" source="Player’s Handbook 2024" id="ID_WOTC_PHB24_RACIAL_TRAIT_TIEFLING_FIENDISH_LEGACY_INTELLIGENCE"> |
| <stat name="phb24:fiendish legacy:ability" value="Intelligence" inline="true" /> | ||
| </rules> | ||
| </element> | ||
| <element name="Wisdom" type="Racial Trait" source="Player’s Handbook (2024)" id="ID_WOTC_PHB24_RACIAL_TRAIT_TIEFLING_FIENDISH_LEGACY_WISDOM"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| <element name="Wisdom" type="Racial Trait" source="Player’s Handbook (2024)" id="ID_WOTC_PHB24_RACIAL_TRAIT_TIEFLING_FIENDISH_LEGACY_WISDOM"> | |
| <element name="Wisdom" type="Racial Trait" source="Player’s Handbook 2024" id="ID_WOTC_PHB24_RACIAL_TRAIT_TIEFLING_FIENDISH_LEGACY_WISDOM"> |
| <stat name="phb24:fiendish legacy:ability" value="Wisdom" inline="true" /> | ||
| </rules> | ||
| </element> | ||
| <element name="Charisma" type="Racial Trait" source="Player’s Handbook (2024)" id="ID_WOTC_PHB24_RACIAL_TRAIT_TIEFLING_FIENDISH_LEGACY_CHARISMA"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| <element name="Charisma" type="Racial Trait" source="Player’s Handbook (2024)" id="ID_WOTC_PHB24_RACIAL_TRAIT_TIEFLING_FIENDISH_LEGACY_CHARISMA"> | |
| <element name="Charisma" type="Racial Trait" source="Player’s Handbook 2024" id="ID_WOTC_PHB24_RACIAL_TRAIT_TIEFLING_FIENDISH_LEGACY_CHARISMA"> |
| </element> | ||
|
|
||
|
|
||
| <element name="Otherworldly Presence" type="Racial Trait" source="Player’s Handbook (2024)" id="ID_WOTC_PHB24_RACIAL_TRAIT_TIEFLING_OTHERWORLDLY_PRESENCE"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| <element name="Otherworldly Presence" type="Racial Trait" source="Player’s Handbook (2024)" id="ID_WOTC_PHB24_RACIAL_TRAIT_TIEFLING_OTHERWORLDLY_PRESENCE"> | |
| <element name="Otherworldly Presence" type="Racial Trait" source="Player’s Handbook 2024" id="ID_WOTC_PHB24_RACIAL_TRAIT_TIEFLING_OTHERWORLDLY_PRESENCE"> |
| <description>You know the Thaumaturgy cantrip. {{phb24:fiendish legacy:ability}} is your spellcasting ability for it.</description> | ||
| </sheet> | ||
| <rules> | ||
| <!--<grant type="Spell" id="ID_WOTC_PHB24_SPELL_THAUMATURGY" />--> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
New spells file has this ID
| <!--<grant type="Spell" id="ID_WOTC_PHB24_SPELL_THAUMATURGY" />--> | |
| <grant type="Spell" id="ID_WOTC_PHB24_SPELL_THAUMATURGY" /> |
Co-authored-by: tregolani <64651202+tregolani@users.noreply.github.com>
tregolani
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a few updates based on a more thorough in-app test.
Co-authored-by: tregolani <64651202+tregolani@users.noreply.github.com>
Co-authored-by: tregolani <64651202+tregolani@users.noreply.github.com>
Co-authored-by: tregolani <64651202+tregolani@users.noreply.github.com>
NickVendel
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Finally was able to make the review. Mostly small issues, but also redid some of the Spellcasting abilities in order to improve how they're displayed on the sheet.
| <sheet> | ||
| <description>You know the Chill Touch cantrip.</description> | ||
| <description level="3">You know the Chill Touch cantrip, and you can cast the False Life spell once per long rest. You can also cast this spell using any spell slots you have of the appropriate level.</description> | ||
| <description level="5">You know the Chill Touch cantrip, and you can cast the False Life and Ray of Enfeeblement spells once per long rest. You can also cast either of those spells using any spell slots you have of the appropriate level.</description> | ||
| </sheet> | ||
| <rules> | ||
| <grant type="Condition" id="ID_INTERNAL_CONDITION_DAMAGE_RESISTANCE_NECROTIC" /> | ||
| <grant type="Spell" id="ID_WOTC_PHB24_SPELL_CHILL_TOUCH" /> | ||
| <grant type="Spell" id="ID_WOTC_PHB24_SPELL_FALSE_LIFE" level="3" /> | ||
| <grant type="Spell" id="ID_WOTC_PHB24_SPELL_RAY_OF_ENFEEBLEMENT" level="5" /> | ||
| </rules> | ||
| </element> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
includes Spellcasting Ability sub-traits.
| <sheet> | |
| <description>You know the Chill Touch cantrip.</description> | |
| <description level="3">You know the Chill Touch cantrip, and you can cast the False Life spell once per long rest. You can also cast this spell using any spell slots you have of the appropriate level.</description> | |
| <description level="5">You know the Chill Touch cantrip, and you can cast the False Life and Ray of Enfeeblement spells once per long rest. You can also cast either of those spells using any spell slots you have of the appropriate level.</description> | |
| </sheet> | |
| <rules> | |
| <grant type="Condition" id="ID_INTERNAL_CONDITION_DAMAGE_RESISTANCE_NECROTIC" /> | |
| <grant type="Spell" id="ID_WOTC_PHB24_SPELL_CHILL_TOUCH" /> | |
| <grant type="Spell" id="ID_WOTC_PHB24_SPELL_FALSE_LIFE" level="3" /> | |
| <grant type="Spell" id="ID_WOTC_PHB24_SPELL_RAY_OF_ENFEEBLEMENT" level="5" /> | |
| </rules> | |
| </element> | |
| <sheet display="false" /> | |
| <rules> | |
| <grant type="Condition" id="ID_INTERNAL_CONDITION_DAMAGE_RESISTANCE_NECROTIC" /> | |
| <select type="Racial Trait" name="Spellcasting Ability (Fiendish Legacy)" supports="ID_WOTC_PHB24_RACIAL_TRAIT_TIEFLING_FIENDISH_LEGACY_CHTHONIC_INTELLIGENCE|ID_WOTC_PHB24_RACIAL_TRAIT_TIEFLING_FIENDISH_LEGACY_CHTHONIC_WISDOM|ID_WOTC_PHB24_RACIAL_TRAIT_TIEFLING_FIENDISH_LEGACY_CHTHONIC_CHARISMA" /> | |
| </rules> | |
| </element> | |
| <element name="Intelligence" type="Racial Trait" source="Player’s Handbook 2024" id="ID_WOTC_PHB24_RACIAL_TRAIT_TIEFLING_FIENDISH_LEGACY_CHTHONIC_INTELLIGENCE"> | |
| <compendium display="false" /> | |
| <description> | |
| <p>Intelligence is your spellcasting ability for the spells you cast with Fiendish Legacy trait.</p> | |
| </description> | |
| <sheet alt="Fiendish Legacy (Chthonic)"> | |
| <description>You know the Chill Touch cantrip. Intelligence is your spellcasting ability for it.</description> | |
| <description level="3">You know the Chill Touch cantrip, and you can cast the False Life spell once per Long Rest. Intelligence is your spellcasting ability for the spells you cast with this trait. You can also cast this spell using any spell slots you have of the appropriate level.</description> | |
| <description level="5">You know the Chill Touch cantrip, and you can cast the False Life and Ray of Enfeeblement spells once each per Long Rest. Intelligence is your spellcasting ability for the spells you cast with this trait. You can also cast either of those spells using any spell slots you have of the appropriate level.</description> | |
| </sheet> | |
| <rules> | |
| <grant type="Grants" id="ID_WOTC_PHB24_GRANTS_TIEFLING_FIENDISH_LEGACY_SPELLCASTING_ABILITY_INTELLIGENCE" /> | |
| <grant type="Spell" id="ID_WOTC_PHB24_SPELL_CHILL_TOUCH" /> | |
| <grant type="Spell" id="ID_WOTC_PHB24_SPELL_FALSE_LIFE" level="3" /> | |
| <grant type="Spell" id="ID_WOTC_PHB24_SPELL_RAY_OF_ENFEEBLEMENT" level="5" /> | |
| </rules> | |
| </element> | |
| <element name="Wisdom" type="Racial Trait" source="Player’s Handbook 2024" id="ID_WOTC_PHB24_RACIAL_TRAIT_TIEFLING_FIENDISH_LEGACY_CHTHONIC_WISDOM"> | |
| <compendium display="false" /> | |
| <description> | |
| <p>Wisdom is your spellcasting ability for the spells you cast with Fiendish Legacy trait.</p> | |
| </description> | |
| <sheet alt="Fiendish Legacy (Chthonic)"> | |
| <description>You know the Chill Touch cantrip. Wisdom is your spellcasting ability for it.</description> | |
| <description level="3">You know the Chill Touch cantrip, and you can cast the False Life spell once per Long Rest. Wisdom is your spellcasting ability for the spells you cast with this trait. You can also cast this spell using any spell slots you have of the appropriate level.</description> | |
| <description level="5">You know the Chill Touch cantrip, and you can cast the False Life and Ray of Enfeeblement spells once each per Long Rest. Wisdom is your spellcasting ability for the spells you cast with this trait. You can also cast either of those spells using any spell slots you have of the appropriate level.</description> | |
| </sheet> | |
| <rules> | |
| <grant type="Grants" id="ID_WOTC_PHB24_GRANTS_TIEFLING_FIENDISH_LEGACY_SPELLCASTING_ABILITY_WISDOM" /> | |
| <grant type="Spell" id="ID_WOTC_PHB24_SPELL_CHILL_TOUCH" /> | |
| <grant type="Spell" id="ID_WOTC_PHB24_SPELL_FALSE_LIFE" level="3" /> | |
| <grant type="Spell" id="ID_WOTC_PHB24_SPELL_RAY_OF_ENFEEBLEMENT" level="5" /> | |
| </rules> | |
| </element> | |
| <element name="Charisma" type="Racial Trait" source="Player’s Handbook 2024" id="ID_WOTC_PHB24_RACIAL_TRAIT_TIEFLING_FIENDISH_LEGACY_CHTHONIC_CHARISMA"> | |
| <compendium display="false" /> | |
| <description> | |
| <p>Charisma is your spellcasting ability for the spells you cast with Fiendish Legacy trait.</p> | |
| </description> | |
| <sheet alt="Fiendish Legacy (Chthonic)"> | |
| <description>You know the Chill Touch cantrip. Charisma is your spellcasting ability for it.</description> | |
| <description level="3">You know the Chill Touch cantrip, and you can cast the False Life spell once per Long Rest. Charisma is your spellcasting ability for the spells you cast with this trait. You can also cast this spell using any spell slots you have of the appropriate level.</description> | |
| <description level="5">You know the Chill Touch cantrip, and you can cast the False Life and Ray of Enfeeblement spells once each per Long Rest. Charisma is your spellcasting ability for the spells you cast with this trait. You can also cast either of those spells using any spell slots you have of the appropriate level.</description> | |
| </sheet> | |
| <rules> | |
| <grant type="Grants" id="ID_WOTC_PHB24_GRANTS_TIEFLING_FIENDISH_LEGACY_SPELLCASTING_ABILITY_CHARISMA" /> | |
| <grant type="Spell" id="ID_WOTC_PHB24_SPELL_CHILL_TOUCH" /> | |
| <grant type="Spell" id="ID_WOTC_PHB24_SPELL_FALSE_LIFE" level="3" /> | |
| <grant type="Spell" id="ID_WOTC_PHB24_SPELL_RAY_OF_ENFEEBLEMENT" level="5" /> | |
| </rules> | |
| </element> |
| <element name="Infernal" type="Racial Trait" source="Player’s Handbook 2024" id="ID_WOTC_PHB24_RACIAL_TRAIT_TIEFLING_FIENDISH_LEGACY_INFERNAL"> | ||
| <compendium display="false" /> | ||
| <supports>Fiendish Legacy 2024</supports> | ||
| <description> | ||
| <div element="ID_WOTC_PHB24_RACIAL_TRAIT_TIEFLING_FIENDISH_LEGACY" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| <element name="Infernal" type="Racial Trait" source="Player’s Handbook 2024" id="ID_WOTC_PHB24_RACIAL_TRAIT_TIEFLING_FIENDISH_LEGACY_INFERNAL"> | |
| <compendium display="false" /> | |
| <supports>Fiendish Legacy 2024</supports> | |
| <description> | |
| <div element="ID_WOTC_PHB24_RACIAL_TRAIT_TIEFLING_FIENDISH_LEGACY" /> | |
| <element name="Infernal Legacy" type="Racial Trait" source="Player’s Handbook 2024" id="ID_WOTC_PHB24_RACIAL_TRAIT_TIEFLING_FIENDISH_LEGACY_INFERNAL"> | |
| <compendium display="false" /> | |
| <supports>Fiendish Legacy 2024</supports> | |
| <description> | |
| <p>The infernal legacy connects tieflings not only to Gehenna but also the Nine Hells and the raging battlefields of Acheron. Horns, spines, tails, golden eyes, and a faint odor of sulfur or smoke are common physical features of such tieflings, most of whom trace their ancestry to devils.</p> | |
| <p>As an Infernal Tiefling, you have Resistance to Fire damage and you learn the <i>Fire Bolt</i> cantrip.</p> | |
| <p class="indent">Additionally, you learn <i>Hellish Rebuke</i> spell when you reach 3rd level, and <i>Darkness</i> spell once you reach 5th level. You can cast each of these spells once without a spell slot, and you regain the ability to cast them in this way when you finish a Long Rest. You can also cast these spells using any spell slots you have of the appropriate level.</p> |
| <sheet> | ||
| <description>You know the Fire Bolt cantrip.</description> | ||
| <description level="3">You know the Fire Bolt cantrip, and you can cast the Hellish Rebuke spell once per long rest. You can also cast this spell using any spell slots you have of the appropriate level.</description> | ||
| <description level="5">You know the Fire Bolt cantrip, and you can cast the Hellish Rebuke and Darkness spells once per long rest. You can also cast either of those spells using any spell slots you have of the appropriate level.</description> | ||
| </sheet> | ||
| <rules> | ||
| <grant type="Condition" id="ID_INTERNAL_CONDITION_DAMAGE_RESISTANCE_FIRE" /> | ||
| <grant type="Spell" id="ID_WOTC_PHB24_SPELL_FIRE_BOLT" /> | ||
| <grant type="Spell" id="ID_WOTC_PHB24_SPELL_HELLISH_REBUKE" level="3" /> | ||
| <grant type="Spell" id="ID_WOTC_PHB24_SPELL_DARKNESS" level="5" /> | ||
| </rules> | ||
| </element> | ||
|
|
||
| <element name="Intelligence" type="Racial Trait" source="Player’s Handbook 2024" id="ID_WOTC_PHB24_RACIAL_TRAIT_TIEFLING_FIENDISH_LEGACY_INTELLIGENCE"> | ||
| <compendium display="false" /> | ||
| <description> | ||
| <p>Your spellcasting ability for these spells is Intelligence.</p> | ||
| </description> | ||
| <sheet display="false" /> | ||
| <rules> | ||
| <stat name="phb24:fiendish legacy:ability" value="Intelligence" inline="true" /> | ||
| </rules> | ||
| </element> | ||
| <element name="Wisdom" type="Racial Trait" source="Player’s Handbook 2024" id="ID_WOTC_PHB24_RACIAL_TRAIT_TIEFLING_FIENDISH_LEGACY_WISDOM"> | ||
| <compendium display="false" /> | ||
| <description> | ||
| <p>Your spellcasting ability for these spells is Wisdom.</p> | ||
| </description> | ||
| <sheet display="false" /> | ||
| <rules> | ||
| <stat name="phb24:fiendish legacy:ability" value="Wisdom" inline="true" /> | ||
| </rules> | ||
| </element> | ||
| <element name="Charisma" type="Racial Trait" source="Player’s Handbook 2024" id="ID_WOTC_PHB24_RACIAL_TRAIT_TIEFLING_FIENDISH_LEGACY_CHARISMA"> | ||
| <compendium display="false" /> | ||
| <description> | ||
| <p>Your spellcasting ability for these spells is Charisma.</p> | ||
| </description> | ||
| <sheet display="false" /> | ||
| <rules> | ||
| <stat name="phb24:fiendish legacy:ability" value="Charisma" inline="true" /> | ||
| </rules> | ||
| </element> | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
includes Spellcasting Ability sub-traits.
| <sheet> | |
| <description>You know the Fire Bolt cantrip.</description> | |
| <description level="3">You know the Fire Bolt cantrip, and you can cast the Hellish Rebuke spell once per long rest. You can also cast this spell using any spell slots you have of the appropriate level.</description> | |
| <description level="5">You know the Fire Bolt cantrip, and you can cast the Hellish Rebuke and Darkness spells once per long rest. You can also cast either of those spells using any spell slots you have of the appropriate level.</description> | |
| </sheet> | |
| <rules> | |
| <grant type="Condition" id="ID_INTERNAL_CONDITION_DAMAGE_RESISTANCE_FIRE" /> | |
| <grant type="Spell" id="ID_WOTC_PHB24_SPELL_FIRE_BOLT" /> | |
| <grant type="Spell" id="ID_WOTC_PHB24_SPELL_HELLISH_REBUKE" level="3" /> | |
| <grant type="Spell" id="ID_WOTC_PHB24_SPELL_DARKNESS" level="5" /> | |
| </rules> | |
| </element> | |
| <element name="Intelligence" type="Racial Trait" source="Player’s Handbook 2024" id="ID_WOTC_PHB24_RACIAL_TRAIT_TIEFLING_FIENDISH_LEGACY_INTELLIGENCE"> | |
| <compendium display="false" /> | |
| <description> | |
| <p>Your spellcasting ability for these spells is Intelligence.</p> | |
| </description> | |
| <sheet display="false" /> | |
| <rules> | |
| <stat name="phb24:fiendish legacy:ability" value="Intelligence" inline="true" /> | |
| </rules> | |
| </element> | |
| <element name="Wisdom" type="Racial Trait" source="Player’s Handbook 2024" id="ID_WOTC_PHB24_RACIAL_TRAIT_TIEFLING_FIENDISH_LEGACY_WISDOM"> | |
| <compendium display="false" /> | |
| <description> | |
| <p>Your spellcasting ability for these spells is Wisdom.</p> | |
| </description> | |
| <sheet display="false" /> | |
| <rules> | |
| <stat name="phb24:fiendish legacy:ability" value="Wisdom" inline="true" /> | |
| </rules> | |
| </element> | |
| <element name="Charisma" type="Racial Trait" source="Player’s Handbook 2024" id="ID_WOTC_PHB24_RACIAL_TRAIT_TIEFLING_FIENDISH_LEGACY_CHARISMA"> | |
| <compendium display="false" /> | |
| <description> | |
| <p>Your spellcasting ability for these spells is Charisma.</p> | |
| </description> | |
| <sheet display="false" /> | |
| <rules> | |
| <stat name="phb24:fiendish legacy:ability" value="Charisma" inline="true" /> | |
| </rules> | |
| </element> | |
| <sheet display="false" /> | |
| <rules> | |
| <grant type="Condition" id="ID_INTERNAL_CONDITION_DAMAGE_RESISTANCE_FIRE" /> | |
| <select type="Racial Trait" name="Spellcasting Ability (Fiendish Legacy)" supports="ID_WOTC_PHB24_RACIAL_TRAIT_TIEFLING_FIENDISH_LEGACY_INFERNAL_INTELLIGENCE|ID_WOTC_PHB24_RACIAL_TRAIT_TIEFLING_FIENDISH_LEGACY_INFERNAL_WISDOM|ID_WOTC_PHB24_RACIAL_TRAIT_TIEFLING_FIENDISH_LEGACY_INFERNAL_CHARISMA" /> | |
| </rules> | |
| </element> | |
| <element name="Intelligence" type="Racial Trait" source="Player’s Handbook 2024" id="ID_WOTC_PHB24_RACIAL_TRAIT_TIEFLING_FIENDISH_LEGACY_INFERNAL_INTELLIGENCE"> | |
| <compendium display="false" /> | |
| <description> | |
| <p>Intelligence is your spellcasting ability for the spells you cast with Fiendish Legacy trait.</p> | |
| </description> | |
| <sheet alt="Fiendish Legacy (Infernal)"> | |
| <description>You know the Fire Bolt cantrip. Intelligence is your spellcasting ability for it.</description> | |
| <description level="3">You know the Fire Bolt cantrip, and you can cast the Hellish Rebuke spell once per Long Rest. Intelligence is your spellcasting ability for the spells you cast with this trait. You can also cast this spell using any spell slots you have of the appropriate level.</description> | |
| <description level="5">You know the Fire Bolt cantrip, and you can cast the Hellish Rebuke and Darkness spells once each per Long Rest. Intelligence is your spellcasting ability for the spells you cast with this trait. You can also cast either of those spells using any spell slots you have of the appropriate level.</description> | |
| </sheet> | |
| <rules> | |
| <grant type="Grants" id="ID_WOTC_PHB24_GRANTS_TIEFLING_FIENDISH_LEGACY_SPELLCASTING_ABILITY_INTELLIGENCE" /> | |
| <grant type="Spell" id="ID_WOTC_PHB24_SPELL_FIRE_BOLT" /> | |
| <grant type="Spell" id="ID_WOTC_PHB24_SPELL_HELLISH_REBUKE" level="3" /> | |
| <grant type="Spell" id="ID_WOTC_PHB24_SPELL_DARKNESS" level="5" /> | |
| </rules> | |
| </element> | |
| <element name="Wisdom" type="Racial Trait" source="Player’s Handbook 2024" id="ID_WOTC_PHB24_RACIAL_TRAIT_TIEFLING_FIENDISH_LEGACY_INFERNAL_WISDOM"> | |
| <compendium display="false" /> | |
| <description> | |
| <p>Wisdom is your spellcasting ability for the spells you cast with Fiendish Legacy trait.</p> | |
| </description> | |
| <sheet alt="Fiendish Legacy (Infernal)"> | |
| <description>You know the Fire Bolt cantrip. Wisdom is your spellcasting ability for it.</description> | |
| <description level="3">You know the Fire Bolt cantrip, and you can cast the Hellish Rebuke spell once per Long Rest. Wisdom is your spellcasting ability for the spells you cast with this trait. You can also cast this spell using any spell slots you have of the appropriate level.</description> | |
| <description level="5">You know the Fire Bolt cantrip, and you can cast the Hellish Rebuke and Darkness spells once each per Long Rest. Wisdom is your spellcasting ability for the spells you cast with this trait. You can also cast either of those spells using any spell slots you have of the appropriate level.</description> | |
| </sheet> | |
| <rules> | |
| <grant type="Grants" id="ID_WOTC_PHB24_GRANTS_TIEFLING_FIENDISH_LEGACY_SPELLCASTING_ABILITY_WISDOM" /> | |
| <grant type="Spell" id="ID_WOTC_PHB24_SPELL_FIRE_BOLT" /> | |
| <grant type="Spell" id="ID_WOTC_PHB24_SPELL_HELLISH_REBUKE" level="3" /> | |
| <grant type="Spell" id="ID_WOTC_PHB24_SPELL_DARKNESS" level="5" /> | |
| </rules> | |
| </element> | |
| <element name="Charisma" type="Racial Trait" source="Player’s Handbook 2024" id="ID_WOTC_PHB24_RACIAL_TRAIT_TIEFLING_FIENDISH_LEGACY_INFERNAL_CHARISMA"> | |
| <compendium display="false" /> | |
| <description> | |
| <p>Charisma is your spellcasting ability for the spells you cast with Fiendish Legacy trait.</p> | |
| </description> | |
| <sheet alt="Fiendish Legacy (Infernal)"> | |
| <description>You know the Fire Bolt cantrip. Charisma is your spellcasting ability for it.</description> | |
| <description level="3">You know the Fire Bolt cantrip, and you can cast the Hellish Rebuke spell once per Long Rest. Charisma is your spellcasting ability for the spells you cast with this trait. You can also cast this spell using any spell slots you have of the appropriate level.</description> | |
| <description level="5">You know the Fire Bolt cantrip, and you can cast the Hellish Rebuke and Darkness spells once each per Long Rest. Charisma is your spellcasting ability for the spells you cast with this trait. You can also cast either of those spells using any spell slots you have of the appropriate level.</description> | |
| </sheet> | |
| <rules> | |
| <grant type="Grants" id="ID_WOTC_PHB24_GRANTS_TIEFLING_FIENDISH_LEGACY_SPELLCASTING_ABILITY_CHARISMA" /> | |
| <grant type="Spell" id="ID_WOTC_PHB24_SPELL_FIRE_BOLT" /> | |
| <grant type="Spell" id="ID_WOTC_PHB24_SPELL_HELLISH_REBUKE" level="3" /> | |
| <grant type="Spell" id="ID_WOTC_PHB24_SPELL_DARKNESS" level="5" /> | |
| </rules> | |
| </element> |
| <element name="Otherworldly Presence" type="Racial Trait" source="Player’s Handbook 2024" id="ID_WOTC_PHB24_RACIAL_TRAIT_TIEFLING_OTHERWORLDLY_PRESENCE"> | ||
| <description> | ||
| <p>You know the <i>Thaumaturgy</i> cantrip. When you cast it with this trait, the spell uses the same spellcasting ability you use for your Fiendish Legacy trait.</p> | ||
| </description> | ||
| <sheet> | ||
| <description>You know the Thaumaturgy cantrip. {{phb24:fiendish legacy:ability}} is your spellcasting ability for it.</description> | ||
| </sheet> | ||
| <rules> | ||
| <grant type="Spell" id="ID_WOTC_PHB24_SPELL_THAUMATURGY" /> | ||
| </rules> | ||
| </element> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
split Otherworldly Presence into elements with relevant Spellcasting Abilities, for better sheet descriptions.
| <element name="Otherworldly Presence" type="Racial Trait" source="Player’s Handbook 2024" id="ID_WOTC_PHB24_RACIAL_TRAIT_TIEFLING_OTHERWORLDLY_PRESENCE"> | |
| <description> | |
| <p>You know the <i>Thaumaturgy</i> cantrip. When you cast it with this trait, the spell uses the same spellcasting ability you use for your Fiendish Legacy trait.</p> | |
| </description> | |
| <sheet> | |
| <description>You know the Thaumaturgy cantrip. {{phb24:fiendish legacy:ability}} is your spellcasting ability for it.</description> | |
| </sheet> | |
| <rules> | |
| <grant type="Spell" id="ID_WOTC_PHB24_SPELL_THAUMATURGY" /> | |
| </rules> | |
| </element> | |
| <element name="Otherworldly Presence" type="Racial Trait" source="Player’s Handbook 2024" id="ID_WOTC_PHB24_RACIAL_TRAIT_TIEFLING_OTHERWORLDLY_PRESENCE_INTELLIGENCE"> | |
| <requirements>!ID_INTERNAL_PHB24_RACIAL_TRAIT_REPLACEMENT_TIEFLING_OTHERWORLDLY_PRESENCE</requirements> | |
| <description> | |
| <p>You know the <i>Thaumaturgy</i> cantrip. When you cast it with this trait, the spell uses the same spellcasting ability you use for your Fiendish Legacy trait.</p> | |
| </description> | |
| <sheet> | |
| <description>You know the Thaumaturgy cantrip. Intelligence is your spellcasting ability for it.</description> | |
| </sheet> | |
| <rules> | |
| <grant type="Spell" id="ID_WOTC_PHB24_SPELL_THAUMATURGY" /> | |
| </rules> | |
| </element> | |
| <element name="Otherworldly Presence" type="Racial Trait" source="Player’s Handbook 2024" id="ID_WOTC_PHB24_RACIAL_TRAIT_TIEFLING_OTHERWORLDLY_PRESENCE_WISDOM"> | |
| <requirements>!ID_INTERNAL_PHB24_RACIAL_TRAIT_REPLACEMENT_TIEFLING_OTHERWORLDLY_PRESENCE</requirements> | |
| <compendium display="false" /> | |
| <description> | |
| <p>You know the <i>Thaumaturgy</i> cantrip. When you cast it with this trait, the spell uses the same spellcasting ability you use for your Fiendish Legacy trait.</p> | |
| </description> | |
| <sheet> | |
| <description>You know the Thaumaturgy cantrip. Wisdom is your spellcasting ability for it.</description> | |
| </sheet> | |
| <rules> | |
| <grant type="Spell" id="ID_WOTC_PHB24_SPELL_THAUMATURGY" /> | |
| </rules> | |
| </element> | |
| <element name="Otherworldly Presence" type="Racial Trait" source="Player’s Handbook 2024" id="ID_WOTC_PHB24_RACIAL_TRAIT_TIEFLING_OTHERWORLDLY_PRESENCE_CHARISMA"> | |
| <compendium display="false" /> | |
| <requirements>!ID_INTERNAL_PHB24_RACIAL_TRAIT_REPLACEMENT_TIEFLING_OTHERWORLDLY_PRESENCE</requirements> | |
| <description> | |
| <p>You know the <i>Thaumaturgy</i> cantrip. When you cast it with this trait, the spell uses the same spellcasting ability you use for your Fiendish Legacy trait.</p> | |
| </description> | |
| <sheet> | |
| <description>You know the Thaumaturgy cantrip. Charisma is your spellcasting ability for it.</description> | |
| </sheet> | |
| <rules> | |
| <grant type="Spell" id="ID_WOTC_PHB24_SPELL_THAUMATURGY" /> | |
| </rules> | |
| </element> |
| <!--racial trait replacement grants--> | ||
| <element name="Fiendish Legacy Replacement" type="Grants" source="Internal" id="ID_WOTC_PHB24_RACIAL_TRAIT_REPLACEMENT_TIEFLING_FIENDISH_LEGACY" /> | ||
| <element name="Otherworldly Presence Replacement" type="Grants" source="Internal" id="ID_WOTC_PHB24_RACIAL_TRAIT_REPLACEMENT_TIEFLING_OTHERWORLDLY_PRESENCE" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| <!--racial trait replacement grants--> | |
| <element name="Fiendish Legacy Replacement" type="Grants" source="Internal" id="ID_WOTC_PHB24_RACIAL_TRAIT_REPLACEMENT_TIEFLING_FIENDISH_LEGACY" /> | |
| <element name="Otherworldly Presence Replacement" type="Grants" source="Internal" id="ID_WOTC_PHB24_RACIAL_TRAIT_REPLACEMENT_TIEFLING_OTHERWORLDLY_PRESENCE" /> | |
| <!-- Spellcasting Ability Grants, which serve as requirements for Otherworldly Presence elements --> | |
| <element name="Spellcasting Ability: Intelligence (Fiendish Legacy)" type="Grants" source="Internal" id="ID_WOTC_PHB24_GRANTS_TIEFLING_FIENDISH_LEGACY_SPELLCASTING_ABILITY_INTELLIGENCE" /> | |
| <element name="Spellcasting Ability: Wisdom (Fiendish Legacy)" type="Grants" source="Internal" id="ID_WOTC_PHB24_GRANTS_TIEFLING_FIENDISH_LEGACY_SPELLCASTING_ABILITY_WISDOM" /> | |
| <element name="Spellcasting Ability: Charisma (Fiendish Legacy)" type="Grants" source="Internal" id="ID_WOTC_PHB24_GRANTS_TIEFLING_FIENDISH_LEGACY_SPELLCASTING_ABILITY_CHARISMA" /> | |
| <!--Racial Trait Replacement Grants--> | |
| <element name="Darkvision Trait Replacement" type="Grants" source="Internal" id="ID_INTERNAL_PHB24_RACIAL_TRAIT_REPLACEMENT_TIEFLING_DARKVISION" /> | |
| <element name="Fiendish Legacy Trait Replacement" type="Grants" source="Internal" id="ID_INTERNAL_PHB24_RACIAL_TRAIT_REPLACEMENT_TIEFLING_FIENDISH_LEGACY" /> | |
| <element name="Otherworldly Presence Trait Replacement" type="Grants" source="Internal" id="ID_INTERNAL_PHB24_RACIAL_TRAIT_REPLACEMENT_TIEFLING_OTHERWORLDLY_PRESENCE" /> |
Co-authored-by: NickVendel <46818179+NickVendel@users.noreply.github.com>
I have not yet added the new grant to all of the old races.