-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy patheffects.json
124 lines (123 loc) · 3.15 KB
/
effects.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
[{"type": "effect_type",
"id": "camraconda_stare_effect",
"name": [
"Frozen"
],
"desc":["You're completely frozen in space."],
"max_intensity": 1,
"apply_message": "You can't move.",
"int_dur_factor": 1,
"miss_messages": [["You can't move.", 1]],
"max_duration": "1 s",
"base_mods": {
"sleep_amount":[10],
"sleep_chance":[10000],
"speed_mod": [ -1000 ],
"dex_mod": [ -100 ],
"sleep_chance_bot":[10000]
}
},
{
"type": "effect_type",
"id": "green_orb_area_sleep_quality",
"name": [ "Slowed Tiredness" ],
"desc": [ "You feel noticeably less tired while in this area." ],
"max_intensity": 1,
"int_add_val": 1,
"max_duration": "10 s",
"enchantments":[
{
"condition":"ALWAYS",
"mutations":["GREEN_ORB_LESS_SLEEP"]
}
]
},
{
"type": "effect_type",
"id": "green_orb_area_focus",
"name": [ "Enhanced Focus" ],
"desc": [ "You find it easier to focus on tasks while in this area." ],
"max_intensity": 1,
"int_add_val": 1,
"max_duration": "10 s",
"enchantments":[
{
"condition":"ALWAYS",
"values":[ {"value":"LEARNING_FOCUS","add":50},{"value":"INTELLIGENCE","add":4},{"value":"READING_EXP","multiply":1.5}]
}
]
},
{
"type": "effect_type",
"id": "green_orb_area_noise",
"name": [ "Reduced noise" ],
"desc": [ "This place seems unusually quiet." ],
"max_intensity": 1,
"int_add_val": 1,
"max_duration": "10 s",
"enchantments":[
{
"condition":"ALWAYS",
"values":[ {"value":"FOOTSTEP_NOISE","multiply":0.01},{"value":"SHOUT_NOISE","multiply":0.01}]
}
]
},
{
"type": "effect_type",
"id": "green_orb_area_move",
"name": [ "Easier Navigation" ],
"desc": [ "Moving through this area is unnaturally easy." ],
"max_intensity": 1,
"int_add_val": 1,
"max_duration": "10 s",
"enchantments":[
{
"condition":"ALWAYS",
"values":[ {"value":"MOVE_COST","multiply":-0.5}]
}
]
},
{
"type": "effect_type",
"id": "green_orb_area_regen",
"name": [ "Healthier" ],
"desc": [ "You feel healthier.. you're not exactly sure in what way." ],
"max_intensity": 1,
"int_add_val": 1,
"max_duration": "10 s",
"enchantments":[
{
"condition":"ALWAYS",
"mutations":["GREEN_ORB_REGENERATION"]
}
]
},
{
"type": "effect_type",
"id": "eff_xeno_coffee",
"name": [ "Xeno coffee" ],
"desc": [ "The world feels slower, your reflexes are at their prime." ],
"max_intensity": 5,
"apply_message": "Your brain goes on overdrive.",
"int_dur_factor": 1000,
"max_duration": "40 m",
"enchantments":[
{
"condition":"ALWAYS",
"values":[{"value":"SPEED","add":50},
{"value":"BONUS_DODGE","add":5},
{"value":"EVASION","add":0.5},
{"value":"MELEE_DAMAGE","add":8}
]
}
]
},
{
"type": "effect_type",
"id": "ink_blot",
"name": [ "inked" ],
"desc": [ "Range of Sight: 1; You are covered in ink!" ],
"apply_message": "You're covered in ink!",
"rating": "bad",
"base_mods": { "per_mod": [ -3 ]}
}]