forked from Sliperr34/PM_World
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheffects.json
98 lines (98 loc) · 2.78 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
[
{
"type": "effect_type",
"id": "red_acid",
"name": [ "Wrath" ],
"desc": [ "You're covered in red, burning rage" ],
"apply_message": "You're covered in red, burning rage",
"rating": "bad",
"max_duration": "12 s",
"max_intensity": 3,
"int_dur_factor": "3 s",
"base_mods": { "hurt_min": [ 2 ], "hurt_chance": [ 1 ], "hurt_chance_bot": [ 10 ] },
"scaling_mods": { "hurt_chance": [ 2 ] },
"show_in_info": true
},
{
"type": "effect_type",
"id": "accel",
"name": [ "accelerating" ],
"desc": [ "You hit something and now regain your speed" ],
"apply_message": "You hit something and now regain your speed",
"rating": "neutral",
"max_duration": "10 s",
"max_intensity": 10,
"int_decay_remove": true,
"int_decay_tick": 1,
"base_mods": { "speed_mod": [ 25 ], "dodge_mod": [ 3 ] },
"scaling_mods": { "speed_mod": [ -8 ], "dodge_mod": [ -0.7 ] },
"show_in_info": true
},
{
"type": "effect_type",
"id": "unnatural_str",
"name": [ "Unnatural Strenght" ],
"desc": [ "You feel a new power, but for how long?" ],
"apply_message": " ",
"rating": "good",
"max_duration": "24 h",
"max_intensity": 5,
"int_decay_remove": true,
"int_decay_tick": 21600,
"base_mods": { "str_mod": [ 1 ] },
"scaling_mods": { "str_mod": [ 1.5 ] },
"show_in_info": true
},
{
"type": "effect_type",
"id": "unnatural_agi",
"name": [ "Unnatural Agility" ],
"desc": [ "You feel a new power, but for how long?" ],
"apply_message": " ",
"rating": "good",
"max_duration": "24 h",
"max_intensity": 5,
"int_decay_remove": true,
"int_decay_tick": 21600,
"base_mods": { "dex_mod": [ 1 ] },
"scaling_mods": { "dex_mod": [ 1.5 ] },
"show_in_info": true
},
{
"type": "effect_type",
"id": "unnatural_per",
"name": [ "Unnatural Perception" ],
"desc": [ "You feel a new power, but for how long?" ],
"apply_message": " ",
"rating": "good",
"max_duration": "24 h",
"max_intensity": 5,
"int_decay_remove": true,
"int_decay_tick": 21600,
"base_mods": { "per_mod": [ 1 ] },
"scaling_mods": { "per_mod": [ 1.5 ] },
"show_in_info": true
},
{
"type": "effect_type",
"id": "unnatural_int",
"name": [ "Unnatural Intellect" ],
"desc": [ "You feel a new power, but for how long?" ],
"apply_message": " ",
"rating": "good",
"max_duration": "24 h",
"max_intensity": 5,
"int_decay_remove": true,
"int_decay_tick": 21600,
"base_mods": { "int_mod": [ 1 ] },
"scaling_mods": { "int_mod": [ 1.5 ] },
"show_in_info": true
},
{
"type": "effect_type",
"id": "EGO_CD",
"name": [ "Cool down of EGO" ],
"desc": [ "Your EGO is on cooldown!" ],
"flags": [ "EGO_COOLDOWN" ]
}
]