mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-08-13 11:03:12 +03:00
Increase coverage angle of LandVehicle headlights
Vanilla commits: https://github.com/DayZMod/DayZ/commit/194479c98e08ae2bf36911496752b5d55455ae8f https://github.com/DayZMod/DayZ/commit/369bc6c5f3dfc0da9982bb6f855a7f8bc4e95884 https://github.com/DayZMod/DayZ/commit/5b591a25c100d11bb1552c3950d4ef527799f2eb https://github.com/DayZMod/DayZ/commit/78d65bd1ae1e32f612a877ca42a345be2c4c6b17
This commit is contained in:
@@ -3,4 +3,11 @@ class Tractor: Car {
|
||||
typicalCargo[] = {};
|
||||
class TransportMagazines {};
|
||||
class TransportWeapons {};
|
||||
class Reflectors
|
||||
{
|
||||
class Left
|
||||
{
|
||||
angle = 120;
|
||||
};
|
||||
};
|
||||
};
|
||||
@@ -1,16 +1,18 @@
|
||||
class V3S_Civ: V3S_Base {
|
||||
crew = "";
|
||||
faction = "CIV";
|
||||
rarityurban = 0.3;
|
||||
scope = public;
|
||||
side = 3;
|
||||
typicalCargo[] = {};
|
||||
class TransportMagazines {};
|
||||
class TransportWeapons {};
|
||||
class Library {
|
||||
libtextdesc = $STR_EP1_LIB_V3S;
|
||||
};
|
||||
class V3S_Civ : V3S_Base
|
||||
{
|
||||
crew = "";
|
||||
faction = "CIV";
|
||||
rarityurban = 0.3;
|
||||
scope = public;
|
||||
side = 3;
|
||||
typicalCargo[] = {};
|
||||
class TransportMagazines {};
|
||||
class TransportWeapons {};
|
||||
class Library
|
||||
{
|
||||
libtextdesc = $STR_EP1_LIB_V3S;
|
||||
};
|
||||
};
|
||||
|
||||
class V3S_Base_EP1;
|
||||
class V3S_Open_TK_CIV_EP1: V3S_Base_EP1 {
|
||||
|
||||
Reference in New Issue
Block a user