mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
CFG WEAPONS DONE
This commit is contained in:
11
SQF/dayz_code/Configs/CfgVehicles/Car/V3S_Civ.hpp
Normal file
11
SQF/dayz_code/Configs/CfgVehicles/Car/V3S_Civ.hpp
Normal file
@@ -0,0 +1,11 @@
|
||||
class V3S_Civ: V3S_Base {
|
||||
crew = "";
|
||||
faction = "CIV";
|
||||
rarityurban = 0.3;
|
||||
scope = 2;
|
||||
side = 3;
|
||||
typicalcargo[] = {};
|
||||
class Library {
|
||||
libtextdesc = $STR_EP1_LIB_V3S;
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user