-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-Authored-By: Sebastian Gabl (aka Hoppip) <[email protected]>
- Loading branch information
1 parent
c93e13b
commit 8b23c02
Showing
1 changed file
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
return { | ||
-- Special ambush chance increase | ||
[103072] = { | ||
values = { | ||
chance = 75 | ||
} | ||
}, | ||
[105563] = { | ||
values = { | ||
player_1 = true | ||
} | ||
}, | ||
[105574] = { | ||
values = { | ||
player_1 = true | ||
} | ||
}, | ||
-- Enable spawns sooner | ||
[103882] = { | ||
on_executed = { | ||
{ id = 100251, delay = 30 }, | ||
{ id = 105774, delay = 20 } | ||
} | ||
}, | ||
-- Enable all street reinforce spots when first responders arrive | ||
[104727] = { | ||
on_executed = { | ||
{ id = 100364, delay = 0 } | ||
} | ||
}, | ||
[104728] = { | ||
on_executed = { | ||
{ id = 100364, delay = 0 } | ||
} | ||
}, | ||
[104729] = { | ||
on_executed = { | ||
{ id = 100364, delay = 0 } | ||
} | ||
}, | ||
[104730] = { | ||
on_executed = { | ||
{ id = 100364, delay = 0 } | ||
} | ||
} | ||
} |