-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmutations.json
33 lines (33 loc) · 952 Bytes
/
mutations.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
[
{
"type": "mutation",
"id": "GREEN_ORB_LESS_SLEEP",
"name": { "str": "In a sleepless area" },
"points": 3,
"description": "Your brain seems energized here.",
"types": [ "SLEEP" ],
"category": [ "HUMAN" ],
"fatigue_modifier": -0.45,
"fatigue_regen_modifier": 1.5
},
{
"type": "mutation",
"id": "GREEN_ORB_REGENERATION",
"name": { "str": "In a regenerating area" },
"points": 3,
"description": "Your body is healing.",
"category": [ "HUMAN" ],
"healing_multiplier": 4.5,
"mending_modifier": 10
},
{
"type": "mutation",
"id": "PURPLE_ORB_LESS_GRAVITY",
"name": { "str": "Lessened gravity" },
"points": 3,
"description": "Gravity has a lesser effect on you, you can climb walls without support and falling down is harmless.",
"types": [ "SLEEP" ],
"category": [ "HUMAN" ],
"flags":["CLIMB_NO_LADDER","FEATHER_FALL"]
}
]