-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlists.json
47 lines (47 loc) · 2.06 KB
/
lists.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
{
"SIZES": [ { "id": "Tiny", "hd": 4, "speed": 20 },
{ "id": "Small", "hd": 6, "speed": 20 },
{ "id": "Medium", "hd": 8, "speed": 30 },
{ "id": "Large", "hd": 10, "speed": 40 },
{ "id": "Huge", "hd": 12, "speed": 50 },
{ "id": "Gargantuan", "hd": 20, "speed": 50 } ],
"TYPES": [ "aberration", "beast", "celestial", "construct", "dragon", "elemental",
"fey", "fiend", "giant", "humanoid", "monstrosity", "ooze", "plant", "undead" ],
"TAGS": [ "aarakocra", "aasimar", "bullywug", "demon", "devil", "dragonborn", "dwarf",
"elf", "gith", "goblinoid", "gnoll", "gnome", "grimlock", "half-elf",
"half-orc", "halfling", "human", "kenku", "kobold", "kuo-toa", "lizardfolk",
"merfolk", "orc", "quaggoth", "sahuagin", "shapechanger", "tiefling",
"thri-kreen", "titan", "troglodyte", "yuan-ti", "yugoloth", "zombie" ],
"ALIGNMENTS": [ "unaligned", "lawful good", "neutral good", "chaotic good",
"lawful neutral", "neutral", "chaotic neutral", "lawful evil",
"neutral evil", "chaotic evil", "any alignment", "any good alignment",
"any non-good alignment", "any evil alignment", "any non-evil alignment",
"any lawful alignment", "any non-lawful alignment", "any chaotic alignment",
"any non-chaotic alignment", "any neutral alignment",
"any non-neutral alignment" ],
"monster": {
"abilities": [ { "id" : "Str", "score" : 10, "mod" : 0 },
{ "id" : "Dex", "score" : 10, "mod" : 0 },
{ "id" : "Con", "score" : 10, "mod" : 0 },
{ "id" : "Int", "score" : 10, "mod" : 0 },
{ "id" : "Wis", "score" : 10, "mod" : 0 },
{ "id" : "Cha", "score" : 10, "mod" : 0 } ],
"alignment": "any alignment",
"attacks": [],
"hd": 1,
"movement" : [ { "id": "", "speed": 0 },
{ "id": "fly", "speed": 0 },
{ "id": "swim", "speed": 0 },
{ "id": "climb", "speed": 0 },
{ "id": "burrow", "speed": 0 } ],
"type": "humanoid"
},
"builder": {
"tab": "stats",
"hdMode": "fixed",
"defaultAttack" : {
"name": "",
"damage": { "dice": { "num": 1, "size": 8 }}
}
}
}