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 greater composer staff item bonus to performance #17349

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions packs/equipment/composer-staff-greater.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"die": "d4"
},
"description": {
"value": "<p>A <em>composer staff</em> is short and shaped like an elegant black conductor's baton with a silver tip. When waved through the air, it hums melodically. In this way, you can play it as though it were an instrument, and it grants a +2 item bonus to Performance checks made with it.</p><hr /><p><strong>Activate</strong> Cast a Spell</p>\n<p><strong>Effect</strong> You expend a number of charges from the staff to cast a spell from its list.</p><ul><li><strong>Cantrip</strong> @UUID[Compendium.pf2e.spells-srd.Item.Haunting Hymn], @UUID[Compendium.pf2e.spells-srd.Item.Summon Instrument]</li><li><strong>1st</strong> @UUID[Compendium.pf2e.spells-srd.Item.Concordant Choir]</li><li><strong>2nd</strong> @UUID[Compendium.pf2e.spells-srd.Item.Sonata Span]</li><li><strong>3rd</strong> @UUID[Compendium.pf2e.spells-srd.Item.Concordant Choir], @UUID[Compendium.pf2e.spells-srd.Item.Roaring Applause], @UUID[Compendium.pf2e.spells-srd.Item.Sculpt Sound]</li></ul><hr /><p><strong>Craft Requirements</strong> Supply one casting of all listed ranks of all listed spells.</p>"
"value": "<p>A <em>composer staff</em> is short and shaped like an elegant black conductor's baton with a silver tip. When waved through the air, it hums melodically. In this way, you can play it as though it were an instrument, and it grants a +1 item bonus to Performance checks made with it.</p><hr /><p><strong>Activate</strong> Cast a Spell</p>\n<p><strong>Effect</strong> You expend a number of charges from the staff to cast a spell from its list.</p><ul><li><strong>Cantrip</strong> @UUID[Compendium.pf2e.spells-srd.Item.Haunting Hymn], @UUID[Compendium.pf2e.spells-srd.Item.Summon Instrument]</li><li><strong>1st</strong> @UUID[Compendium.pf2e.spells-srd.Item.Concordant Choir]</li><li><strong>2nd</strong> @UUID[Compendium.pf2e.spells-srd.Item.Sonata Span]</li><li><strong>3rd</strong> @UUID[Compendium.pf2e.spells-srd.Item.Concordant Choir], @UUID[Compendium.pf2e.spells-srd.Item.Roaring Applause], @UUID[Compendium.pf2e.spells-srd.Item.Sculpt Sound]</li></ul><hr /><p><strong>Craft Requirements</strong> Supply one casting of all listed ranks of all listed spells.</p>"
},
"group": "club",
"hardness": 0,
Expand Down Expand Up @@ -66,7 +66,7 @@
],
"selector": "performance",
"type": "item",
"value": 2
"value": 1
}
],
"runes": {
Expand Down
Loading