-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathvitamins.json
34 lines (34 loc) · 843 Bytes
/
vitamins.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
[
{
"id": "vitamin_magical_research_insight_basic",
"type": "vitamin",
"//": "Tracker for elementary magical research.",
"vit_type": "counter",
"name": { "str": "Magical Research Insight" },
"min": 0,
"max": 5,
"rate": "0 m"
},
{
"id": "channeling_overload",
"type": "vitamin",
"vit_type": "counter",
"name": { "str": "Channeling Overload" },
"excess": "power_drain_shock",
"min": 0,
"max": 200,
"rate": "2 h",
"disease_excess": [ [ 20, 40 ], [ 41, 60 ], [ 61, 90 ], [ 91, 200 ] ]
},
{
"id": "potion_overload",
"type": "vitamin",
"vit_type": "counter",
"name": { "str": "Potion Overload" },
"excess": "potion_sickness",
"min": 0,
"max": 15,
"rate": "90 m",
"disease_excess": [ [ 4, 7 ], [ 8, 10 ], [ 11, 12 ], [ 13, 15 ] ]
}
]