Skip to content

Commit

Permalink
sh branch bank script
Browse files Browse the repository at this point in the history
Co-Authored-By: Sebastian Gabl (aka Hoppip) <[email protected]>
  • Loading branch information
nikitawastaken and segabl committed Dec 12, 2023
1 parent c93e13b commit 8b23c02
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions req/mission_script/branchbank.lua
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 }
}
}
}

0 comments on commit 8b23c02

Please sign in to comment.