mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-27 10:11:51 +03:00
Update smokes and flares
This commit is contained in:
@@ -162,6 +162,8 @@ AmmoUS[] =
|
||||
{Loot_MAGAZINE, 1, FlareWhite_M203},
|
||||
{Loot_MAGAZINE, 1, FlareGreen_M203},
|
||||
{Loot_MAGAZINE, 1, 1Rnd_Smoke_M203},
|
||||
{Loot_MAGAZINE, 1, 1Rnd_SmokeRed_M203},
|
||||
{Loot_MAGAZINE, 1, 1Rnd_SmokeGreen_M203},
|
||||
|
||||
// Hand grenades
|
||||
{Loot_MAGAZINE, 1, SmokeShell},
|
||||
@@ -225,11 +227,12 @@ AmmoEU[] =
|
||||
{Loot_MAGAZINE, 1, FlareWhite_M203},
|
||||
{Loot_MAGAZINE, 1, FlareGreen_M203},
|
||||
{Loot_MAGAZINE, 1, 1Rnd_Smoke_M203},
|
||||
{Loot_MAGAZINE, 1, 1Rnd_SmokeYellow_M203},
|
||||
|
||||
// Hand grenades
|
||||
{Loot_MAGAZINE, 1, SmokeShell},
|
||||
{Loot_MAGAZINE, 1, SmokeShellRed},
|
||||
{Loot_MAGAZINE, 1, SmokeShellGreen},
|
||||
{Loot_MAGAZINE, 1, SmokeShellYellow},
|
||||
{Loot_MAGAZINE, 1, SmokeShellBlue},
|
||||
{Loot_MAGAZINE, 1, SmokeShellOrange},
|
||||
{Loot_MAGAZINE, 1, HandGrenade_West}
|
||||
};
|
||||
|
||||
|
||||
@@ -37,19 +37,6 @@ class CfgMagazines
|
||||
//Consumables: food, drinks etc.
|
||||
#include "Consumables\Consumables.hpp"
|
||||
|
||||
/*class 5Rnd_86x70_L115A1: CA_Magazine //.338 Lapua Magnum
|
||||
{
|
||||
scope = 2;
|
||||
displayName = $STR_BAF_CFGMAGAZINES_5RND_86X70_L115A10;
|
||||
descriptionShort = $STR_BAF_CFGMAGAZINES_5RND_86X70_L115A10_0;
|
||||
ammo=B_86x70_Ball_noTracer;
|
||||
count=5;
|
||||
initSpeed = 936; //TODO
|
||||
picture="\CA\weapons_BAF\data\UI\M_lrr_CA.paa";
|
||||
// descriptionShort = $STR_DSS_10RND_M107; TODO
|
||||
};*/
|
||||
|
||||
|
||||
//EPOCH ADDITIONS
|
||||
|
||||
#include "VehicleAmmo.hpp"
|
||||
|
||||
@@ -164,6 +164,7 @@ class FlareWhite_GP25: CA_Magazine {
|
||||
scope = 2;
|
||||
type = 16;
|
||||
displayName = "$STR_DN_FLAREWHITE_GP25";
|
||||
descriptionShort = "$str_dss_1rnd_flarewhite_gp25";
|
||||
picture = "\Ca\weapons_E\Data\icons\M_GP25_white_CA.paa";
|
||||
model = "\z\addons\dayz_epoch_w\magazine\dze_gp_flare.p3d";
|
||||
ammo = "F_40mm_White";
|
||||
|
||||
@@ -133,8 +133,17 @@ class Category_25 {
|
||||
class SmokeShellGreen {type = "trade_items";buy[] = {2,"ItemSilverBar"};sell[] = {1,"ItemSilverBar"};};
|
||||
class SmokeShellRed {type = "trade_items";buy[] = {2,"ItemSilverBar"};sell[] = {1,"ItemSilverBar"};};
|
||||
class SmokeShellYellow {type = "trade_items";buy[] = {2,"ItemSilverBar"};sell[] = {1,"ItemSilverBar"};};
|
||||
class SmokeShellPurple {type = "trade_items";buy[] = {2,"ItemSilverBar"};sell[] = {1,"ItemSilverBar"};};
|
||||
class SmokeShellBlue {type = "trade_items";buy[] = {2,"ItemSilverBar"};sell[] = {1,"ItemSilverBar"};};
|
||||
class SmokeShellOrange {type = "trade_items";buy[] = {2,"ItemSilverBar"};sell[] = {1,"ItemSilverBar"};};
|
||||
class 1Rnd_Smoke_M203 {type = "trade_items";buy[] = {4,"ItemSilverBar"};sell[] = {2,"ItemSilverBar"};};
|
||||
class 1Rnd_SmokeYellow_M203 {type = "trade_items";buy[] = {4,"ItemSilverBar"};sell[] = {2,"ItemSilverBar"};};
|
||||
class 1Rnd_SmokeGreen_M203 {type = "trade_items";buy[] = {4,"ItemSilverBar"};sell[] = {2,"ItemSilverBar"};};
|
||||
class 1Rnd_SmokeRed_M203 {type = "trade_items";buy[] = {4,"ItemSilverBar"};sell[] = {2,"ItemSilverBar"};};
|
||||
class 1Rnd_Smoke_GP25 {type = "trade_items";buy[] = {4,"ItemSilverBar"};sell[] = {2,"ItemSilverBar"};};
|
||||
class 1Rnd_SmokeRed_GP25 {type = "trade_items";buy[] = {4,"ItemSilverBar"};sell[] = {2,"ItemSilverBar"};};
|
||||
class 1Rnd_SmokeYellow_GP25 {type = "trade_items";buy[] = {4,"ItemSilverBar"};sell[] = {2,"ItemSilverBar"};};
|
||||
class 1Rnd_SmokeGreen_GP25 {type = "trade_items";buy[] = {4,"ItemSilverBar"};sell[] = {2,"ItemSilverBar"};};
|
||||
};
|
||||
|
||||
//Chem-lites/Flares
|
||||
|
||||
Reference in New Issue
Block a user