forked from foundryvtt/pf2e
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheffect-bespell-strikes.json
69 lines (69 loc) · 2.15 KB
/
effect-bespell-strikes.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"_id": "lPtt7PojWBwPOaYt",
"img": "systems/pf2e/icons/spells/astral-labyrinth.webp",
"name": "Effect: Bespell Strikes",
"system": {
"description": {
"value": "<p>Granted by @UUID[Compendium.pf2e.feats-srd.Item.Bespell Strikes]</p>\n<p>The weapon or unarmed attack deals an extra 1d6 force damage and gains the arcane trait if it didn't have it already. If the spell dealt a different type of damage, the Strike deals this type of damage instead.</p>"
},
"duration": {
"expiry": "turn-end",
"sustained": false,
"unit": "rounds",
"value": 0
},
"level": {
"value": 4
},
"publication": {
"license": "ORC",
"remaster": true,
"title": "Pathfinder Player Core"
},
"rules": [
{
"choices": {
"attacks": true
},
"flag": "weapon",
"key": "ChoiceSet",
"prompt": "PF2E.SpecificRule.Prompt.Weapon"
},
{
"adjustName": false,
"choices": "damageTypes",
"flag": "damage",
"key": "ChoiceSet",
"prompt": "PF2E.SpecificRule.Prompt.DamageType"
},
{
"damageType": "{item|flags.pf2e.rulesSelections.damage}",
"diceNumber": 1,
"dieSize": "d6",
"key": "DamageDice",
"selector": "{item|flags.pf2e.rulesSelections.weapon}-damage"
},
{
"definition": [
"item:id:{item|flags.pf2e.rulesSelections.weapon}"
],
"key": "AdjustStrike",
"mode": "add",
"property": "traits",
"value": "arcane"
}
],
"start": {
"initiative": null,
"value": 0
},
"tokenIcon": {
"show": true
},
"traits": {
"rarity": "common",
"value": []
}
},
"type": "effect"
}