mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Localize old items
This commit is contained in:
@@ -101,8 +101,8 @@ class equip_hobo_fishing_kit : CA_Magazine
|
|||||||
{
|
{
|
||||||
scope = 2;
|
scope = 2;
|
||||||
count = 1;
|
count = 1;
|
||||||
displayName = "Hobo Fishing Kit";
|
displayName = $STR_EPOCH_HOBO_FISHING_KIT;
|
||||||
descriptionShort = "Hobo Fishing Kit, catches dem fishes";
|
descriptionShort = $STR_EPOCH_HOBO_FISHING_KIT_DESC;
|
||||||
model = "\z\addons\dayz_communityassets\models\hobofishingkit.p3d";
|
model = "\z\addons\dayz_communityassets\models\hobofishingkit.p3d";
|
||||||
picture = "\z\addons\dayz_communityassets\pictures\equip_hobofishingkit_ca.paa";
|
picture = "\z\addons\dayz_communityassets\pictures\equip_hobofishingkit_ca.paa";
|
||||||
type = 256;
|
type = 256;
|
||||||
@@ -178,8 +178,8 @@ class equip_tin_powder : CA_Magazine
|
|||||||
{
|
{
|
||||||
scope = 2;
|
scope = 2;
|
||||||
count = 1;
|
count = 1;
|
||||||
displayName = "Tin of Powder";
|
displayName = $STR_EPOCH_TIN_OF_POWDER;
|
||||||
descriptionShort = "Tin of Powder has medicinal qualities";
|
descriptionShort = $STR_EPOCH_TIN_OF_POWDER_DESC;
|
||||||
model = "\z\addons\dayz_communityassets\models\tin_powder.p3d";
|
model = "\z\addons\dayz_communityassets\models\tin_powder.p3d";
|
||||||
picture = "\z\addons\dayz_communityassets\pictures\equip_tin_powder_co.paa";
|
picture = "\z\addons\dayz_communityassets\pictures\equip_tin_powder_co.paa";
|
||||||
type = 256;
|
type = 256;
|
||||||
@@ -189,8 +189,8 @@ class equip_slugsinacan : CA_Magazine
|
|||||||
{
|
{
|
||||||
scope = 2;
|
scope = 2;
|
||||||
count = 1;
|
count = 1;
|
||||||
displayName = "Slugs in a can";
|
displayName = $STR_EPOCH_SLUGS_IN_A_CAN;
|
||||||
descriptionShort = "Slugs in a can";
|
descriptionShort = $STR_EPOCH_SLUGS_IN_A_CAN_DESC;
|
||||||
model = "\z\addons\dayz_communityassets\models\slugsinacan.p3d";
|
model = "\z\addons\dayz_communityassets\models\slugsinacan.p3d";
|
||||||
picture = "\z\addons\dayz_communityassets\CraftingPlaceholders\equip_sluginacan.paa";
|
picture = "\z\addons\dayz_communityassets\CraftingPlaceholders\equip_sluginacan.paa";
|
||||||
type = 256;
|
type = 256;
|
||||||
@@ -240,6 +240,28 @@ class ItemSuitcaseBomb : CA_Magazine
|
|||||||
type = 256;
|
type = 256;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
class ItemPlasicParts : CA_Magazine
|
||||||
|
{
|
||||||
|
scope = 2;
|
||||||
|
count = 1;
|
||||||
|
displayName = $STR_EPOCH_PLASTIC_PARTS;
|
||||||
|
descriptionShort = $STR_EPOCH_PLASTIC_PARTS_DESC;
|
||||||
|
model = "\CA\misc3\briefcase";
|
||||||
|
picture = "\z\addons\dayz_communityassets\CraftingPlaceholders\equip_sluginacan.paa";
|
||||||
|
type = 256;
|
||||||
|
};
|
||||||
|
|
||||||
|
class ItemCeramicParts : CA_Magazine
|
||||||
|
{
|
||||||
|
scope = 2;
|
||||||
|
count = 1;
|
||||||
|
displayName = $STR_EPOCH_CERAMIC_PARTS;
|
||||||
|
descriptionShort = $STR_EPOCH_PLASTIC_PARTS_DESC;
|
||||||
|
model = "\CA\misc3\briefcase";
|
||||||
|
picture = "\z\addons\dayz_communityassets\CraftingPlaceholders\equip_sluginacan.paa";
|
||||||
|
type = 256;
|
||||||
|
};
|
||||||
|
|
||||||
//No models
|
//No models
|
||||||
class equip_cable_tie : CA_Magazine
|
class equip_cable_tie : CA_Magazine
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user