-
Notifications
You must be signed in to change notification settings - Fork 739
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Explosives - Improve AT/SLAM, Frag from Claymore and Bounding Mines (#…
…10105) * Reduce AT Mine Trigger Mass from 7t to 300kg So that it triggers on lighter vehicles, including Wiesel Tankettes. https://en.wikipedia.org/wiki/M15_mine#Specifications * Improve M4 SLAM mine damage towards vehicles * WIP add Claymore Mine Frag and reduce Structure Damage * Fix duplicate class definition * Improve SLAM Bottom-Attack Damage * Reduce APERS+Bounding Mine Damage and add Frag * Reduce Claymore Damage * Orient Editor/Zeus-placed SLAMs pointing upwards * ACE Copies of Ex Ammo with modified Damage * Suggested Comment Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com> --------- Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>
- Loading branch information
1 parent
9c0e329
commit 8d0e70a
Showing
8 changed files
with
77 additions
and
16 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
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 |
---|---|---|
|
@@ -34,3 +34,5 @@ | |
#define PLACE_WAITING -1 | ||
#define PLACE_CANCEL 0 | ||
#define PLACE_APPROVE 1 | ||
|
||
#define MINE_PITCH_UP 90 |
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