mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
Update Plastic and Ceramic Parts
This commit is contained in:
@@ -246,8 +246,8 @@ class ItemPlasticParts : CA_Magazine
|
|||||||
count = 1;
|
count = 1;
|
||||||
displayName = $STR_EPOCH_PLASTIC_PARTS;
|
displayName = $STR_EPOCH_PLASTIC_PARTS;
|
||||||
descriptionShort = $STR_EPOCH_PLASTIC_PARTS_DESC;
|
descriptionShort = $STR_EPOCH_PLASTIC_PARTS_DESC;
|
||||||
model = "\CA\misc3\briefcase";
|
model = "\z\addons\dayz_communityassets\models\crate.p3d";
|
||||||
picture = "\z\addons\dayz_communityassets\CraftingPlaceholders\equip_sluginacan.paa";
|
picture = "\z\addons\dayz_communityassets\pictures\equip_crate.paa";
|
||||||
type = 256;
|
type = 256;
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -256,9 +256,9 @@ class ItemCeramicParts : CA_Magazine
|
|||||||
scope = 2;
|
scope = 2;
|
||||||
count = 1;
|
count = 1;
|
||||||
displayName = $STR_EPOCH_CERAMIC_PARTS;
|
displayName = $STR_EPOCH_CERAMIC_PARTS;
|
||||||
descriptionShort = $STR_EPOCH_PLASTIC_PARTS_DESC;
|
descriptionShort = $STR_EPOCH_CERAMIC_PARTS_DESC;
|
||||||
model = "\CA\misc3\briefcase";
|
model = "\z\addons\dayz_communityassets\models\crate.p3d";
|
||||||
picture = "\z\addons\dayz_communityassets\CraftingPlaceholders\equip_sluginacan.paa";
|
picture = "\z\addons\dayz_communityassets\pictures\equip_crate.paa";
|
||||||
type = 256;
|
type = 256;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -33519,7 +33519,7 @@
|
|||||||
<German>Keramikteile</German>
|
<German>Keramikteile</German>
|
||||||
<Russian>Керамические части</Russian>
|
<Russian>Керамические части</Russian>
|
||||||
</Key>
|
</Key>
|
||||||
<Key ID="STR_EPOCH_PLASTIC_PARTS_DESC">
|
<Key ID="STR_EPOCH_CERAMIC_PARTS_DESC">
|
||||||
<English>A crate of ceramic parts.</English>
|
<English>A crate of ceramic parts.</English>
|
||||||
<German>Eine Kiste mit Keramikteile.</German>
|
<German>Eine Kiste mit Keramikteile.</German>
|
||||||
<Russian>Ящик с керамическими частями.</Russian>
|
<Russian>Ящик с керамическими частями.</Russian>
|
||||||
|
|||||||
Reference in New Issue
Block a user