-
Notifications
You must be signed in to change notification settings - Fork 0
/
effects.json
76 lines (76 loc) · 1.91 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
[
{
"//": "TODO maybe edit?",
"type": "effect_type",
"id": "ub_mustang",
"name": [ "Wasted" ],
"desc": [ "You tried 'Uncle Ben's Mustang' moonshine. You feel like you died, resurrected and then died again." ],
"apply_message": "You feel AWFUL.",
"int_dur_factor": "20 m",
"max_intensity": 6,
"rating": "bad",
"base_mods": { "str_mod": [ -1 ], "int_mod": [ -1 ], "dex_mod": [ -1 ], "per_mod": [ -1 ] },
"scaling_mods": {
"str_mod": [ -0.8 ],
"dex_mod": [ -0.8 ],
"int_mod": [ -0.8 ],
"per_mod": [ -1 ],
"speed_mod": [ -5 ],
"vomit_chance": [ 2 ],
"sleep_chance": [ 2 ]
}
},
{
"type": "effect_type",
"id": "took_ub_mustang"
},
{
"type": "effect_type",
"id": "confronted_hobo_victoria"
},
{
"//": "TODO change later or remove",
"type": "effect_type",
"id": "taught",
"name": [ "Teach" ],
"desc": [ "You are being taught!" ],
"int_dur_factor": "360 m",
"base_mods": { "speed_mod": [ -100000 ] },
"show_in_info": true
},
{
"//": "TODO maybe edit?",
"type": "effect_type",
"id": "dm_brew",
"name": [ "Brew of Might" ],
"apply_message": "You feel POWERFUL.",
"rating": "good",
"max_intensity": 4,
"int_dur_factor": "3600 s",
"base_mods": {
"str_mod": [ 0.75 ],
"int_mod": [ 0.75 ],
"dex_mod": [ 0.75 ],
"per_mod": [ 0.75 ],
"speed_mod": [ 5 ],
"hunger_chance": [ 50 ],
"hunger_min": [ 2 ],
"thirst_chance": [ 25 ],
"thirst_min": [ 2 ],
"thirst_tick": [ 15 ],
"hunger_tick": [ 30 ],
"pkill_amount": [ 3 ]
},
"scaling_mods": {
"str_mod": [ 0.75 ],
"dex_mod": [ 0.75 ],
"int_mod": [ 0.75 ],
"per_mod": [ 0.75 ],
"speed_mod": [ 2.5 ],
"hunger_chance": [ 20 ],
"hunger_min": [ 0.5 ],
"thirst_chance": [ 10 ],
"thirst_min": [ 0.5 ]
}
}
]