Skip to content

Commit

Permalink
Remove charisma and wisdom options from Hand of the Apprentice
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrogrullada committed Sep 23, 2024
1 parent c7f3546 commit 83fba37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 56 deletions.
27 changes: 2 additions & 25 deletions packs/spell-effects/spell-effect-hand-of-the-apprentice.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "Spell Effect: Hand of the Apprentice",
"system": {
"description": {
"value": "<p>Granted by @UUID[Compendium.pf2e.spells-srd.Item.Hand of the Apprentice]</p>\n<p>You take advantage of one of the most fundamental lessons of magic to levitate and propel your weapon. You hurl a held melee weapon with which you are trained at the target, making a spell attack roll. On a success, you deal the weapon's damage as if you had hit with a melee Strike, but adding your spellcasting ability modifier to damage, rather than your Strength modifier. On a critical success, you deal double damage, and you add the weapon's critical specialization effect. Regardless of the outcome, the weapon flies back to you and returns to your hand.</p>"
"value": "<p>Granted by @UUID[Compendium.pf2e.spells-srd.Item.Hand of the Apprentice]</p>\n<p>You deal the weapon's damage as if you had hit with a melee Strike, but adding your spellcasting ability modifier to damage, rather than your Strength modifier. On a critical success, you deal double damage, and you add the weapon's critical specialization effect.</p>"
},
"duration": {
"expiry": "turn-end",
Expand Down Expand Up @@ -32,34 +32,11 @@
"key": "ChoiceSet",
"prompt": "PF2E.SpecificRule.Prompt.Weapon"
},
{
"ability": "cha",
"hideIfDisabled": true,
"key": "FlatModifier",
"predicate": [
"focus-spell:charisma"
],
"selector": "{item|flags.pf2e.rulesSelections.weapon}-damage",
"type": "ability",
"value": "charisma"
},
{
"ability": "int",
"force": true,
"hideIfDisabled": true,
"key": "FlatModifier",
"predicate": [
"focus-spell:intelligence"
],
"selector": "{item|flags.pf2e.rulesSelections.weapon}-damage",
"type": "ability"
},
{
"ability": "wis",
"hideIfDisabled": true,
"key": "FlatModifier",
"predicate": [
"focus-spell:wisdom"
],
"selector": "{item|flags.pf2e.rulesSelections.weapon}-damage",
"type": "ability"
},
Expand Down
32 changes: 1 addition & 31 deletions packs/spells/hand-of-the-apprentice.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,37 +29,7 @@
"value": "500 feet"
},
"requirements": "",
"rules": [
{
"adjustName": false,
"choices": [
{
"predicate": [
"spellcasting:cha"
],
"value": "charisma"
},
{
"predicate": [
"spellcasting:int"
],
"value": "intelligence"
},
{
"predicate": [
"spellcasting:wis"
],
"value": "wisdom"
}
],
"flag": "handOfApprentice",
"key": "ChoiceSet"
},
{
"key": "RollOption",
"option": "focus-spell:{item|flags.pf2e.rulesSelections.handOfApprentice}"
}
],
"rules": [],
"target": {
"value": "1 creature"
},
Expand Down

0 comments on commit 83fba37

Please sign in to comment.