forked from Skullyian/Pokemon5e-items
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
143 lines (143 loc) · 3.84 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
{
"name": "Pokemon5e-items",
"title": "Pokemon5e Items",
"description": "Adds items for the Pokemon5e system with limited support for BetterRolls and DynamicEffects",
"author": "MajorVictory",
"version": "1.3.0",
"minimumCoreVersion": "0.6.5",
"compatibleCoreVersion": "0.6.5",
"packs": [
{
"name": "classes",
"label": "Pokemon Classes and Subclasses",
"path": "packs/p5e-classes.db",
"entity": "Item",
"module": "Pokemon5e-items"
},
{
"name": "subclasses",
"label": "Pokemon Subclass Features",
"path": "packs/p5e-subclass-features.db",
"entity": "Item",
"module": "Pokemon5e-items"
},
{
"name": "medicine",
"label": "Pokemon Medicines",
"path": "packs/p5e-medicine.db",
"entity": "Item",
"module": "Pokemon5e-items"
},
{
"name": "pokeball",
"label": "Pokemon Pokeballs",
"path": "packs/p5e-pokeball.db",
"entity": "Item",
"module": "Pokemon5e-items"
},
{
"name": "pokedex-types",
"label": "Pokemon Pokedex Types",
"path": "packs/p5e-pokedex-types.db",
"entity": "Item",
"module": "Pokemon5e-items"
},
{
"name": "x-item",
"label": "Pokemon X-Items",
"path": "packs/p5e-x-item.db",
"entity": "Item",
"module": "Pokemon5e-items"
},
{
"name": "evolution",
"label": "Pokemon Evolution Items",
"path": "packs/p5e-evolution.db",
"entity": "Item",
"module": "Pokemon5e-items"
},
{
"name": "berry",
"label": "Pokemon Berries",
"path": "packs/p5e-berry.db",
"entity": "Item",
"module": "Pokemon5e-items"
},
{
"name": "held-item",
"label": "Pokemon Held Items",
"path": "packs/p5e-held-item.db",
"entity": "Item",
"module": "Pokemon5e-items"
},
{
"name": "items",
"label": "Pokemon Items",
"path": "packs/p5e-items.db",
"entity": "Item",
"module": "Pokemon5e-items"
},
{
"name": "badges",
"label": "Pokemon Trainer Badges",
"path": "packs/p5e-badges.db",
"entity": "Item",
"module": "Pokemon5e-items"
},
{
"name": "tm",
"label": "Pokemon Technical Machines",
"path": "packs/p5e-tms.db",
"entity": "Item",
"module": "Pokemon5e-items"
},
{
"name": "natures",
"label": "Pokemon Natures",
"path": "packs/p5e-natures.db",
"entity": "Item",
"module": "Pokemon5e-items"
},
{
"name": "loyalties",
"label": "Pokemon Loyalties",
"path": "packs/p5e-loyalties.db",
"entity": "Item",
"module": "Pokemon5e-items"
},
{
"name": "conditions",
"label": "Pokemon Conditions",
"path": "packs/p5e-conditions.db",
"entity": "JournalEntry",
"module": "Pokemon5e-items"
},
{
"name": "tables",
"label": "Pokemon Rolltables",
"path": "packs/p5e-tables.db",
"entity": "RollTable",
"module": "Pokemon5e-items"
},
{
"name": "macros",
"label": "Pokemon Macros",
"path": "packs/p5e-macros.db",
"entity": "Macro",
"module": "Pokemon5e-items"
}
],
"scripts": [
"scripts/load-p5e-extras.js"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"url": "https://github.com/MajorVictory/Pokemon5e-items",
"manifest": "https://raw.githubusercontent.com/MajorVictory/Pokemon5e-items/master/module.json",
"download": "https://github.com/MajorVictory/Pokemon5e-items/releases/download/v1.3.0/Pokemon5e-items.zip"
}