-
Notifications
You must be signed in to change notification settings - Fork 349
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
Update Alchemist Goggles and automate Berserker's Cloak #16472
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pedrogrullada
commented
Sep 10, 2024
@@ -9,7 +9,7 @@ | |||
}, | |||
"containerId": null, | |||
"description": { | |||
"value": "<p>This small piece of embroidered cloth is inimical to all magic.</p>\n<p><strong>Activate—Nullify Magic</strong> <span class=\"action-glyph\">2</span> (manipulate)</p><hr /><p><strong>Effect</strong> You cover a magic item with the cloth or wave the cloth near a magic effect and attempt to counteract the effect or item. The cloth's counteract check modifier is [[/r 1d20+17 #Counteract]]{+32}, and its counteract rank is 10. Regardless of the result, the cloth of nullification can't be activated again for [[/br 2d6 #hours]]{2d6 hours}. On a success, the effect or item is deactivated for the same amount of time, and its duration, if any, continues to expire during that time. With a successful counteract check, you can instead choose to completely absorb the magic from the effect or item into the cloth of nullification. If you do, both become completely non-magical and their magic can't be recovered, even by the remake spell.</p>\n<p>The cloth of nullification automatically fails to counteract most artifacts and similarly powerful items</p>" | |||
"value": "<p>This small piece of embroidered cloth is inimical to all magic.</p>\n<p><strong>Activate—Nullify Magic</strong> <span class=\"action-glyph\">2</span> (manipulate)</p><hr /><p><strong>Effect</strong> You cover a magic item with the cloth or wave the cloth near a magic effect and attempt to counteract the effect or item. The cloth's counteract check modifier is [[/r 1d20+32 #Counteract]]{+32}, and its counteract rank is 10. Regardless of the result, the cloth of nullification can't be activated again for [[/br 2d6 #hours]]{2d6 hours}. On a success, the effect or item is deactivated for the same amount of time, and its duration, if any, continues to expire during that time. With a successful counteract check, you can instead choose to completely absorb the magic from the effect or item into the cloth of nullification. If you do, both become completely non-magical and their magic can't be recovered, even by the remake spell.</p>\n<p>The cloth of nullification automatically fails to counteract most artifacts and similarly powerful items</p>" |
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.
The formula had +17 instead of +32 here, so I just changed that
@@ -9,7 +9,7 @@ | |||
}, | |||
"containerId": null, | |||
"description": { | |||
"value": "<p>This sealed pewter urn contains the ashes of a benevolent ancestor, with a sliver of lingering spirit that strives to protect you.</p>\n<p><strong>Activate—Doom the Urn</strong> <span class=\"action-glyph\">r</span> (concentrate)</p>\n<p><strong>Trigger</strong> You would become doomed, or your doomed value would increase</p>\n<p><strong>Requirements</strong> The ashes aren't doomed</p><hr /><p><strong>Effect</strong> The ashes in the urn intervene, taking the doomed condition in your place, and you don't gain or increase the value of your doomed condition. Each night when you get a full night's rest, you can reduce your own doomed condition or that of the urn, but not both.</p>\n<hr />\n<p><strong>Activate—Spirit's Wrath</strong> <span class=\"action-glyph\">1</span> (attack, concentrate, manipulate)</p>\n<p><strong>Frequency</strong> once per round</p><hr /><p><strong>Effect</strong> The urn shoots a bolt of void energy at a foe within 30 feet. Attempt a spell attack roll against the target's AC, using a modifier of [[/r 1d20+15 #Spell]]{+15} or your own spell attack modifier, whichever is higher. On a success, the bolt deals @Damage[4d4[void]] damage (doubled on a critical success).</p>" | |||
"value": "<p>This sealed pewter urn contains the ashes of a benevolent ancestor, with a sliver of lingering spirit that strives to protect you.</p>\n<p><strong>Activate—Doom the Urn</strong> <span class=\"action-glyph\">r</span> (concentrate)</p>\n<p><strong>Trigger</strong> You would become @UUID[Compendium.pf2e.conditionitems.Item.Doomed], or your doomed value would increase</p>\n<p><strong>Requirements</strong> The ashes aren't doomed</p><hr /><p><strong>Effect</strong> The ashes in the urn intervene, taking the doomed condition in your place, and you don't gain or increase the value of your doomed condition. Each night when you get a full night's rest, you can reduce your own doomed condition or that of the urn, but not both.</p><hr /><p><strong>Activate—Spirit's Wrath</strong> <span class=\"action-glyph\">1</span> (attack, concentrate, manipulate)</p>\n<p><strong>Frequency</strong> once per round</p><hr /><p><strong>Effect</strong> The urn shoots a bolt of void energy at a foe within 30 feet. Attempt a spell attack roll against the target's AC, using a modifier of [[/r 1d20+15 #Spell]]{+15} or your own spell attack modifier, whichever is higher. On a success, the bolt deals @Damage[4d4[void]] damage (doubled on a critical success).</p>" |
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 linked the doomed condition here
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Worth noting that the item bonus to splash damage on Alchemist Goggles is affected by the same bug as Expanded Splash at the moment, as explained in #16471