mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-04-17 09:53:21 +03:00
more localization work (#1689)
This commit is contained in:
@@ -2,20 +2,20 @@ class ItemTinBar: CA_Magazine {
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Tin";
|
||||
displayName = $STR_EPOCH_TIN;
|
||||
model = "\z\addons\dayz_epoch\models\tin_bar.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_tin_bar_CA.paa";
|
||||
descriptionShort = "Tin Bar";
|
||||
descriptionShort = $STR_EPOCH_TIN_DESC;
|
||||
|
||||
};
|
||||
class ItemTinBar10oz: CA_Magazine {
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "10oz Tin";
|
||||
displayName = $STR_EPOCH_10OZTIN;
|
||||
model = "\z\addons\dayz_epoch\models\tin_bar.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_tin_bar_10oz_CA.paa";
|
||||
descriptionShort = "10oz Tin Bar";
|
||||
descriptionShort = $STR_EPOCH_10OZTIN_DESC;
|
||||
class ItemActions {
|
||||
class Crafting {
|
||||
text = $STR_EPOCH_PLAYER_211;
|
||||
|
||||
Reference in New Issue
Block a user