Skip to content

Commit 60e1bd9

Browse files
committed
Tuning
1 parent c787202 commit 60e1bd9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

game/lib/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ class DP4_Conf:
4444
# see DP4_Event.new
4545
# valid range: 0.0 - 1.0
4646
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,
5050
'container': 0.21,
5151
'entity': 1.0,
5252
}
@@ -135,7 +135,7 @@ class DP4_Conf:
135135

136136
sim_walk_walking_duration: tuple[float, float] = (5.0, 15.0)
137137
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
139139

140140
sim_sell_searchvendor_duration: tuple[float, float] = (7.0, 20.0)
141141
sim_sell_negvendormod_duration: tuple[float, float] = (7.0, 15.0)

0 commit comments

Comments
 (0)