-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheffects.json
38 lines (38 loc) · 1.35 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
[
{
"type": "effect_type",
"id": "effect_solipsist_soliloquy",
"name": [ "[Δ]Sonorous Soliloquy" ],
"desc": [ "A gentle hum resounds within your ears as your mind relaxes." ],
"removes_effects": [ "dazed", "stunned" ]
},
{
"type": "effect_type",
"id": "effect_positivist_dauntless",
"name": [ "[Δ]Dauntless Essence-Function" ],
"desc": [ "A tremor thunders through your body as the mind supplants the wounds it sustained." ],
"removes_effects": [ "bleed" ]
},
{
"type": "effect_type",
"id": "effect_positivist_should",
"name": [ "[Δ]As It Should Be" ],
"desc": [ "A shudder envelops your selfless body as contaminant organisms are expunged." ],
"removes_effects": [ "dermatik", "tapeworm", "bloodworms", "brainworms", "paincysts" ]
},
{
"type": "effect_type",
"id": "effect_positivist_shaed",
"name": [ "[Δ]Shaed Of Memory Lapse" ],
"desc": [ "If a tree fell in the middle of a forest, and everyone witnessed it, but no one remembered it, did it truly ever fall?" ],
"flags": [ "EFFECT_INVISIBLE" ]
},
{
"type": "effect_type",
"id": "effect_decomposition",
"name": [ "[Δ]Decomposition" ],
"desc": [ "A direct assault against the mind; and when the mind dies, the body is soon to follow." ],
"show_in_info": true,
"base_mods": { "hurt_min": [ 10 ] }
}
]