-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmoonpath.json
144 lines (144 loc) · 3.8 KB
/
moonpath.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
[{
"type": "animal",
"name": "Rivercrab",
"properName": "Rivercrab",
"sortName": "Mudcrab, Rivercrab",
"animalSwitch": "_DS_Hunterborn_IncludeMudcrab",
"carcassMessageBox": "_DS_MsgBox_FreshCarcass_Clean",
"carcassSize": "1",
"carcassWeight": "30",
"carcassValue": "5",
"peltCount": ["2", "1", "2", "2"],
"furPlateCount": ["1", "2", "4", "8"],
"meat": "FoodAnvilRivercrabmeat",
"mats": [{
"Anvil_rivercrabChitin": 1
}, {
"Anvil_rivercrabChitin": 1
}, {
"Anvil_rivercrabChitin": 1
}, {
"_DS_AnimalBone_Small": 1
}
],
"negativeTreasure": [],
"sharedDeathItems": "",
"bloodType": "",
"venom": "",
"voice": "CrMudcrabVoice"
}, {
"type": "monster",
"name": "JungleQueen",
"properName": "Jungle Queen",
"sortName": "Spider, Jungle Queen",
"animalSwitch": "_DS_Hunterborn_IncludeMonsterSpiders",
"carcassMessageBox": "",
"carcassSize": "5",
"carcassWeight": "",
"carcassValue": "",
"peltCount": ["2", "1", "2", "2"],
"furPlateCount": ["1", "1", "2", "3"],
"meat": "_DS_Food_Raw_Spider",
"mats": [{
"SpiderEgg": 1,
"_DS_AnimalBone_Small": 1
}, {
"SpiderEgg": 1,
"_DS_AnimalBone_Small": 1
}, {
"SpiderEgg": 2,
"_DS_AnimalBone_Small": 1
}, {
"_DS_AnimalBone_Small": 1
}
],
"negativeTreasure": ["Anvil_PoisonbiteVenom"],
"sharedDeathItems": "",
"bloodType": "",
"venom": "Anvil_PoisonbiteVenom",
"voice": "CrFrostbiteSpiderGiantVoice"
}, {
"type": "animal",
"name": "Hyena",
"properName": "Hyena",
"sortName": "Hyena",
"animalSwitch": "",
"carcassMessageBox": "_DS_MsgBox_FreshCarcass",
"carcassSize": "2",
"carcassWeight": "50",
"carcassValue": "10",
"peltCount": ["2", "1", "2", "2"],
"furPlateCount": ["1", "1", "2", "3"],
"meat": "Food_Anvil_hyenaMeat",
"mats": [],
"negativeTreasure": [],
"sharedDeathItems": "",
"bloodType": "",
"venom": "",
"voice": "CrWolfVoice"
}, {
"type": "monster",
"name": "Siligonder",
"properName": "Siligonder",
"sortName": "Siligonder",
"animalSwitch": "",
"carcassMessageBox": "",
"carcassSize": "3",
"carcassWeight": "",
"carcassValue": "",
"peltCount": ["2", "1", "2", "2"],
"furPlateCount": ["1", "1", "2", "3"],
"meat": "",
"mats": [{
"Anvil_siligonderChitin": 1
}, {
"ChaurusEggs": 1,
"Anvil_siligonderChitin": 1
}, {
"Anvil_siligonder_egg": 2,
"Anvil_siligonderChitin": 1
}, {
"Anvil_siligonder_egg": 1,
"_DS_AnimalBone_Small": 1,
"_DS_AnimalBone_Large": 1
}
],
"negativeTreasure": ["Anvil_siligonderChitin", "Anvil_siligonder_egg"],
"sharedDeathItems": "",
"bloodType": "",
"venom": "",
"voice": "CrChaurusVoice"
}, {
"type": "animal",
"name": "Guar",
"properName": "Guar",
"sortName": "Guar",
"animalSwitch": "",
"carcassMessageBox": "",
"carcassSize": "3",
"carcassWeight": "50",
"carcassValue": "10",
"peltCount": ["2", "1", "2", "2"],
"furPlateCount": ["1", "1", "2", "3"],
"meat": "",
"mats": [{
"AnvilGuartooth": 1
}, {
"AnvilGuartooth": 1,
"anvilGuareyeball": 1
}, {
"AnvilGuartooth": 2,
"anvilGuareyeball": 2
}, {
"AnvilGuartooth": 1,
"_DS_AnimalBone_Small": 1,
"_DS_AnimalBone_Large": 1
}
],
"negativeTreasure": ["AnvilGuartooth", "anvilGuareyeball"],
"sharedDeathItems": "",
"bloodType": "",
"venom": "",
"voice": "CrWerewolfVoice"
}
]