-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmodule.json
141 lines (138 loc) · 4.29 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
{
"title": "PF2E - Darth & Drow's Brewery",
"description": "<p>A collection of Homebrew Classes, Feats, Mechanics and Tweaks for Pathfinder 2nd edition</p><p></p><p>Support us on <a href=\"https://www.patreon.com/user?u=70815503\">Patreon</a> or <a href=\"https://ko-fi.com/helpfuldrow\">Kofi</a>.</p><p></p>",
"version": "1.0.0",
"packs": [
{
"name": "harrower-actions-and-spells",
"label": "Harrower Actions and Spells",
"system": "pf2e",
"path": "packs/harrower-actions-and-spells.db",
"type": "Item",
"private": false,
"flags": {}
},
{
"name": "harrower-class-and-features",
"label": "Harrower Class and Features",
"system": "pf2e",
"path": "packs/harrower-class-and-features.db",
"type": "Item",
"private": false,
"flags": {}
},
{
"name": "harrower-macros",
"label": "Harrower Macros",
"system": "pf2e",
"path": "packs/harrower-macros.db",
"type": "Macro",
"private": false,
"flags": {}
},
{
"name": "darth-drow-improved-combat-cantrips",
"label": "Improved Combat Cantrips (Darth & Drow)",
"system": "pf2e",
"path": "packs/darth-drow-improved-combat-cantrips.db",
"type": "Item",
"private": false,
"flags": {}
},
{
"name": "darth-drow-improved-combat-cantrips-effects",
"label": "Improved Combat Cantrips (Spell Effects)",
"system": "pf2e",
"path": "packs/darth-drow-improved-combat-cantrips-effects.db",
"type": "Item",
"private": false,
"flags": {}
}
],
"flags": {
"pf2e-darth-and-drow": {
"pf2e-homebrew": {
"featTraits": {
"harrower": {
"label": "Harrower",
"description": "<p>This feat, spell or action is related to the Harrower class.</p>"
},
"dire": {
"label": "Dire",
"description": "<p>Dire 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.</p>"
},
"cardplay": {
"label": "Cardplay",
"description": "<p>Cardplay actions draw power from a Harrow Card and invoke its legend upon reality. You can perform only one Cardplay action per round.</p>"
}
},
"spellTraits": {
"harrower": {
"label": "Harrower",
"description": "<p>This feat, spell or action is related to the Harrower class.</p>"
},
"cardplay": {
"label": "Cardplay",
"description": "<p>Cardplay actions draw power from a Harrow Card and invoke its legend upon reality. You can perform only one Cardplay action per round.</p>"
},
"true-neutral": "True Neutral",
"neutral": "Neutral"
},
"weaponTraits": {
"spell-foci": "Spell Foci"
},
"weaponGroups": {
"spell-foci": "Spell Foci"
},
"baseWeapons": {
"spell-foci": "Spell Foci"
},
"equipmentTraits": {
"spell-foci": {
"label": "Spell Foci",
"description": "<p>A spell Foci is a special held item which enhances your Spellcasting.</p>"
}
}
}
}
},
"url": "https://www.patreon.com/user?u=70815503",
"manifest": "https://raw.githubusercontent.com/yoshisman8/pf2e_darth_and_drow/main/module.json",
"download": "https://github.com/yoshisman8/pf2e_darth_and_drow/archive/refs/heads/main.zip",
"id": "pf2e-darth-and-drow",
"authors": [
{
"name":"Vyklade",
"url":"https://ko-fi.com/vyklade",
"flags":{
}
},
{
"name":"Helpful Drow",
"url":"https://www.patreon.com/user?u=70815503",
"flags":{
}
},
{
"name":"Darthawesome",
"url":"https://www.patreon.com/user?u=70815503",
"flags":{
}
}
],
"relationships": {
"systems": [
{
"id": "pf2e",
"type": "system",
"compatibility": {
"minimum": "5.0.2"
}
}
]
},
"compatibility": {
"minimum": "11",
"verified": "11"
}
}