File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -44,9 +44,9 @@ class DP4_Conf:
44
44
# see DP4_Event.new
45
45
# valid range: 0.0 - 1.0
46
46
event_group_chance : dict [str , float ] = {
47
- 'death' : 0.03 ,
48
- 'gift' : 0.04 ,
49
- 'hacker' : 0.05 ,
47
+ 'death' : 0.04 ,
48
+ 'gift' : 0.05 ,
49
+ 'hacker' : 0.06 ,
50
50
'container' : 0.21 ,
51
51
'entity' : 1.0 ,
52
52
}
@@ -135,7 +135,7 @@ class DP4_Conf:
135
135
136
136
sim_walk_walking_duration : tuple [float , float ] = (5.0 , 15.0 )
137
137
sim_walk_enternewregion_duration : tuple [float , float ] = (10.0 , 20.0 )
138
- sim_walk_startevent_chance : float = 0.2
138
+ sim_walk_startevent_chance : float = 0.24
139
139
140
140
sim_sell_searchvendor_duration : tuple [float , float ] = (7.0 , 20.0 )
141
141
sim_sell_negvendormod_duration : tuple [float , float ] = (7.0 , 15.0 )
You can’t perform that action at this time.
0 commit comments