Skip to content
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

Fix broken race spells in FFXIVxD&D #1877

Merged
merged 1 commit into from
Oct 22, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22714,7 +22714,7 @@
"header": 1,
"entries": [
"{@i 2nd-level Summoner feature}",
"Beginning at the 2nd level, while you have your {@creature Ifrit-Egi|FFXIV} summoned you know the {@spell firebolt} cantrip and have resistance against fire damage. While you have your {@creature Garuda-Egi|FFXIV} summoned you know the {@spell thunderclap|XGE} cantrip and have resistance against thunder damage. While you have your {@creature Titan-Egi|FFXIV} summoned you know the {@spell magic stone} cantrip and have resistance against bludgeoning damage."
"Beginning at the 2nd level, while you have your {@creature Ifrit-Egi|FFXIV} summoned you know the {@spell fire bolt} cantrip and have resistance against fire damage. While you have your {@creature Garuda-Egi|FFXIV} summoned you know the {@spell thunderclap|XGE} cantrip and have resistance against thunder damage. While you have your {@creature Titan-Egi|FFXIV} summoned you know the {@spell magic stone} cantrip and have resistance against bludgeoning damage."
]
},
{
Expand Down Expand Up @@ -26771,7 +26771,7 @@
{
"innate": {
"1": [
"firebolt"
"fire bolt"
],
"3": [
"burning hands"
Expand Down Expand Up @@ -26804,7 +26804,7 @@
"name": "Volcanic Children",
"type": "entries",
"entries": [
"You know the {@spell firebolt} cantrip. At 3rd level you learn the {@spell burning hands} spell and may cast it at the 2nd level once before requiring a long rest. When you reach 5th level, you can cast {@spell heat metal} spell once with this trait and regain the ability to do so when you finish a long rest. Charisma is your spellcasting ability for these spells."
"You know the {@spell fire bolt} cantrip. At 3rd level you learn the {@spell burning hands} spell and may cast it at the 2nd level once before requiring a long rest. When you reach 5th level, you can cast {@spell heat metal} spell once with this trait and regain the ability to do so when you finish a long rest. Charisma is your spellcasting ability for these spells."
]
}
],
Expand Down