mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-19 01:52:00 +03:00
added weights for fish
This commit is contained in:
@@ -1650,6 +1650,31 @@ class CfgWeight
|
|||||||
weight = 2;
|
weight = 2;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
class ItemTrout
|
||||||
|
{
|
||||||
|
weight = 1;
|
||||||
|
};
|
||||||
|
class ItemTroutCooked
|
||||||
|
{
|
||||||
|
weight = 1;
|
||||||
|
};
|
||||||
|
class ItemSeaBass
|
||||||
|
{
|
||||||
|
weight = 6;
|
||||||
|
};
|
||||||
|
class ItemSeaBassCooked
|
||||||
|
{
|
||||||
|
weight = 5;
|
||||||
|
};
|
||||||
|
class ItemTuna
|
||||||
|
{
|
||||||
|
weight = 27;
|
||||||
|
};
|
||||||
|
class ItemTunaCooked
|
||||||
|
{
|
||||||
|
weight = 25;
|
||||||
|
};
|
||||||
|
|
||||||
class 30m_plot_kit
|
class 30m_plot_kit
|
||||||
{
|
{
|
||||||
weight = 0.02;
|
weight = 0.02;
|
||||||
|
|||||||
@@ -2779,7 +2779,6 @@ class CfgMagazines
|
|||||||
scope = 2;
|
scope = 2;
|
||||||
displayName = "Rainbow Trout (Cooked)";
|
displayName = "Rainbow Trout (Cooked)";
|
||||||
descriptionShort = "Rainbow Trout: A small fish that can be fairly easy to catch.";
|
descriptionShort = "Rainbow Trout: A small fish that can be fairly easy to catch.";
|
||||||
// TODO: add cooked texture and icon.
|
|
||||||
model = "\dayz_equip\models\trout_cooked.p3d";
|
model = "\dayz_equip\models\trout_cooked.p3d";
|
||||||
picture = "\dayz_equip\textures\equip_rainbowtrout_cooked_CA.paa";
|
picture = "\dayz_equip\textures\equip_rainbowtrout_cooked_CA.paa";
|
||||||
bloodRegen = 800;
|
bloodRegen = 800;
|
||||||
@@ -2788,7 +2787,6 @@ class CfgMagazines
|
|||||||
scope = 2;
|
scope = 2;
|
||||||
displayName = "Sea Bass (Cooked)";
|
displayName = "Sea Bass (Cooked)";
|
||||||
descriptionShort = "Sea Bass: A medium sized fish that is fairly rare.";
|
descriptionShort = "Sea Bass: A medium sized fish that is fairly rare.";
|
||||||
// TODO: add cooked texture and icon.
|
|
||||||
model = "\dayz_equip\models\seabass_cooked.p3d";
|
model = "\dayz_equip\models\seabass_cooked.p3d";
|
||||||
picture = "\dayz_equip\textures\equip_seabass_cooked_CA.paa";
|
picture = "\dayz_equip\textures\equip_seabass_cooked_CA.paa";
|
||||||
bloodRegen = 1600;
|
bloodRegen = 1600;
|
||||||
@@ -2797,7 +2795,6 @@ class CfgMagazines
|
|||||||
scope = 2;
|
scope = 2;
|
||||||
displayName = "Blue Fin Tuna (Cooked)";
|
displayName = "Blue Fin Tuna (Cooked)";
|
||||||
descriptionShort = "Blue Fin Tuna: A very large and hard to catch fish. Sushi anyone?";
|
descriptionShort = "Blue Fin Tuna: A very large and hard to catch fish. Sushi anyone?";
|
||||||
// TODO: add cooked texture and icon.
|
|
||||||
model = "\dayz_equip\models\tuna_cooked.p3d";
|
model = "\dayz_equip\models\tuna_cooked.p3d";
|
||||||
picture = "\dayz_equip\textures\equip_tuna_cooked_CA.paa";
|
picture = "\dayz_equip\textures\equip_tuna_cooked_CA.paa";
|
||||||
bloodRegen = 5000;
|
bloodRegen = 5000;
|
||||||
|
|||||||
Reference in New Issue
Block a user