-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDawnguard.json
50 lines (50 loc) · 1.2 KB
/
Dawnguard.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
[{
"type": "monster",
"name": "Gargoyle",
"properName": "",
"sortName": "Gargoyle",
"animalSwitch": "",
"carcassMessageBox": "",
"carcassSize": "3",
"carcassWeight": "",
"carcassValue": "",
"peltCount": ["4", "2", "2", "2"],
"furPlateCount": ["2", "4", "8", "16"],
"meat": "",
"mats": [],
"negativeTreasure": [],
"sharedDeathItems": "",
"bloodType": "",
"venom": "",
"voice": "CrGargoyleVoice"
}, {
"type": "monster",
"name": "DeathHound",
"properName": "Death Hound",
"sortName": "Death Hound",
"animalSwitch": "",
"carcassMessageBox": "",
"carcassSize": "2",
"carcassWeight": "",
"carcassValue": "",
"peltCount": ["4", "2", "2", "2"],
"furPlateCount": ["1", "2", "4", "8"],
"meat": "FoodDogMeat",
"mats": [{
"_DS_CanineTooth": 1
}, {
"_DS_CanineTooth": 1
}, {
"_DS_CanineTooth": 2
}, {
"_DS_CanineTooth": 1,
"_DS_AnimalBone_Small": 2
}
],
"negativeTreasure": ["FoodDogMeat"],
"sharedDeathItems": "",
"bloodType": "",
"venom": "",
"voice": "CrDogDeathHound"
}
]