Update Plastic and Ceramic Parts

This commit is contained in:
AirwavesMan
2021-01-18 20:25:21 +01:00
parent d86d358c02
commit fdec125de6
2 changed files with 6 additions and 6 deletions

View File

@@ -246,8 +246,8 @@ class ItemPlasticParts : CA_Magazine
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";
model = "\z\addons\dayz_communityassets\models\crate.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_crate.paa";
type = 256;
};
@@ -256,9 +256,9 @@ 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";
descriptionShort = $STR_EPOCH_CERAMIC_PARTS_DESC;
model = "\z\addons\dayz_communityassets\models\crate.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_crate.paa";
type = 256;
};

View File

@@ -33519,7 +33519,7 @@
<German>Keramikteile</German>
<Russian>Керамические части</Russian>
</Key>
<Key ID="STR_EPOCH_PLASTIC_PARTS_DESC">
<Key ID="STR_EPOCH_CERAMIC_PARTS_DESC">
<English>A crate of ceramic parts.</English>
<German>Eine Kiste mit Keramikteile.</German>
<Russian>Ящик с керамическими частями.</Russian>