-
Notifications
You must be signed in to change notification settings - Fork 1
/
module.json
458 lines (458 loc) · 18.5 KB
/
module.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
{
"title": "PF2e - Vyklade's Book of Homebrew",
"description": "<p>A collection of Homebrew content created by u/yoshisman8!</p><p></p><p>Find the complete collection over at:</p><p>https://scribe.pf2.tools/v/Lpmolb4Q-vyklade-s-book-of-homebrew</p>",
"version": "6.6.2",
"relationships": {
"systems": [
{
"id": "pf2e",
"type": "system",
"compatibility": {
"minimum": "5.1.0"
}
}
]
},
"socket": true,
"packs": [
{
"name": "vyk-journals",
"label": "Catalog",
"path": "packs/vyk-journals.db",
"system": "pf2e",
"type": "JournalEntry",
"private": false,
"flags": {}
},
{
"label": "White Druid Feats/Features",
"name": "white-druid-feats-features",
"path": "packs/white-druid-feats-features.db",
"system": "pf2e",
"type": "Item",
"private": false,
"flags": {}
},
{
"label": "Dragoon Feats",
"name": "dragoon-feats",
"path": "packs/dragoon-feats.db",
"system": "pf2e",
"type": "Item",
"private": false,
"flags": {}
},
{
"label": "Dragoon Spells",
"name": "dragoon-spells",
"path": "packs/dragoon-spells.db",
"system": "pf2e",
"type": "Item",
"private": false,
"flags": {}
},
{
"label": "Dragoon Actions & Effects",
"name": "dragoon-actions-effects",
"path": "packs/dragoon-actions.db",
"system": "pf2e",
"type": "Item",
"private": false,
"flags": {}
},
{
"label": "Holy Knight Actions/Effects",
"name": "holy-knight-actions-effects",
"path": "packs/holy-knight-actions-effects.db",
"system": "pf2e",
"type": "Item",
"private": false,
"flags": {}
},
{
"label": "Holy Knight Feats/Features",
"name": "holy-knight-feats-features",
"path": "packs/holy-knight-feats-features.db",
"system": "pf2e",
"type": "Item",
"private": false,
"flags": {}
},
{
"label": "Holy Knight Spells",
"name": "holy-knight-spells",
"path": "packs/holy-knight-spells.db",
"system": "pf2e",
"type": "Item",
"private": false,
"flags": {}
},
{
"label": "Conduit Actions/Effects",
"name": "conduit-actions-effects",
"path": "packs/conduit-actions-effects.db",
"system": "pf2e",
"type": "Item",
"private": false,
"flags": {}
},
{
"label": "Conduit Feats/Features",
"name": "conduit-feats-features",
"path": "packs/conduit-feats-features.db",
"system": "pf2e",
"type": "Item",
"private": false,
"flags": {}
},
{
"label": "Exemplar Actions/Effects",
"name": "exemplar-actions-effects",
"path": "packs/exemplar-actions-effects.db",
"system": "pf2e",
"type": "Item",
"private": false,
"flags": {}
},
{
"label": "Exemplar Feats/Features",
"name": "exemplar-feats-features",
"path": "packs/exemplar-feats-features.db",
"system": "pf2e",
"type": "Item",
"private": false,
"flags": {}
},
{
"label": "Dark Knight Feats/Features",
"name": "dark-knight-feats-features",
"path": "packs/dark-knight-feats-features.db",
"system": "pf2e",
"type": "Item",
"private": false,
"flags": {}
},
{
"label": "Dark Knight Actions/Effects",
"name": "dark-knight-actions-effects",
"path": "packs/dark-knight-actions-effects.db",
"system": "pf2e",
"type": "Item",
"private": false,
"flags": {}
},
{
"label": "Red Mage Actions/Effects",
"name": "red-mage-actions-effects",
"path": "packs/red-mage-actions-effects.db",
"system": "pf2e",
"type": "Item",
"private": false,
"flags": {}
},
{
"label": "Red Mage Feats/Features",
"name": "red-mage-feats-features",
"path": "packs/red-mage-feats-features.db",
"system": "pf2e",
"type": "Item",
"private": false,
"flags": {}
},
{
"label": "Red Mage Spells",
"name": "red-mage-spells",
"path": "packs/red-mage-spells.db",
"system": "pf2e",
"type": "Item",
"private": false,
"flags": {}
},
{
"label": "Red Mage Items",
"name": "red-mage-items",
"path": "packs/red-mage-items.db",
"system": "pf2e",
"type": "Item",
"private": false,
"flags": {}
},
{
"label": "Silufae Feats",
"name": "silufae-feats",
"path": "packs/silufae-feats.db",
"system": "pf2e",
"type": "Item",
"private": false,
"flags": {}
},
{
"label": "Silufae Heritages",
"name": "silufae-heritages",
"path": "packs/silufae-heritages.db",
"system": "pf2e",
"type": "Item",
"private": false,
"flags": {}
},
{
"label": "Ancestries",
"name": "ancestries",
"path": "packs/ancestries.db",
"system": "pf2e",
"type": "Item",
"private": false,
"flags": {}
}
],
"packFolders": [
{
"name": "Vyklade's Book of Homebrew",
"sorting": "a",
"packs": [
"vyk-journals"
],
"folders": [
{
"name":"Class Archetypes",
"sorting": "a",
"folders" : [
{
"name" : "White Druid",
"sorting": "a",
"packs":[
"white-druid-feats-features"
]
},
{
"name" : "Holy Knight",
"sorting": "a",
"packs":[
"holy-knight-actions-effects",
"holy-knight-feats-features",
"holy-knight-spells"
]
},
{
"name" : "Conduit",
"sorting": "a",
"packs":[
"conduit-actions-effects",
"conduit-feats-features"
]
},
{
"name" : "Dark Knigt",
"sorting": "a",
"packs":[
"dark-knight-actions-effects",
"dark-knight-feats-features"
]
},
{
"name" : "Red Mage",
"sorting": "a",
"packs":[
"red-mage-actions-effects",
"red-mage-feats-features",
"red-mage-spells",
"red-mage-items"
]
}
]
},
{
"name":"Archetypes",
"sorting": "a",
"folders" : [
{
"name" : "Dragoon",
"sorting": "a",
"packs":[
"dragoon-feats",
"dragoon-spells",
"dragoon-actions-effects"
]
}
]
},
{
"name":"Classes",
"sorting": "a",
"folders" : [
{
"name" : "Exemplar",
"sorting": "a",
"packs":[
"exemplar-actions-effects",
"exemplar-feats-features"
]
}
]
},
{
"name":"Ancestries",
"sorting": "a",
"packs": [ "ancestries" ],
"folders": [
{
"name": "Silufae",
"packs": [
"silufae-feats",
"silufae-heritages"
]
}
]
}
]
}
],
"flags": {
"vyk-homebrew": {
"pf2e-homebrew": {
"featTraits": {
"flair": {
"label": "Flair",
"description" : "Actions or Spells with this trait are powerful, finishing blows which end your Arcane Cascade once the action is finished. As such you must be in Arcane Cascade stance to perform them. If the action also has the Metamagic or Wind-Up traits, Arcane Cascade ends after the augmented Spell or Strike is made."
},
"dual": {
"label": "Dual",
"description" : "Actions or Spells with this trait count as both a Strike and a Spell at the same time for the purposes of entering Arcane Cascade, and thus allow you to choose whether to augment a Strike or a Cantrip when using Enchanted Assault."
},
"exemplar":"Exemplar",
"legend": {
"label": "Legend",
"description" : "Actions or Spells with the Legend trait require you to be channeling any one legend by being in a Legendary Stance. This can be any of your available Legendary Stances."
},
"dire":{
"label" :"Dire",
"description": "actions require danger as a catalyst, and are only effective in Encounter Mode where the threads of fate become less certain and more susceptible to your manipulation."
},
"shirren": "Shirren",
"astral-knight": "Astral Knight",
"power": {
"label": "Power",
"description": "<p>Actions with the Power trait require the consumption of one <b>Astral Point</b>. Astral Knights typically gain 1 Astral Point at the start of each of their turns. Actions with the Power trait also gain the Magical and Occult traits.</p>"
},
"silufae": "Silufae",
"shatter1": "Shatter 1",
"shatter2": "Shatter 2",
"shatter3": "Shatter 3",
"shatter4": "Shatter 4",
"shatter5": "Shatter 5",
"bladesong": "Bladesong",
"virtue": "Virtue",
"brand": {
"label": "Brand",
"description": "<p>Brands are a special powers which channel the fire within your soul. You must be engaged in combat or otherwise be in active danger to activate a brand. When you activate a Brand, it remains active until combat ends, you use another Brand, fall unconscious or perform your Daily Preparations.</p><p>All brands generate an Aura around you, this aura has the Aura, Divine, Emotion, Magical, and Visual traits</p>"
},
"blade-art": {
"label": "Blade Art",
"description": "<p>Blade Arts are special abilities unique to Mystic Knights. A Blade Art can only be performed once before needing to be <b>Recharge</b>.</p><p>You can Recharge all of your Blade Arts by spending 10 minutes doing the <b>Refocus</b> Activity.</p>"
},
"reaper": "Reaper",
"soul1": {
"label": "Soul 1",
"description": "<p>Feats or Soul Arts with this trait require Soul Shards equal to the value listed to activate.</p>"
},
"soul2": {
"label": "Soul 2",
"description": "<p>Feats or Soul Arts with this trait require Soul Shards equal to the value listed to activate.</p>"
},
"harvest": {
"label": "Harvest",
"description": "Class Features, Feats, or Spells with this Trait can either generate Soul Shards, Hit Points, or Temporary HP. They must be a being with soulforce present within them, living or undead.</p><p>While you can use abilities with the Harvest Traits on beings without soulforce, such as Constructs, you cannot generate Soul Shards, Hit Points, or Temporary HP in doing so."
},
"wind-up": {
"label": "Wind Up",
"description": "Feats or Soul Arts with this trait modify and enhance the next Strike you make on your Turn, even if that Strike is part of another Action."
},
"burst": {
"label": "Burst",
"description": "<p>Actions with the Burst trait require the expenditure of one or more charge blade <b>Charge</b>. This action expends </p>"
},
"buster": "Buster",
"trigger": {
"label": "Trigger",
"description": "<p> Actions with the Trigger Trait require the consumption of a <b>Charged Cartridge</b> contained within a Gunblade you are currently wielding. Regardless of the outcome of the action, the Cartridge is spent.</p>"
}
},
"spellTraits": {
"dual": {
"label": "Dual",
"description" : "Actions or Spells with this trait count as both a Strike and a Spell at the same time for the purposes of entering Arcane Cascade, and thus allow you to choose whether to augment a Strike or a Cantrip when using Enchanted Assault."
},
"aegis": "Aegis",
"virtue": "Virtue",
"bladesong": "Bladesong",
"shatter1": "Shatter 1",
"shatter2": "Shatter 2",
"shatter3": "Shatter 3",
"shatter4": "Shatter 4",
"shatter5": "Shatter 5",
"egi": {
"label": "Egi",
"description": "Spells with the Egi trait can only be casted by a Jeweled Egi. The spell still utilizes the master's Spell Attack and Spell DC and uses one of their Focus Points."
},
"reaper": "Reaper",
"sage": "Sage",
"harvest": {
"label": "Harvest",
"description": "<p>Class Features, Feats, or Spells with this Trait can either generate Soul Shards, Hit Points, or Temporary HP. They must be a being with soulforce present within them, living or undead.</p><p>While you can use abilities with the Harvest Traits on beings without soulforce, such as Constructs, you cannot generate Soul Shards, Hit Points, or Temporary HP in doing so.</p>"
}
},
"weaponTraits": {
"dual": "Dual",
"jolt": "Jolt",
"aegis": "Aegis",
"charge-blade": "Charge Blade",
"cb-sword": "Charge Blade Sword",
"gunblade": "Gunblade",
"regalia": "Regalia",
"comet-regalia": "Comet",
"asteroid-regalia": "Asteroid",
"moon-regalia": "Moon",
"star-regalia": "Star",
"primary": "Primary",
"secondary":"Secondary",
"ranged": "Ranged"
},
"weaponGroups": {
"aegis": "Aegis"
},
"baseWeapons": {
"aegis": "Aegis",
"charge-blade": "Charge Blade",
"charge-axe": "Charge Axe",
"charge-shield": "Charge Shield",
"gunblade": "Gunblade",
"comet-regalia": "Comet Regalia",
"asteroid-regalia": "Asteroid Regalia",
"moon-regalia": "Moon Regalia",
"star-regalia": "Star Regalia"
},
"creatureTraits": {
"silufae": "Silufae",
"shirren": "Shirren"
},
"languages": {
"shirren": "Shirren"
}
}
}
},
"url": "https://github.com/yoshisman8/Vyk-Homebrew",
"manifest": "https://raw.githubusercontent.com/yoshisman8/Vyk-Homebrew/main/module.json",
"download": "https://github.com/yoshisman8/Vyk-Homebrew/archive/refs/heads/main.zip",
"id": "vyk-homebrew",
"authors": [
{
"name": "Vyklade",
"flags": {}
}
],
"compatibility": {
"minimum": "11",
"verified": "11"
}
}