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 typos in descriptions for Auric Noodles effect and Blade of the Heart effect #17481

Merged
merged 2 commits into from
Nov 26, 2024
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion packs/equipment-effects/effect-auric-noodles.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "Effect: Auric Noodles",
"system": {
"description": {
"value": "<p>Granted @UUID[Compendium.pf2e.equipment-srd.Item.Auric Noodles]</p>\n<p>You gain a +1 item bonus to checks to Identify Magic.</p>"
"value": "<p>Granted by @UUID[Compendium.pf2e.equipment-srd.Item.Auric Noodles]</p>\n<p>You gain a +1 item bonus to checks to Identify Magic.</p>"
},
"duration": {
"expiry": "turn-start",
Expand Down
2 changes: 1 addition & 1 deletion packs/feat-effects/effect-blade-of-the-heart.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "Effect: Blade of the Heart",
"system": {
"description": {
"value": "<p>Granted @UUID[Compendium.pf2e.feats-srd.Item.Blade of the Heart]</p>\n<p>Your transformed weapon gains one of the following weapon property runes on your weapon: corrosive, flaming, frost, shock, thundering, or vitalizing.</p>\n<p>At 16th level, you draw the greater version of the rune instead.</p>"
"value": "<p>Granted by @UUID[Compendium.pf2e.feats-srd.Item.Blade of the Heart]</p>\n<p>Your transformed weapon gains one of the following weapon property runes on your weapon: corrosive, flaming, frost, shock, thundering, or vitalizing.</p>\n<p>At 16th level, you draw the greater version of the rune instead.</p>"
},
"duration": {
"expiry": "turn-start",
Expand Down