mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
debriefing based on events, not world state; tweaked visualgen; vehicles will not group in single location during capture op; fixed triggers for carrier ops; fixed naval ops; correct speed for inflight heli spawns; awacs will not change it's freq
This commit is contained in:
@@ -63,11 +63,12 @@ __original_static_dict = Static.dict
|
||||
Static.dict = __monkey_static_dict
|
||||
|
||||
FRONT_SMOKE_LENGTH = 80000
|
||||
FRONT_SMOKE_SPACING = 600
|
||||
FRONT_SMOKE_RANDOM_SPREAD = 3000
|
||||
FRONT_SMOKE_SPACING = 800
|
||||
FRONT_SMOKE_RANDOM_SPREAD = 4000
|
||||
FRONT_SMOKE_TYPE_CHANCES = {
|
||||
10: MassiveSmoke,
|
||||
60: BigSmoke,
|
||||
2: MassiveSmoke,
|
||||
15: BigSmoke,
|
||||
30: Smoke,
|
||||
100: Smoke,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user