mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-19 18:06:32 +03:00
CFG WEAPONS DONE
This commit is contained in:
29
SQF/dayz_code/Configs/CfgVehicles/Buildings/Land_komin.hpp
Normal file
29
SQF/dayz_code/Configs/CfgVehicles/Buildings/Land_komin.hpp
Normal file
@@ -0,0 +1,29 @@
|
||||
class Land_komin: House
|
||||
{
|
||||
ladders[] = {{"start","end"}};
|
||||
model = "\ca\buildings\komin";
|
||||
armor = 300;
|
||||
class DestructionEffects: DestructionEffects
|
||||
{
|
||||
class Ruin1
|
||||
{
|
||||
simulation = "ruin";
|
||||
type = "\ca\buildings\ruins\komin_ruins.p3d";
|
||||
position = "";
|
||||
intensity = 1;
|
||||
interval = 1;
|
||||
lifeTime = 1;
|
||||
};
|
||||
};
|
||||
class MarkerLights
|
||||
{
|
||||
class RedBlinking
|
||||
{
|
||||
name = "";
|
||||
color[] = {0,0,0,0};
|
||||
ambient[] = {0,0,0,0};
|
||||
brightness = 0;
|
||||
blinking = 0;
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user