aboutsummaryrefslogtreecommitdiff
path: root/martial_arts_manuals.json
blob: 0c11c89d67892fff17fc09af7e6001aa36b5c906 (plain)
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
[
    {
        "id": "manual_maid",
        "type": "GENERIC",
        "category": "books",
        "symbol": "?",
        "color": "green",
        "name": "101 ways to protect my master",
        "description": "A manual penned by different maids, listing all of their ideas on physical ways to protect their masters. The later pages are filled with drawings from what little you can peek, but they're stuck together with something.",
        "price": 20000,
        "material": "paper",
        "weight": 150,
        "volume": 1,
        "use_action": "MA_MANUAL",
        "book_data": {
            "max_level" : 0,
            "intelligence" : 5,
            "time" : 10,
            "fun" : 0,
            "skill" : "none",
            "required_level" : 0,
            "chapters": 5
        }
   }
]