From b1e9d05177ed8ba12a94470c9576fdc51efc36f1 Mon Sep 17 00:00:00 2001 From: vbawol Date: Thu, 23 May 2013 12:01:46 -0500 Subject: [PATCH] added weights for fish --- .../R3F_Realism/R3F_Weight/R3F_CfgWeight.h | 27 ++++++++++++++++++- dayz_equip/config.cpp | 3 --- 2 files changed, 26 insertions(+), 4 deletions(-) diff --git a/MPMissions/TEMPLATE/R3F_Realism/R3F_Weight/R3F_CfgWeight.h b/MPMissions/TEMPLATE/R3F_Realism/R3F_Weight/R3F_CfgWeight.h index 209e06f1c..1af6a8886 100644 --- a/MPMissions/TEMPLATE/R3F_Realism/R3F_Weight/R3F_CfgWeight.h +++ b/MPMissions/TEMPLATE/R3F_Realism/R3F_Weight/R3F_CfgWeight.h @@ -1649,7 +1649,32 @@ class CfgWeight { 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 { weight = 0.02; diff --git a/dayz_equip/config.cpp b/dayz_equip/config.cpp index 0ccad6e1a..724bfbc47 100644 --- a/dayz_equip/config.cpp +++ b/dayz_equip/config.cpp @@ -2779,7 +2779,6 @@ class CfgMagazines scope = 2; displayName = "Rainbow Trout (Cooked)"; 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"; picture = "\dayz_equip\textures\equip_rainbowtrout_cooked_CA.paa"; bloodRegen = 800; @@ -2788,7 +2787,6 @@ class CfgMagazines scope = 2; displayName = "Sea Bass (Cooked)"; descriptionShort = "Sea Bass: A medium sized fish that is fairly rare."; - // TODO: add cooked texture and icon. model = "\dayz_equip\models\seabass_cooked.p3d"; picture = "\dayz_equip\textures\equip_seabass_cooked_CA.paa"; bloodRegen = 1600; @@ -2797,7 +2795,6 @@ class CfgMagazines scope = 2; displayName = "Blue Fin Tuna (Cooked)"; 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"; picture = "\dayz_equip\textures\equip_tuna_cooked_CA.paa"; bloodRegen = 5000;