mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
more
This commit is contained in:
@@ -4,7 +4,7 @@ class CfgVehicles
|
|||||||
|
|
||||||
class Body1 : Wreck_Base
|
class Body1 : Wreck_Base
|
||||||
{
|
{
|
||||||
scope = public;
|
scope = 2;
|
||||||
mapSize = 2;
|
mapSize = 2;
|
||||||
displayName = "Dead Body 1";
|
displayName = "Dead Body 1";
|
||||||
model = "\dayz\objects\dead_soldier_0";
|
model = "\dayz\objects\dead_soldier_0";
|
||||||
@@ -12,7 +12,7 @@ class CfgVehicles
|
|||||||
|
|
||||||
class Body2 : Wreck_Base
|
class Body2 : Wreck_Base
|
||||||
{
|
{
|
||||||
scope = public;
|
scope = 2;
|
||||||
mapSize = 2;
|
mapSize = 2;
|
||||||
displayName = "Dead Body 2";
|
displayName = "Dead Body 2";
|
||||||
model = "\dayz\objects\dead_soldier_1";
|
model = "\dayz\objects\dead_soldier_1";
|
||||||
@@ -22,7 +22,7 @@ class CfgVehicles
|
|||||||
|
|
||||||
class Rubbish1 : Strategic
|
class Rubbish1 : Strategic
|
||||||
{
|
{
|
||||||
scope = public;
|
scope = 2;
|
||||||
model = "\CA\misc\garbage_paleta";
|
model = "\CA\misc\garbage_paleta";
|
||||||
mapSize = 2;
|
mapSize = 2;
|
||||||
displayName = "Garbage1";
|
displayName = "Garbage1";
|
||||||
@@ -31,7 +31,7 @@ class CfgVehicles
|
|||||||
|
|
||||||
class Rubbish2 : Strategic
|
class Rubbish2 : Strategic
|
||||||
{
|
{
|
||||||
scope = public;
|
scope = 2;
|
||||||
model = "\CA\misc\garbage_misc";
|
model = "\CA\misc\garbage_misc";
|
||||||
mapSize = 2;
|
mapSize = 2;
|
||||||
displayName = "Garbage2";
|
displayName = "Garbage2";
|
||||||
@@ -40,7 +40,7 @@ class CfgVehicles
|
|||||||
|
|
||||||
class Rubbish3 : Strategic
|
class Rubbish3 : Strategic
|
||||||
{
|
{
|
||||||
scope = public;
|
scope = 2;
|
||||||
model = "\CA\misc\ground_garbage_square5";
|
model = "\CA\misc\ground_garbage_square5";
|
||||||
mapSize = 2;
|
mapSize = 2;
|
||||||
displayName = "Garbage3";
|
displayName = "Garbage3";
|
||||||
@@ -49,7 +49,7 @@ class CfgVehicles
|
|||||||
|
|
||||||
class Rubbish4 : Strategic
|
class Rubbish4 : Strategic
|
||||||
{
|
{
|
||||||
scope = public;
|
scope = 2;
|
||||||
model = "\CA\misc\ground_garbage_square3";
|
model = "\CA\misc\ground_garbage_square3";
|
||||||
mapSize = 2;
|
mapSize = 2;
|
||||||
displayName = "Garbage4";
|
displayName = "Garbage4";
|
||||||
@@ -58,7 +58,7 @@ class CfgVehicles
|
|||||||
|
|
||||||
class Rubbish5 : Strategic
|
class Rubbish5 : Strategic
|
||||||
{
|
{
|
||||||
scope = public;
|
scope = 2;
|
||||||
model = "\CA\misc\junkpile";
|
model = "\CA\misc\junkpile";
|
||||||
mapSize = 2;
|
mapSize = 2;
|
||||||
displayName = "Garbage5";
|
displayName = "Garbage5";
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ class CfgVehicles {
|
|||||||
class Sound;
|
class Sound;
|
||||||
class Sound_Generator1: Sound
|
class Sound_Generator1: Sound
|
||||||
{
|
{
|
||||||
scope = public;
|
scope = 2;
|
||||||
sound = "Generator1";
|
sound = "Generator1";
|
||||||
displayName = "Generator";
|
displayName = "Generator";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user