-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathvitamins.json
More file actions
57 lines (57 loc) · 1.21 KB
/
vitamins.json
File metadata and controls
57 lines (57 loc) · 1.21 KB
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
[
{
"id": "vitamin_psionic_drain",
"type": "vitamin",
"vit_type": "counter",
"name": { "str": "Nether-Attunement Counter" },
"excess": "effect_disease_psionic_drain",
"min": 0,
"max": 250,
"rate": "5 m",
"disease_excess": [
[ 15, 34 ],
[ 35, 54 ],
[ 55, 74 ],
[ 75, 94 ],
[ 95, 114 ],
[ 115, 134 ],
[ 135, 154 ],
[ 155, 174 ],
[ 175, 194 ],
[ 195, 214 ],
[ 215, 234 ],
[ 235, 250 ]
]
},
{
"id": "passenger_pigeon_aura",
"type": "vitamin",
"vit_type": "counter",
"name": { "str": "Passenger Pigeon Aura" },
"excess": "pigeon_aura",
"deficiency": "pigeon_aura_prep",
"min": 0,
"max": 1000,
"rate": "1 m",
"disease": [ [ 1, 400 ] ],
"disease_excess": [ [ 401, 1000 ] ]
},
{
"id": "vitamin_maintained_powers",
"type": "vitamin",
"vit_type": "counter",
"name": { "str": "Maintained Powers Counter" },
"min": 0,
"max": 100,
"rate": "0 h"
},
{
"id": "vitamin_psi_learning_counter",
"type": "vitamin",
"vit_type": "counter",
"name": { "str": "Psionic Powers Learning Counter" },
"min": 0,
"max": 1,
"rate": "0 h"
}
]