mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-18 01:30:26 +03:00
Add weights and new items to CfgMagazines list
This commit is contained in:
36
SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Buildings/Plants.hpp
vendored
Normal file
36
SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Buildings/Plants.hpp
vendored
Normal file
@@ -0,0 +1,36 @@
|
||||
class Plant_Patch_Pumpkin_kit
|
||||
{
|
||||
weight = 5;
|
||||
};
|
||||
class Plant_Patch_Sunflower_kit
|
||||
{
|
||||
weight = 5;
|
||||
};
|
||||
class Plant_Patch_Carrot_kit
|
||||
{
|
||||
weight = 5;
|
||||
};
|
||||
class Plant_Patch_Potato_kit
|
||||
{
|
||||
weight = 5;
|
||||
};
|
||||
class Plant_Patch_Hemp_kit
|
||||
{
|
||||
weight = 5;
|
||||
};
|
||||
class Plant_Patch_Tobacco_kit
|
||||
{
|
||||
weight = 5;
|
||||
};
|
||||
class Plant_Patch_Tea_kit
|
||||
{
|
||||
weight = 5;
|
||||
};
|
||||
class Plant_Patch_Garlic_kit
|
||||
{
|
||||
weight = 5;
|
||||
};
|
||||
class Plant_Patch_Comfrey_kit
|
||||
{
|
||||
weight = 5;
|
||||
};
|
||||
@@ -222,4 +222,24 @@ class doghouse_kit
|
||||
class postbox_kit
|
||||
{
|
||||
weight = 10;
|
||||
};
|
||||
class wild_bee_hive_kit
|
||||
{
|
||||
weight = 55;
|
||||
};
|
||||
class cow_stable_kit
|
||||
{
|
||||
weight = 180;
|
||||
};
|
||||
class goat_stable_kit
|
||||
{
|
||||
weight = 180;
|
||||
};
|
||||
class sheep_stable_kit
|
||||
{
|
||||
weight = 180;
|
||||
};
|
||||
class boar_stable_kit
|
||||
{
|
||||
weight = 180;
|
||||
};
|
||||
@@ -35,6 +35,7 @@ class CfgWeight
|
||||
#include "Magazines\Buildings\Misc.hpp"
|
||||
#include "Magazines\Buildings\TripWire.hpp"
|
||||
#include "Magazines\Buildings\StaticWeapons.hpp"
|
||||
#include "Magazines\Buildings\Plants.hpp"
|
||||
|
||||
#include "Magazines\Consumables\Fish.hpp"
|
||||
#include "Magazines\Consumables\Meat.hpp"
|
||||
|
||||
Reference in New Issue
Block a user