mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Added/ edited new bulk items and weights
- added new bulks weights - added new animal harvestables/ textiles bulk items and their weights - fixed a few unrealistic weights (just what I came across) - added strings for the new bulk items
This commit is contained in:
@@ -34,7 +34,6 @@ class bulk_empty: bulk
|
||||
output[] = {{"bulk_ItemSodaPepsi",1}};
|
||||
input[] = {{"bulk_empty",1},{"ItemSodaPepsi",6}};
|
||||
};
|
||||
|
||||
class Crafting2
|
||||
{
|
||||
text = $STR_EPOCH_PLAYER_223;
|
||||
@@ -71,6 +70,15 @@ class bulk_empty: bulk
|
||||
output[] = {{"bulk_FoodbaconCooked",1}};
|
||||
input[] = {{"bulk_empty",1},{"FoodbaconCooked",6}};
|
||||
};
|
||||
class Crafting6
|
||||
{
|
||||
text = $STR_EPOCH_PLAYER_332;
|
||||
script = ";['Crafting6','CfgMagazines', _id] spawn player_craftItem;";
|
||||
neednearby[] = {};
|
||||
requiretools[] = {"ItemToolbox"};
|
||||
output[] = {{"bulk_ItemSandbagHalf",1}};
|
||||
input[] = {{"bulk_empty",1},{"ItemSandbag",6}};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -414,7 +422,6 @@ class bulk_ItemSandbag: bulk
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
class bulk_ItemTankTrapHalf: bulk
|
||||
{
|
||||
displayName = $STR_EPOCH_BULK_DISP_TANKTRAP_HALF;
|
||||
@@ -454,7 +461,6 @@ class bulk_ItemTankTrap: bulk
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
class bulk_ItemWireHalf: bulk
|
||||
{
|
||||
displayName = $STR_EPOCH_BULK_DISP_WIREKIT_HALF;
|
||||
@@ -494,7 +500,6 @@ class bulk_ItemWire: bulk
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
class bulk_PartGenericHalf: bulk
|
||||
{
|
||||
displayName = $STR_EPOCH_BULK_DISP_GENERIC_HALF;
|
||||
@@ -959,6 +964,134 @@ class bulk_ItemKiloTobaccoFull: bulk {
|
||||
};
|
||||
};
|
||||
|
||||
//Animal Craftables
|
||||
class bulk_ItemAnimalSkinFull: bulk {
|
||||
displayName = $STR_EPOCH_BULK_DISP_ItemAnimalSkin_FULL;
|
||||
descriptionshort = $STR_EPOCH_BULK_DESC_ItemAnimalSkin_FULL;
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
class CreateMags
|
||||
{
|
||||
text = $STR_EPOCH_ACTIONS_OPEN;
|
||||
script = "spawn player_loadCrate;";
|
||||
output[] = {"ItemAnimalSkin",12,"magazine"};
|
||||
};
|
||||
};
|
||||
};
|
||||
class bulk_ItemSkinRabbitFull: bulk {
|
||||
displayName = $STR_EPOCH_BULK_DISP_ItemSkinRabbit_FULL;
|
||||
descriptionshort = $STR_EPOCH_BULK_DESC_ItemSkinRabbit_FULL;
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
class CreateMags
|
||||
{
|
||||
text = $STR_EPOCH_ACTIONS_OPEN;
|
||||
script = "spawn player_loadCrate;";
|
||||
output[] = {"ItemSkinRabbit",12,"magazine"};
|
||||
};
|
||||
};
|
||||
};
|
||||
class bulk_ItemSkinCowFull: bulk {
|
||||
displayName = $STR_EPOCH_BULK_DISP_ItemSkinCow_FULL;
|
||||
descriptionshort = $STR_EPOCH_BULK_DESC_ItemSkinCow_FULL;
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
class CreateMags
|
||||
{
|
||||
text = $STR_EPOCH_ACTIONS_OPEN;
|
||||
script = "spawn player_loadCrate;";
|
||||
output[] = {"ItemSkinCow",12,"magazine"};
|
||||
};
|
||||
};
|
||||
};
|
||||
class bulk_ItemSkinGoatFull: bulk {
|
||||
displayName = $STR_EPOCH_BULK_DISP_ItemSkinGoat_FULL;
|
||||
descriptionshort = $STR_EPOCH_BULK_DESC_ItemSkinGoat_FULL;
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
class CreateMags
|
||||
{
|
||||
text = $STR_EPOCH_ACTIONS_OPEN;
|
||||
script = "spawn player_loadCrate;";
|
||||
output[] = {"ItemSkinGoat",12,"magazine"};
|
||||
};
|
||||
};
|
||||
};
|
||||
class bulk_ItemSkinBoarFull: bulk {
|
||||
displayName = $STR_EPOCH_BULK_DISP_ItemSkinBoar_FULL;
|
||||
descriptionshort = $STR_EPOCH_BULK_DESC_ItemSkinBoar_FULL;
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
class CreateMags
|
||||
{
|
||||
text = $STR_EPOCH_ACTIONS_OPEN;
|
||||
script = "spawn player_loadCrate;";
|
||||
output[] = {"ItemSkinBoar",12,"magazine"};
|
||||
};
|
||||
};
|
||||
};
|
||||
class bulk_ItemSkinDogFull: bulk {
|
||||
displayName = $STR_EPOCH_BULK_DISP_ItemSkinDog_FULL;
|
||||
descriptionshort = $STR_EPOCH_BULK_DESC_ItemSkinDog_FULL;
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
class CreateMags
|
||||
{
|
||||
text = $STR_EPOCH_ACTIONS_OPEN;
|
||||
script = "spawn player_loadCrate;";
|
||||
output[] = {"ItemSkinDog",12,"magazine"};
|
||||
};
|
||||
};
|
||||
};
|
||||
class bulk_ItemSkinSheepFull: bulk {
|
||||
displayName = $STR_EPOCH_BULK_DISP_ItemSkinSheep_FULL;
|
||||
descriptionshort = $STR_EPOCH_BULK_DESC_ItemSkinSheep_FULL;
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
class CreateMags
|
||||
{
|
||||
text = $STR_EPOCH_ACTIONS_OPEN;
|
||||
script = "spawn player_loadCrate;";
|
||||
output[] = {"ItemSkinSheep",12,"magazine"};
|
||||
};
|
||||
};
|
||||
};
|
||||
class bulk_ItemWoolFull: bulk {
|
||||
displayName = $STR_EPOCH_BULK_DISP_ItemWool_FULL;
|
||||
descriptionshort = $STR_EPOCH_BULK_DESC_ItemWool_FULL;
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
class CreateMags
|
||||
{
|
||||
text = $STR_EPOCH_ACTIONS_OPEN;
|
||||
script = "spawn player_loadCrate;";
|
||||
output[] = {"ItemWool",12,"magazine"};
|
||||
};
|
||||
};
|
||||
};
|
||||
class bulk_ItemLeatherFull: bulk {
|
||||
displayName = $STR_EPOCH_BULK_DISP_ItemLeather_FULL;
|
||||
descriptionshort = $STR_EPOCH_BULK_DESC_ItemLeather_FULL;
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
class CreateMags
|
||||
{
|
||||
text = $STR_EPOCH_ACTIONS_OPEN;
|
||||
script = "spawn player_loadCrate;";
|
||||
output[] = {"ItemLeather",12,"magazine"};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
// Ammo
|
||||
class bulk_17Rnd_9x19_glock17: bulk
|
||||
{
|
||||
|
||||
@@ -39,6 +39,70 @@ class bulk_FoodbaconCookedFull
|
||||
weight = 5;
|
||||
};
|
||||
|
||||
class bulk_equip_garlic_bulbFull
|
||||
{
|
||||
weight = 6.2;
|
||||
};
|
||||
|
||||
class bulk_FishCookedSeaBassFull
|
||||
{
|
||||
weight = 65;
|
||||
};
|
||||
|
||||
class bulk_FishCookedTroutFull
|
||||
{
|
||||
weight = 17;
|
||||
};
|
||||
|
||||
class bulk_FishCookedTunaFull
|
||||
{
|
||||
weight = 305;
|
||||
};
|
||||
|
||||
class bulk_FoodBeefCookedFull
|
||||
{
|
||||
weight = 8;
|
||||
};
|
||||
|
||||
class bulk_FoodCarrotFull
|
||||
{
|
||||
weight = 8;
|
||||
};
|
||||
class bulk_FoodChickenCookedFull
|
||||
{
|
||||
weight = 8;
|
||||
};
|
||||
|
||||
class bulk_FoodDogCookedFull
|
||||
{
|
||||
weight = 8;
|
||||
};
|
||||
|
||||
class bulk_FoodGoatCookedFull
|
||||
{
|
||||
weight = 8;
|
||||
};
|
||||
|
||||
class bulk_FoodMuttonCookedFull
|
||||
{
|
||||
weight = 8;
|
||||
};
|
||||
|
||||
class bulk_FoodPotatoRawFull
|
||||
{
|
||||
weight = 8;
|
||||
};
|
||||
|
||||
class bulk_FoodPumpkinFull
|
||||
{
|
||||
weight = 41;
|
||||
};
|
||||
|
||||
class bulk_FoodRabbitCookedFull
|
||||
{
|
||||
weight = 8;
|
||||
};
|
||||
|
||||
// Ammo
|
||||
class bulk_17Rnd_9x19_glock17
|
||||
{
|
||||
@@ -94,4 +158,197 @@ class bulk_PartGeneric
|
||||
class bulk_PartGenericHalf
|
||||
{
|
||||
weight = 30;
|
||||
};
|
||||
|
||||
class bulk_ItemSandbagHalf
|
||||
{
|
||||
weight = 125;
|
||||
};
|
||||
|
||||
class bulk_ItemComboLockFull
|
||||
{
|
||||
weight = 5.36;
|
||||
};
|
||||
|
||||
//Animal craftables
|
||||
class bulk_ItemAnimalSkinFull
|
||||
{
|
||||
weight = 101;
|
||||
};
|
||||
class bulk_ItemSkinRabbitFull
|
||||
{
|
||||
weight = 41;
|
||||
};
|
||||
class bulk_ItemSkinCowFull
|
||||
{
|
||||
weight = 149;
|
||||
};
|
||||
class bulk_ItemSkinGoatFull
|
||||
{
|
||||
weight = 77;
|
||||
};
|
||||
class bulk_ItemSkinBoarFull
|
||||
{
|
||||
weight = 107;
|
||||
};
|
||||
class bulk_ItemSkinDogFull
|
||||
{
|
||||
weight = 77;
|
||||
};
|
||||
class bulk_ItemSkinSheepFull
|
||||
{
|
||||
weight = 77;
|
||||
};
|
||||
class bulk_ItemWoolFull
|
||||
{
|
||||
weight = 41;
|
||||
};
|
||||
class bulk_ItemLeatherFull
|
||||
{
|
||||
weight = 89;
|
||||
};
|
||||
|
||||
//Misc
|
||||
class bulk_equip_aa_batteryFull
|
||||
{
|
||||
weight = 5.12;
|
||||
};
|
||||
|
||||
class bulk_equip_d_batteryFull
|
||||
{
|
||||
weight = 5.24;
|
||||
};
|
||||
|
||||
class bulk_equip_duct_tapeFull
|
||||
{
|
||||
weight = 5.48;
|
||||
};
|
||||
|
||||
class bulk_equip_feathersFull
|
||||
{
|
||||
weight = 5.12;
|
||||
};
|
||||
|
||||
class bulk_equip_floppywireFull
|
||||
{
|
||||
weight = 5.12;
|
||||
};
|
||||
|
||||
class bulk_equip_nailsFull
|
||||
{
|
||||
weight = 5.12;
|
||||
};
|
||||
|
||||
class bulk_equip_pvc_boxFull
|
||||
{
|
||||
weight = 5.24;
|
||||
};
|
||||
|
||||
class bulk_equip_ragFull
|
||||
{
|
||||
weight = 5.36;
|
||||
};
|
||||
|
||||
class bulk_equip_ropeFull
|
||||
{
|
||||
weight = 6.2;
|
||||
};
|
||||
|
||||
class bulk_equip_scrapelectronicsFull
|
||||
{
|
||||
weight = 11;
|
||||
};
|
||||
|
||||
class bulk_equip_stringFull
|
||||
{
|
||||
weight = 5.6;
|
||||
};
|
||||
|
||||
class bulk_HandChemBlueFull
|
||||
{
|
||||
weight = 6.2;
|
||||
};
|
||||
|
||||
class bulk_HandChemGreenFull
|
||||
{
|
||||
weight = 6.2;
|
||||
};
|
||||
class bulk_HandChemRedFull
|
||||
{
|
||||
weight = 6.2;
|
||||
};
|
||||
|
||||
class bulk_HandRoadFlareFull
|
||||
{
|
||||
weight = 13.4;
|
||||
};
|
||||
|
||||
class bulk_ItemC4ChargeFull
|
||||
{
|
||||
weight = 14.6;
|
||||
};
|
||||
|
||||
class bulk_ItemDogTagFull
|
||||
{
|
||||
weight = 5.12;
|
||||
};
|
||||
|
||||
class bulk_ItemHotwireKitFull
|
||||
{
|
||||
weight = 29;
|
||||
};
|
||||
|
||||
class bulk_ItemKosmosSmokesFull
|
||||
{
|
||||
weight = 14.6;
|
||||
};
|
||||
|
||||
class bulk_ItemLightBulbFull
|
||||
{
|
||||
weight = 5.24;
|
||||
};
|
||||
|
||||
class bulk_ItemMixOilFull
|
||||
{
|
||||
weight = 8;
|
||||
};
|
||||
|
||||
class bulk_ItemScrewsFull
|
||||
{
|
||||
weight = 8;
|
||||
};
|
||||
|
||||
class bulk_PartGlassFull
|
||||
{
|
||||
weight = 65;
|
||||
};
|
||||
|
||||
class bulk_PartWheelFull
|
||||
{
|
||||
weight = 125;
|
||||
};
|
||||
|
||||
class bulk_PipeBombFull
|
||||
{
|
||||
weight = 53;
|
||||
};
|
||||
|
||||
class bulk_ItemFertilizerFull
|
||||
{
|
||||
weight = 35;
|
||||
};
|
||||
|
||||
class bulk_ItemKiloBlackTeaFull
|
||||
{
|
||||
weight = 17;
|
||||
};
|
||||
|
||||
class bulk_ItemKiloHempFull
|
||||
{
|
||||
weight = 17;
|
||||
};
|
||||
|
||||
class bulk_ItemKiloTobaccoFull
|
||||
{
|
||||
weight = 17;
|
||||
};
|
||||
@@ -1,8 +1,8 @@
|
||||
class ItemComboLock
|
||||
{
|
||||
weight = 0.03;
|
||||
weight = 0.5;
|
||||
};
|
||||
class ItemPadlock
|
||||
{
|
||||
weight = 0.03;
|
||||
weight = 0.5;
|
||||
};
|
||||
@@ -20,12 +20,12 @@ class ItemKosmosSmokesOpen
|
||||
|
||||
class equip_nails
|
||||
{
|
||||
weight = 0.01;
|
||||
weight = 0.5;
|
||||
};
|
||||
|
||||
class ItemScrews
|
||||
{
|
||||
weight = 0.01;
|
||||
weight = 0.5;
|
||||
};
|
||||
|
||||
class equip_duct_tape
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
class ItemFertilizer
|
||||
{
|
||||
weight = 0.1;
|
||||
weight = 2.5;
|
||||
};
|
||||
|
||||
class ItemPumpkinSeed
|
||||
|
||||
@@ -24204,6 +24204,10 @@
|
||||
<German>%1 benutzt um Fahrzeug aufzuschließen.</German>
|
||||
<Russian>%1 был использован для разблокировки транспорта.</Russian>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_PLAYER_332">
|
||||
<English>Pack 6 Sandbags</English>
|
||||
<German>6x Stacheldraht einpacken</German>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_PLAYER_UPGRADEV">
|
||||
<English>Upgrade Vehicle</English>
|
||||
<German>Fahrzeug upgraden</German>
|
||||
@@ -25534,6 +25538,17 @@
|
||||
<German>Kiste (12x StanagSD)</German>
|
||||
<Russian>Ящик (12x StanagSD)</Russian>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_BULK_DESC_SANDBAG_HALF">
|
||||
<English>6x SandBag</English>
|
||||
<German>6x Sandsack</German>
|
||||
<Russian>Ящик с 6-ю мешками с песком.</Russian>
|
||||
<Czech>6 Pytlů s pískem</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_BULK_DISP_SANDBAG_HALF">
|
||||
<English>Supply Crate (6x Sandbag)</English>
|
||||
<German>Kiste (6x Sandsack)</German>
|
||||
<Russian>Ящик (6x Мешок с песком)</Russian>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_BULK_DESC_SANDBAG">
|
||||
<English>12x SandBag</English>
|
||||
<German>12x Sandsack</German>
|
||||
@@ -25955,6 +25970,78 @@
|
||||
<English>Supply Crate (12x AA battery)</English>
|
||||
<German>Kiste (12x AA-Batterien)</German>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_BULK_DESC_ItemAnimalSkin_FULL">
|
||||
<English>12x Animalskin</English>
|
||||
<German>12x Tierhaut</German>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_BULK_DISP_ItemAnimalSkin_FULL">
|
||||
<English>Supply Crate (12x Animalskin)</English>
|
||||
<German>Kiste (12x Tierhaut)</German>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_BULK_DESC_ItemSkinRabbit_FULL">
|
||||
<English>12x Rabbit skin</English>
|
||||
<German>12x Hasenfell</German>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_BULK_DISP_ItemSkinRabbit_FULL">
|
||||
<English>Supply Crate (12x Rabbit skin)</English>
|
||||
<German>Kiste (12x Hasenfell)</German>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_BULK_DESC_ItemSkinCow_FULL">
|
||||
<English>12x Cow skin</English>
|
||||
<German>12x Kuhfell</German>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_BULK_DISP_ItemSkinCow_FULL">
|
||||
<English>Supply Crate (12x Cow skin)</English>
|
||||
<German>Kiste (12x Kuhfell)</German>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_BULK_DESC_ItemSkinGoat_FULL">
|
||||
<English>12x Goat skin</English>
|
||||
<German>12x Ziegenfell</German>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_BULK_DISP_ItemSkinGoat_FULL">
|
||||
<English>Supply Crate (12x Goat skin)</English>
|
||||
<German>Kiste (12x Ziegenfell)</German>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_BULK_DESC_ItemSkinBoar_FULL">
|
||||
<English>12x Boar skin</English>
|
||||
<German>12x Wildschweinfell</German>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_BULK_DISP_ItemSkinBoar_FULL">
|
||||
<English>Supply Crate (12x Boar skin)</English>
|
||||
<German>Kiste (Wildschweinfell)</German>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_BULK_DESC_ItemSkinDog_FULL">
|
||||
<English>12x Dog skin</English>
|
||||
<German>12x Hundefell</German>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_BULK_DISP_ItemSkinDog_FULL">
|
||||
<English>Supply Crate (12x Dog skin)</English>
|
||||
<German>Kiste (Hundefell)</German>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_BULK_DESC_ItemSkinSheep_FULL">
|
||||
<English>12x Sheep skin</English>
|
||||
<German>12x Schafsfell</German>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_BULK_DISP_ItemSkinSheep_FULL">
|
||||
<English>Supply Crate (12x Sheep skin)</English>
|
||||
<German>Kiste (Schafsfell)</German>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_BULK_DESC_ItemWool_FULL">
|
||||
<English>12x Wool</English>
|
||||
<German>12x Wolle</German>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_BULK_DISP_ItemWool_FULL">
|
||||
<English>Supply Crate (12x Wool)</English>
|
||||
<German>Kiste (Wolle)</German>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_BULK_DESC_ItemLeather_FULL">
|
||||
<English>12x Leather</English>
|
||||
<German>12x Leder</German>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_BULK_DISP_ItemLeather_FULL">
|
||||
<English>Supply Crate (12x Wool)</English>
|
||||
<German>Kiste (Leder)</German>
|
||||
</Key>
|
||||
|
||||
<Key ID="STR_EPOCH_SAFE">
|
||||
<English>Safe</English>
|
||||
|
||||
Reference in New Issue
Block a user