Add better icons for broken tools

This commit is contained in:
A Man
2020-05-30 14:17:20 +02:00
parent 8c12e69bba
commit 8a535e13e9
20 changed files with 33 additions and 25 deletions

View File

@@ -36,7 +36,7 @@ class ItemFuelcanEmpty : ItemJerrycanEmpty
{
type = 256;
model = "z\addons\dayz_communityassets\models\fuelcan.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_fuelcan_empty_CA.paa";
picture = "\dayz_epoch_c\icons\equipment\ItemFuelcanEmpty.paa";
displayName = $STR_ITEM_NAME_FUELCAN_EMPTY;
descriptionShort = $STR_ITEM_DESC_FUELCAN_EMPTY;
fuelQuantity = 0;

View File

@@ -1,5 +1,5 @@
class Vehicle_ammo_base: CA_Magazine {
scope = private;
scope = 0;
reloadAction = "";
maxLeadSpeed = 100;
type = 256;

View File

@@ -111,4 +111,5 @@ class ItemAntibioticEmpty : ItemAntibiotic_base
scope = 2;
displayName = $STR_EQUIP_NAME_ANTIBIOTICS_EMPTY;
descriptionShort = $STR_EQUIP_DESC_54;
picture = "\dayz_epoch_c\icons\equipment\ItemAntibioticsEmpty.paa";
};

View File

@@ -109,5 +109,5 @@ class ItemPainkillerEmpty : CA_Magazine
count = 1;
type = 256;
model = "\dayz_equip\models\med_painkiller_gear.p3d";
picture = "\dayz_equip\textures\equip_painkiller_ca.paa";
picture = "\dayz_epoch_c\icons\equipment\ItemPainkillerEmpty.paa";
};