forked from kettleswordfang/reapermod
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbooks.json
39 lines (39 loc) · 1019 Bytes
/
books.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
[
{
"id": "relicscythes_book",
"type": "BOOK",
"name": "The Chorus of Forbidden Blades",
"name_plural": "Choruses of Forbidden Blades",
"description": "Handwritten notes detailing the stories and construction for the ultimate scythes.",
"weight": 1313,
"volume": 10,
"price": 13000,
"bashing": 4,
"material": [ "paper", "leather" ],
"symbol": "?",
"color": "brown",
"skill": "fabrication",
"required_level": 4,
"max_level": 5,
"time": 30
},
{
"id": "basicscythes_book",
"type": "BOOK",
"name": "Grim Tools for Soul Reaping",
"name_plural": "Grim Tools for Soul Reaping",
"description": "Handwritten notes detailing construction and improvements for war scythes.",
"weight": 770,
"volume": 5,
"price": 7700,
"bashing": 4,
"material": [ "paper" ],
"symbol": "?",
"color": "light_gray",
"skill": "fabrication",
"required_level": 4,
"max_level": 5,
"intelligence": 8,
"time": 30
}
]