-
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.
* Update enemy_mapping format string.key function already turns strings into Idstrings * Add missing enemy_mapping units This includes Bellmead Marshals as well as all other faction-specific assault units * Fix cop_scared surrender preset This is the unkillable loud tutorial cop the game makes you dominate * Fix groupaitweakdata oversights short_ponr_heists now takes effect, and some PONR reenforce tweaks are fixed to actually apply to PONR * Convert spaces to tabs * Couple more spaces to tabs * Fix error on game launch * Make scripted spawn replacements work as intended
- Loading branch information
Showing
32 changed files
with
361 additions
and
305 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
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
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
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
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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
return { | ||
[101829] = { | ||
ponr = 240, | ||
ponr_player_mul = {2, 1.5, 1.25, 1} | ||
} | ||
} | ||
[101829] = { | ||
ponr = 240, | ||
ponr_player_mul = {2, 1.5, 1.25, 1} | ||
} | ||
} |
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
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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
return { | ||
[100628] = { | ||
[100628] = { | ||
values = { | ||
enabled = false | ||
} | ||
}, | ||
[100720] = { | ||
set_ponr_state = true | ||
} | ||
} | ||
}, | ||
[100720] = { | ||
set_ponr_state = true | ||
} | ||
} |
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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
return { | ||
[101967] = { | ||
values = { | ||
enabled = false | ||
} | ||
}, | ||
[100614] = { | ||
set_ponr_state = true | ||
} | ||
} | ||
[101967] = { | ||
values = { | ||
enabled = false | ||
} | ||
}, | ||
[100614] = { | ||
set_ponr_state = true | ||
} | ||
} |
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
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 |
---|---|---|
@@ -1,11 +1,11 @@ | ||
return { | ||
[103218] = { | ||
[103218] = { | ||
values = { | ||
enabled = false | ||
} | ||
}, | ||
[101061] = { | ||
ponr = 200, | ||
ponr_player_mul = {1.5, 1.25, 1, 1} | ||
} | ||
} | ||
}, | ||
[101061] = { | ||
ponr = 200, | ||
ponr_player_mul = {1.5, 1.25, 1, 1} | ||
} | ||
} |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
return { | ||
[107196] = { | ||
ponr = 60, | ||
ponr_player_mul = {2.5, 1.5, 1, 1} | ||
} | ||
} | ||
[107196] = { | ||
ponr = 60, | ||
ponr_player_mul = {2.5, 1.5, 1, 1} | ||
} | ||
} |
Oops, something went wrong.