forked from foundryvtt/pf2e
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathadvanced-eltha-embercall-9-10-eltha-embercall-11-12.json
2168 lines (2168 loc) · 81 KB
/
advanced-eltha-embercall-9-10-eltha-embercall-11-12.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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"_id": "3r3etd3bUOn58TH3",
"img": "systems/pf2e/icons/default-icons/npc.svg",
"items": [
{
"_id": "c5mAG4o3GPHnBoMP",
"img": "systems/pf2e/icons/default-icons/spellcastingEntry.svg",
"name": "Primal Prepared Spells",
"sort": 100000,
"system": {
"autoHeightenLevel": {
"value": null
},
"description": {
"value": ""
},
"prepared": {
"flexible": false,
"value": "prepared"
},
"proficiency": {
"value": 1
},
"publication": {
"license": "OGL",
"remaster": false,
"title": ""
},
"rules": [],
"slots": {
"slot0": {
"max": 5,
"prepared": [
{
"id": "mFstY6UY5AtK9xm1"
},
{
"id": "c9fCd97It4sWXUPA"
},
{
"id": "X1zMemEejg9OlINO"
},
{
"id": "jV0Ii2o4YYDggg3i"
},
{
"id": "iTKWPKqHKtjYhMGe"
}
]
},
"slot3": {
"max": 4,
"prepared": [
{
"id": "gYCGPoeDfZJDqFTl"
},
{
"id": "3aXwAKB9WtCCyMLS"
},
{
"id": "uvbNRjohhbP8UV3Y"
},
{
"id": "hm7S7qEzPNqqPKzc"
}
]
},
"slot4": {
"max": 4,
"prepared": [
{
"id": "7hyLZ7BE0RbQFIjJ"
},
{
"id": "hm7S7qEzPNqqPKzc"
},
{
"id": "hm7S7qEzPNqqPKzc"
},
{
"id": "3I8CInNeYj7j4iJC"
}
]
},
"slot5": {
"max": 4,
"prepared": [
{
"id": "MO2V058hRBnXbHY4"
},
{
"id": "CPd9I6KY3BWhm2h4"
},
{
"id": "hm7S7qEzPNqqPKzc"
},
{
"id": "73FcW9hxDA8aeGgT"
}
]
},
"slot6": {
"max": 3,
"prepared": [
{
"id": "iDOmLldWeH92acN4"
},
{
"id": "AFrs7Qdxl2P6N3tv"
},
{
"id": "JkKgkTQDjHylEL0T"
}
]
}
},
"slug": null,
"spelldc": {
"dc": 28,
"mod": 0,
"value": 20
},
"tradition": {
"value": "primal"
}
},
"type": "spellcastingEntry"
},
{
"_id": "iDOmLldWeH92acN4",
"flags": {
"core": {
"sourceId": "Compendium.pf2e.spells-srd.Item.dN8QBNuTiaBHCKUe"
}
},
"img": "icons/creatures/amphibians/frog-confused-green-blue.webp",
"name": "Baleful Polymorph",
"sort": 200000,
"system": {
"area": null,
"cost": {
"value": ""
},
"counteraction": false,
"damage": {},
"defense": {
"save": {
"basic": false,
"statistic": "fortitude"
}
},
"description": {
"value": "<p>You transform the target creature into a harmless animal appropriate to the area, with effects based on its Fortitude save.</p>\n<hr />\n<p><strong>Critical Success</strong> The target is unaffected.</p>\n<p><strong>Success</strong> The target's body gains minor features of the harmless animal. Its insides churn as they partially transform, causing it to be @UUID[Compendium.pf2e.conditionitems.Item.Sickened]{Sickened 1}. When it recovers from the Sickened condition, its features revert to normal.</p>\n<p><strong>Failure</strong> The target transforms for 1 minute but keeps its mind. If it spends all its actions on its turn concentrating on its original form, it can attempt a Will save to end the effect immediately.</p>\n<p><strong>Critical Failure</strong> The target is transformed into the chosen harmless animal, body and mind, for an unlimited duration.</p>"
},
"duration": {
"sustained": false,
"value": "varies"
},
"level": {
"value": 6
},
"location": {
"value": "c5mAG4o3GPHnBoMP"
},
"publication": {
"license": "OGL",
"remaster": false,
"title": "Pathfinder Core Rulebook"
},
"range": {
"value": "30 feet"
},
"requirements": "",
"rules": [],
"slug": "baleful-polymorph",
"target": {
"value": "1 creature"
},
"time": {
"value": "2"
},
"traits": {
"rarity": "common",
"traditions": [
"arcane",
"primal"
],
"value": [
"concentrate",
"incapacitation",
"manipulate",
"polymorph"
]
}
},
"type": "spell"
},
{
"_id": "AFrs7Qdxl2P6N3tv",
"flags": {
"core": {
"sourceId": "Compendium.pf2e.spells-srd.Item.znv4ECL7ZtuiagtA"
}
},
"img": "icons/magic/defensive/armor-stone-skin.webp",
"name": "Flesh to Stone",
"sort": 300000,
"system": {
"area": null,
"cost": {
"value": ""
},
"counteraction": false,
"damage": {},
"defense": {
"save": {
"basic": false,
"statistic": "fortitude"
}
},
"description": {
"value": "<p>You try to turn the target's flesh into stone. The target must attempt a Fortitude save.</p>\n<hr />\n<p><strong>Critical Success</strong> The target is unaffected.</p>\n<p><strong>Success</strong> The target is @UUID[Compendium.pf2e.conditionitems.Item.Slowed]{Slowed 1} for 1 round.</p>\n<p><strong>Failure</strong> The target is @UUID[Compendium.pf2e.conditionitems.Item.Slowed]{Slowed 1} and must attempt a Fortitude save at the end of each of its turns; this ongoing save has the incapacitation trait. On a failed save, the Slowed condition increases by 1 (or 2 on a critical failure). A successful save reduces the Slowed condition by 1. When a creature is unable to act due to the Slowed condition from flesh to stone, the creature is permanently non-magically @UUID[Compendium.pf2e.conditionitems.Item.Petrified]. The spell ends if the creature is Petrified or the Slowed condition is removed.</p>\n<p><strong>Critical Failure</strong> As failure, but the target is initially @UUID[Compendium.pf2e.conditionitems.Item.Slowed]{Slowed 2}.</p>"
},
"duration": {
"sustained": false,
"value": "varies"
},
"level": {
"value": 6
},
"location": {
"value": "c5mAG4o3GPHnBoMP"
},
"publication": {
"license": "OGL",
"remaster": false,
"title": "Pathfinder Core Rulebook"
},
"range": {
"value": "120 feet"
},
"requirements": "",
"rules": [],
"slug": "flesh-to-stone",
"target": {
"value": "1 creature made of flesh"
},
"time": {
"value": "2"
},
"traits": {
"rarity": "common",
"traditions": [
"arcane",
"primal"
],
"value": [
"concentrate",
"manipulate"
]
}
},
"type": "spell"
},
{
"_id": "JkKgkTQDjHylEL0T",
"flags": {
"core": {
"sourceId": "Compendium.pf2e.spells-srd.Item.Pr1ruNTbzGn3H9w5"
}
},
"img": "systems/pf2e/icons/spells/stone-to-flesh.webp",
"name": "Stone to Flesh",
"sort": 400000,
"system": {
"area": null,
"cost": {
"value": ""
},
"counteraction": false,
"damage": {},
"defense": null,
"description": {
"value": "<p>Manipulating the fundamental particles of matter, you convert stone into flesh and blood. You restore a @UUID[Compendium.pf2e.conditionitems.Item.Petrified] creature to its normal state or transform a stone object into a mass of inert flesh (without stone's Hardness) in roughly the same shape.</p>"
},
"duration": {
"sustained": false,
"value": ""
},
"level": {
"value": 6
},
"location": {
"value": "c5mAG4o3GPHnBoMP"
},
"publication": {
"license": "OGL",
"remaster": false,
"title": "Pathfinder Core Rulebook"
},
"range": {
"value": "touch"
},
"requirements": "",
"rules": [],
"slug": "stone-to-flesh",
"target": {
"value": "petrified creature or human-size stone object"
},
"time": {
"value": "2"
},
"traits": {
"rarity": "common",
"traditions": [
"divine",
"primal"
],
"value": [
"concentrate",
"earth",
"manipulate"
]
}
},
"type": "spell"
},
{
"_id": "MO2V058hRBnXbHY4",
"flags": {
"core": {
"sourceId": "Compendium.pf2e.spells-srd.Item.3puDanGfpEt6jK5k"
}
},
"img": "icons/magic/water/vortex-water-whirlpool.webp",
"name": "Cone of Cold",
"sort": 500000,
"system": {
"area": {
"type": "cone",
"value": 60
},
"cost": {
"value": ""
},
"counteraction": false,
"damage": {
"0": {
"category": null,
"formula": "12d6",
"kinds": [
"damage"
],
"materials": [],
"type": "cold"
}
},
"defense": {
"save": {
"basic": true,
"statistic": "reflex"
}
},
"description": {
"value": "<p>Icy cold rushes forth from your hands. You deal 12d6 cold damage to creatures in the area.</p>\n<hr />\n<p><strong>Heightened (+1)</strong> The damage increases by 2d6.</p>"
},
"duration": {
"sustained": false,
"value": ""
},
"heightening": {
"damage": {
"0": "2d6"
},
"interval": 1,
"type": "interval"
},
"level": {
"value": 5
},
"location": {
"value": "c5mAG4o3GPHnBoMP"
},
"publication": {
"license": "OGL",
"remaster": false,
"title": "Pathfinder Core Rulebook"
},
"range": {
"value": ""
},
"requirements": "",
"rules": [],
"slug": "cone-of-cold",
"target": {
"value": ""
},
"time": {
"value": "2"
},
"traits": {
"rarity": "common",
"traditions": [
"arcane",
"primal"
],
"value": [
"cold",
"concentrate",
"manipulate"
]
}
},
"type": "spell"
},
{
"_id": "CPd9I6KY3BWhm2h4",
"flags": {
"core": {
"sourceId": "Compendium.pf2e.spells-srd.Item.YvXKGlHOt7mdW2jZ"
}
},
"img": "icons/magic/defensive/shield-barrier-deflect-gold.webp",
"name": "Death Ward",
"sort": 600000,
"system": {
"area": null,
"cost": {
"value": ""
},
"counteraction": false,
"damage": {},
"defense": null,
"description": {
"value": "<p>You shield a creature from the ravages of void energy.</p>\n<p>It receives a +4 status bonus to saves against death and void effects, gains void resistance 10, and suppresses the effects of the @UUID[Compendium.pf2e.conditionitems.Item.Doomed] condition.</p>\n<p>@UUID[Compendium.pf2e.spell-effects.Item.Spell Effect: Death Ward]</p>"
},
"duration": {
"sustained": false,
"value": "10 minutes"
},
"level": {
"value": 5
},
"location": {
"value": "c5mAG4o3GPHnBoMP"
},
"publication": {
"license": "OGL",
"remaster": false,
"title": "Pathfinder Core Rulebook"
},
"range": {
"value": "touch"
},
"requirements": "",
"rules": [],
"slug": "death-ward",
"target": {
"value": "1 living creature touched"
},
"time": {
"value": "2"
},
"traits": {
"rarity": "common",
"traditions": [
"divine",
"occult",
"primal"
],
"value": [
"concentrate",
"manipulate"
]
}
},
"type": "spell"
},
{
"_id": "73FcW9hxDA8aeGgT",
"flags": {
"core": {
"sourceId": "Compendium.pf2e.spells-srd.Item.oXeEbcUdgJGWHGEJ"
}
},
"img": "systems/pf2e/icons/spells/impaling-spike.webp",
"name": "Impaling Spike",
"sort": 700000,
"system": {
"area": null,
"cost": {
"value": ""
},
"counteraction": false,
"damage": {
"0": {
"category": null,
"formula": "8d6",
"kinds": [
"damage"
],
"materials": [],
"type": "piercing"
}
},
"defense": {
"save": {
"basic": false,
"statistic": "reflex"
}
},
"description": {
"value": "<p>You conjure a spike that thrusts up from the earth beneath a target creature, potentially impaling it. The spike is made of cold iron and deals 8d6 piercing damage. The target must attempt a Reflex save.</p>\n<hr />\n<p><strong>Critical Success</strong> The target dodges the spike and is unaffected.</p>\n<p><strong>Success</strong> The target is struck by the spike and takes half damage.</p>\n<p><strong>Failure</strong> The target is impaled through a leg or another non - vital body part. The creature takes full damage and, if it's standing on solid ground, becomes @UUID[Compendium.pf2e.conditionitems.Item.Immobilized]. It can attempt to @UUID[Compendium.pf2e.actionspf2e.Item.Escape](the DC is your spell DC). While it remains impaled, it takes damage from any weakness to cold iron it has at the end of each of its turns.</p>\n<p><strong>Critical Failure</strong> As failure, but the creature is impaled through a vital organ or its center of mass, taking double damage, and it is @UUID[Compendium.pf2e.conditionitems.Item.Off-Guard] as long as it's impaled.</p>\n<hr />\n<p><strong>Heightened (+1)</strong> The damage increases by 2d6 piercing.</p>"
},
"duration": {
"sustained": false,
"value": "1 minute"
},
"heightening": {
"damage": {
"0": "2d6"
},
"interval": 1,
"type": "interval"
},
"level": {
"value": 5
},
"location": {
"value": "c5mAG4o3GPHnBoMP"
},
"publication": {
"license": "OGL",
"remaster": false,
"title": "Pathfinder Advanced Player's Guide"
},
"range": {
"value": "30 feet"
},
"requirements": "",
"rules": [],
"slug": "impaling-spike",
"target": {
"value": "1 creature"
},
"time": {
"value": "2"
},
"traits": {
"rarity": "common",
"traditions": [
"arcane",
"primal"
],
"value": [
"concentrate",
"manipulate"
]
}
},
"type": "spell"
},
{
"_id": "7hyLZ7BE0RbQFIjJ",
"flags": {
"core": {
"sourceId": "Compendium.pf2e.spells-srd.Item.aqRYNoSvxsVfqglH"
}
},
"img": "systems/pf2e/icons/spells/freedom-of-movement.webp",
"name": "Freedom of Movement",
"sort": 800000,
"system": {
"area": null,
"cost": {
"value": ""
},
"counteraction": false,
"damage": {},
"defense": null,
"description": {
"value": "<p>You repel effects that would hinder a creature or slow its movement. While under this spell's effect, the target ignores effects that would give them a circumstance penalty to Speed. When they attempt to @UUID[Compendium.pf2e.actionspf2e.Item.Escape] an effect that has them @UUID[Compendium.pf2e.conditionitems.Item.Immobilized], @UUID[Compendium.pf2e.conditionitems.Item.Grabbed], or @UUID[Compendium.pf2e.conditionitems.Item.Restrained], they automatically succeed unless the effect is magical and of a higher level than the freedom of movement spell.</p>"
},
"duration": {
"sustained": false,
"value": "10 minutes"
},
"level": {
"value": 4
},
"location": {
"value": "c5mAG4o3GPHnBoMP"
},
"publication": {
"license": "OGL",
"remaster": false,
"title": "Pathfinder Core Rulebook"
},
"range": {
"value": "touch"
},
"requirements": "",
"rules": [],
"slug": "freedom-of-movement",
"target": {
"value": "1 creature touched"
},
"time": {
"value": "2"
},
"traits": {
"rarity": "common",
"traditions": [
"arcane",
"divine",
"primal"
],
"value": [
"concentrate",
"manipulate"
]
}
},
"type": "spell"
},
{
"_id": "3I8CInNeYj7j4iJC",
"flags": {
"core": {
"sourceId": "Compendium.pf2e.spells-srd.Item.McnPlLFvKtQVXNcG"
}
},
"img": "systems/pf2e/icons/spells/shape-stone.webp",
"name": "Shape Stone",
"sort": 900000,
"system": {
"area": null,
"cost": {
"value": ""
},
"counteraction": false,
"damage": {},
"defense": {
"save": {
"basic": false,
"statistic": "reflex"
}
},
"description": {
"value": "<p>You shape the stone into a rough shape of your choice. The shaping process is too crude to produce intricate parts, fine details, moving pieces, or the like. Any creatures standing atop the stone when you reshape it must each attempt a Reflex save or Acrobatics check.</p>\n<hr />\n<p><strong>Success</strong> The creature is unaffected.</p>\n<p><strong>Failure</strong> The creature falls @UUID[Compendium.pf2e.conditionitems.Item.Prone] atop the stone.</p>\n<p><strong>Critical Failure</strong> The creature falls off the stone (if applicable) and lands Prone.</p>"
},
"duration": {
"sustained": false,
"value": ""
},
"level": {
"value": 4
},
"location": {
"value": "c5mAG4o3GPHnBoMP"
},
"publication": {
"license": "OGL",
"remaster": false,
"title": "Pathfinder Core Rulebook"
},
"range": {
"value": "touch"
},
"requirements": "",
"rules": [],
"slug": "shape-stone",
"target": {
"value": "cube of stone 10 feet across or smaller"
},
"time": {
"value": "2"
},
"traits": {
"rarity": "common",
"traditions": [
"arcane",
"primal"
],
"value": [
"concentrate",
"earth",
"manipulate"
]
}
},
"type": "spell"
},
{
"_id": "uvbNRjohhbP8UV3Y",
"flags": {
"core": {
"sourceId": "Compendium.pf2e.spells-srd.Item.o6YCGx4lycsYpww4"
}
},
"img": "systems/pf2e/icons/spells/haste.webp",
"name": "Haste",
"sort": 1000000,
"system": {
"area": null,
"cost": {
"value": ""
},
"counteraction": false,
"damage": {},
"defense": null,
"description": {
"value": "<p>Magic empowers the target to act faster. It gains the @UUID[Compendium.pf2e.conditionitems.Item.Quickened] condition and can use the extra action each round only for Strike and Stride actions.</p>\n<hr />\n<p><strong>Heightened (7th)</strong> You can target up to 6 creatures.</p>"
},
"duration": {
"sustained": false,
"value": "1 minute"
},
"heightening": {
"levels": {
"7": {
"target": {
"value": "6 creatures"
}
}
},
"type": "fixed"
},
"level": {
"value": 3
},
"location": {
"value": "c5mAG4o3GPHnBoMP"
},
"publication": {
"license": "OGL",
"remaster": false,
"title": "Pathfinder Core Rulebook"
},
"range": {
"value": "30 feet"
},
"requirements": "",
"rules": [],
"slug": "haste",
"target": {
"value": "1 creature"
},
"time": {
"value": "2"
},
"traits": {
"rarity": "common",
"traditions": [
"arcane",
"occult",
"primal"
],
"value": [
"concentrate",
"manipulate"
]
}
},
"type": "spell"
},
{
"_id": "gYCGPoeDfZJDqFTl",
"flags": {
"core": {
"sourceId": "Compendium.pf2e.spells-srd.Item.HRb2doyaLtaoCfi3"
}
},
"img": "systems/pf2e/icons/spells/faerie-fire.webp",
"name": "Faerie Fire",
"sort": 1100000,
"system": {
"area": {
"type": "burst",
"value": 10
},
"cost": {
"value": ""
},
"counteraction": false,
"damage": {},
"defense": null,
"description": {
"value": "<p>All creatures in the area when you cast the spell are limned in colorful, heatless fire of a color of your choice for the duration. Visible creatures can't be @UUID[Compendium.pf2e.conditionitems.Item.Concealed] while affected by faerie fire. If the creatures are @UUID[Compendium.pf2e.conditionitems.Item.Invisible], they are Concealed while affected by faerie fire, rather than being @UUID[Compendium.pf2e.conditionitems.Item.Undetected].</p>"
},
"duration": {
"sustained": false,
"value": "5 minutes"
},
"level": {
"value": 2
},
"location": {
"value": "c5mAG4o3GPHnBoMP"
},
"publication": {
"license": "OGL",
"remaster": false,
"title": "Pathfinder Core Rulebook"
},
"range": {
"value": "120 feet"
},
"requirements": "",
"rules": [],
"slug": "faerie-fire",
"target": {
"value": ""
},
"time": {
"value": "2"
},
"traits": {
"rarity": "common",
"traditions": [
"divine",
"occult",
"primal"
],
"value": [
"concentrate",
"light",
"manipulate"
]
}
},
"type": "spell"
},
{
"_id": "mFstY6UY5AtK9xm1",
"flags": {
"core": {
"sourceId": "Compendium.pf2e.spells-srd.Item.gISYsBFby1TiXfBt"
}
},
"img": "icons/magic/acid/projectile-smoke-glowing.webp",
"name": "Acid Splash",
"sort": 1200000,
"system": {
"area": null,
"cost": {
"value": ""
},
"counteraction": false,
"damage": {
"0": {
"applyMod": false,
"category": null,
"formula": "1d6",
"kinds": [
"damage"
],
"materials": [],
"type": "acid"
},
"gcovwqxwitqchoin": {
"applyMod": false,
"category": "splash",
"formula": "1",
"kinds": [
"damage"
],
"materials": [],
"type": "acid"
}
},
"defense": null,
"description": {
"value": "<p>You splash a glob of acid that splatters your target and nearby creatures. Make a spell attack. If you hit, you deal 1d6 acid damage plus 1 splash acid damage. On a critical success, the target also takes [[/r (ceil(@item.level/2))[persistent,acid]]] damage.</p>\n<hr />\n<p><strong>Heightened (3rd)</strong> The initial damage increases to 2d6, and the persistent damage increases to 2.</p>\n<p><strong>Heightened (5th)</strong> The initial damage increases to 3d6, the persistent damage increases to 3, and the splash damage increases to 2.</p>\n<p><strong>Heightened (7th)</strong> The initial damage increases to 4d6, the persistent damage increases to 4, and the splash damage increases to 3.</p>\n<p><strong>Heightened (9th)</strong> The initial damage increases to 5d6, the persistent damage increases to 5, and the splash damage increases to 4.</p>"
},
"duration": {
"sustained": false,
"value": ""
},
"heightening": {
"levels": {
"3": {
"damage": {
"0": {
"applyMod": false,
"category": null,
"formula": "2d6",
"materials": [],
"type": "acid"
},
"gcovwqxwitqchoin": {
"applyMod": false,
"category": "splash",
"formula": "1",
"materials": [],
"type": "acid"
}
}
},
"5": {
"damage": {
"0": {
"applyMod": false,
"category": null,
"formula": "3d6",
"materials": [],
"type": "acid"
},
"gcovwqxwitqchoin": {
"applyMod": false,
"category": "splash",
"formula": "2",
"materials": [],
"type": "acid"
}
}
},
"7": {
"damage": {
"0": {
"applyMod": false,
"category": null,
"formula": "4d6",
"materials": [],
"type": "acid"
},
"gcovwqxwitqchoin": {
"applyMod": false,
"category": "splash",
"formula": "3",
"materials": [],
"type": "acid"
}
}
},
"9": {
"damage": {
"0": {
"applyMod": false,
"category": null,
"formula": "5d6",
"materials": [],
"type": "acid"
},
"gcovwqxwitqchoin": {
"applyMod": false,
"category": "splash",
"formula": "4",
"materials": [],
"type": "acid"
}
}
}
},
"type": "fixed"
},
"level": {
"value": 1
},
"location": {
"value": "c5mAG4o3GPHnBoMP"
},
"publication": {
"license": "OGL",
"remaster": false,
"title": "Pathfinder Core Rulebook"
},
"range": {
"value": "30 feet"
},
"requirements": "",
"rules": [],
"slug": "acid-splash",
"target": {
"value": "1 creature"
},
"time": {
"value": "2"
},
"traits": {
"rarity": "common",
"traditions": [
"arcane",
"primal"
],
"value": [
"acid",
"attack",
"cantrip",
"concentrate",
"manipulate"
]
}
},
"type": "spell"
},
{
"_id": "3aXwAKB9WtCCyMLS",
"flags": {
"core": {