mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
16 lines
400 B
C++
16 lines
400 B
C++
class Fishing_Boat;
|
|
class Fishing_Boat_DZE: Fishing_Boat {
|
|
scope = public;
|
|
displayname = $STR_VEH_NAME_FISHING_BOAT;
|
|
vehicleClass = "DayZ Epoch Vehicles";
|
|
armor = 10;
|
|
crew = "";
|
|
transportMaxWeapons = 40;
|
|
transportMaxMagazines = 400;
|
|
transportMaxBackpacks = 8;
|
|
damageresistance = 0.00318;
|
|
supplyradius = 3;
|
|
typicalCargo[] = {};
|
|
class TransportMagazines {};
|
|
class TransportWeapons {};
|
|
}; |