forked from foundryvtt/pf2e
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheffect-brightness-seeker.json
131 lines (131 loc) · 4.3 KB
/
effect-brightness-seeker.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"_id": "xPg5wzzKNxJy18rU",
"img": "systems/pf2e/icons/spells/moonlight-bridge.webp",
"name": "Effect: Brightness Seeker",
"system": {
"description": {
"value": "<p><strong>Trigger</strong> You attempt an attack roll, skill check, or saving throw while performing the course of action from your @UUID[Compendium.pf2e.spells-srd.Item.Augury], but you haven't rolled yet.</p>\n<hr />\n<p><strong>Effect</strong> You gain a +1 status bonus to the triggering check, or a +2 status bonus if the result of the augury was woe and you proceeded anyway.</p>"
},
"duration": {
"expiry": "turn-start",
"sustained": false,
"unit": "minutes",
"value": 30
},
"level": {
"value": 9
},
"publication": {
"license": "OGL",
"remaster": false,
"title": "Pathfinder Lost Omens: Character Guide"
},
"rules": [
{
"key": "FlatModifier",
"predicate": [
"call-upon-the-brightness",
"brightness-seeker:weal"
],
"selector": "attack",
"slug": "weal-attack",
"type": "status",
"value": 1
},
{
"key": "FlatModifier",
"predicate": [
"call-upon-the-brightness",
"brightness-seeker:weal"
],
"selector": "skill-check",
"slug": "weal-skill",
"type": "status",
"value": 1
},
{
"key": "FlatModifier",
"predicate": [
"call-upon-the-brightness",
"brightness-seeker:weal"
],
"selector": "saving-throw",
"slug": "weal-save",
"type": "status",
"value": 1
},
{
"choices": [
{
"label": "PF2E.SpecificRule.Elf.BrightnessSeeker.Weal",
"value": "weal"
},
{
"label": "PF2E.SpecificRule.Elf.BrightnessSeeker.Woe",
"value": "woe"
},
{
"label": "PF2E.SpecificRule.Elf.BrightnessSeeker.WealAndWoe",
"value": "weal"
}
],
"flag": "brightnessSeeker",
"key": "ChoiceSet",
"prompt": "PF2E.SpecificRule.Elf.BrightnessSeeker.Prompt",
"rollOption": "brightness-seeker"
},
{
"key": "FlatModifier",
"predicate": [
"call-upon-the-brightness",
"brightness-seeker:woe"
],
"selector": "attack",
"slug": "woe-attack",
"type": "status",
"value": 2
},
{
"key": "FlatModifier",
"predicate": [
"call-upon-the-brightness",
"brightness-seeker:woe"
],
"selector": "skill-check",
"slug": "woe-skill",
"type": "status",
"value": 2
},
{
"key": "FlatModifier",
"predicate": [
"call-upon-the-brightness",
"brightness-seeker:woe"
],
"selector": "saving-throw",
"slug": "woe-save",
"type": "status",
"value": 2
},
{
"domain": "all",
"key": "RollOption",
"label": "PF2E.SpecificRule.Elf.BrightnessSeeker.Label",
"option": "call-upon-the-brightness",
"toggleable": true
}
],
"start": {
"initiative": null,
"value": 0
},
"tokenIcon": {
"show": true
},
"traits": {
"rarity": "common",
"value": []
}
},
"type": "effect"
}