mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-21 07:30:48 +03:00
CFG WEAPONS DONE
This commit is contained in:
33
SQF/dayz_code/Configs/CfgVehicles/gathered_plants.hpp
Normal file
33
SQF/dayz_code/Configs/CfgVehicles/gathered_plants.hpp
Normal file
@@ -0,0 +1,33 @@
|
||||
class Dayz_Plant3: Plant_Base {
|
||||
model = "z\addons\dayz_communityassets\models\comfrey_up_small.p3d";
|
||||
transportMaxMagazines = 1;
|
||||
class TransportMagazines {
|
||||
class _xx_leaf {
|
||||
magazine = "equip_comfreyleafs";
|
||||
count = 1;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
class Dayz_Plant2: Plant_Base {
|
||||
model = "z\addons\dayz_communityassets\models\comfrey_up_mid.p3d";
|
||||
transportMaxMagazines = 2;
|
||||
class TransportMagazines {
|
||||
class _xx_leaf {
|
||||
magazine = "equip_comfreyleafs";
|
||||
count = 2;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
class Dayz_Plant1: Plant_Base {
|
||||
model = "z\addons\dayz_communityassets\models\comfrey_up.p3d";
|
||||
transportMaxMagazines = 3;
|
||||
class TransportMagazines {
|
||||
class _xx_leaf {
|
||||
magazine = "equip_comfreyleafs";
|
||||
count = 3;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user