forked from TheWreckingCrewUK/Modset
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'refs/remotes/origin/master' into flip-v…
…ehicle
- Loading branch information
Showing
205 changed files
with
18,878 additions
and
6,721 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 |
---|---|---|
@@ -1 +1,2 @@ | ||
*.pbo | ||
*.pbo | ||
@twc_config_ww2/addons/twc_ww2_faction/late/paratroopers.hpp |
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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
/* | ||
"TWC_AmmoBox_Training_Medical_Base", | ||
*/ | ||
|
||
class TWC_AmmoBox_Training_Medical_Base: TWC_AmmoBox_Base { | ||
scope = 2; | ||
scopeCurator = 2; | ||
displayName = "Medical Supplies (Immobile)"; | ||
|
||
editorSubcategory = "TWC_Training"; | ||
|
||
class TransportItems { | ||
item_nc(ACE_fieldDressing, 100); | ||
item_nc(ACE_elasticBandage, 100); | ||
item_nc(ACE_quikclot, 100); | ||
item_nc(ACE_packingBandage, 100); | ||
|
||
item_nc(ACE_atropine, 25); | ||
item_nc(ACE_adenosine, 25); | ||
item_nc(ACE_morphine, 25); | ||
item_nc(ACE_epinephrine, 25); | ||
|
||
item_nc(ACE_salineIV_500, 50); | ||
item_nc(ACE_salineIV_250, 25); | ||
item_nc(ACE_tourniquet, 50); | ||
item_nc(ACE_bodyBag, 50); | ||
|
||
item_nc(ACE_personalAidKit, 25); | ||
item_nc(TWC_Item_Medical_SutureKit_25, 25); | ||
}; | ||
}; |
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,11 @@ | ||
class M_Vorona_HE; | ||
class SP_Blowpipe_missile: M_Vorona_HE | ||
{ | ||
trackOversteer = 1; | ||
maneuvrability = 16; | ||
sideAirFriction = 0.5; | ||
proximityExplosionDistance = 20; | ||
hit = 80; | ||
indirectHitRange = 15; | ||
indirectHit = 70; | ||
}; |
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
Oops, something went wrong.