mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-03-01 11:11:52 +03:00
Clean up, change strings for better mod compatibility
Also streamlining the names of certain items like fuel cans, fish, meat with a status indicator behind the name. Fix some wrong description strings. Add blunt hatchet and wet matches.
This commit is contained in:
@@ -5,13 +5,13 @@ class ItemAntibiotic_base : CA_Magazine
|
||||
type = 256;
|
||||
model = "\dayz_equip\models\med_antibiotic_gear.p3d";
|
||||
picture = "\dayz_equip\textures\equip_antibiotics_ca.paa";
|
||||
displayName = $STR_EQUIP_NAME_17;
|
||||
displayName = $STR_EQUIP_NAME_ANTIBIOTICS;
|
||||
};
|
||||
|
||||
class ItemAntibiotic : ItemAntibiotic_base
|
||||
{
|
||||
scope = 2;
|
||||
descriptionShort = $STR_EQUIP_DESC_17;
|
||||
descriptionShort = $STR_EQUIP_DESC_ANTIBIOTICS;
|
||||
|
||||
class medical
|
||||
{
|
||||
@@ -37,7 +37,7 @@ class ItemAntibiotic : ItemAntibiotic_base
|
||||
class ItemAntibiotic6 : ItemAntibiotic
|
||||
{
|
||||
displayName = $STR_EQUIP_NAME_ANTIBIOTICS_6;
|
||||
descriptionShort = $STR_EQUIP_DESC_48;
|
||||
descriptionShort = $STR_EQUIP_DESC_ANTIBIOTICS_6;
|
||||
|
||||
class medical
|
||||
{
|
||||
@@ -49,7 +49,7 @@ class ItemAntibiotic6 : ItemAntibiotic
|
||||
class ItemAntibiotic5 : ItemAntibiotic
|
||||
{
|
||||
displayName = $STR_EQUIP_NAME_ANTIBIOTICS_5;
|
||||
descriptionShort = $STR_EQUIP_DESC_49;
|
||||
descriptionShort = $STR_EQUIP_DESC_ANTIBIOTICS_5;
|
||||
|
||||
class medical
|
||||
{
|
||||
@@ -61,7 +61,7 @@ class ItemAntibiotic5 : ItemAntibiotic
|
||||
class ItemAntibiotic4 : ItemAntibiotic
|
||||
{
|
||||
displayName = $STR_EQUIP_NAME_ANTIBIOTICS_4;
|
||||
descriptionShort = $STR_EQUIP_DESC_50;
|
||||
descriptionShort = $STR_EQUIP_DESC_ANTIBIOTICS_4;
|
||||
|
||||
class medical
|
||||
{
|
||||
@@ -73,7 +73,7 @@ class ItemAntibiotic4 : ItemAntibiotic
|
||||
class ItemAntibiotic3 : ItemAntibiotic
|
||||
{
|
||||
displayName = $STR_EQUIP_NAME_ANTIBIOTICS_3;
|
||||
descriptionShort = $STR_EQUIP_DESC_51;
|
||||
descriptionShort = $STR_EQUIP_DESC_ANTIBIOTICS_3;
|
||||
|
||||
class medical
|
||||
{
|
||||
@@ -85,7 +85,7 @@ class ItemAntibiotic3 : ItemAntibiotic
|
||||
class ItemAntibiotic2 : ItemAntibiotic
|
||||
{
|
||||
displayName = $STR_EQUIP_NAME_ANTIBIOTICS_2;
|
||||
descriptionShort = $STR_EQUIP_DESC_52;
|
||||
descriptionShort = $STR_EQUIP_DESC_ANTIBIOTICS_2;
|
||||
|
||||
class medical
|
||||
{
|
||||
@@ -97,7 +97,7 @@ class ItemAntibiotic2 : ItemAntibiotic
|
||||
class ItemAntibiotic1 : ItemAntibiotic
|
||||
{
|
||||
displayName = $STR_EQUIP_NAME_ANTIBIOTICS_1;
|
||||
descriptionShort = $STR_EQUIP_DESC_53;
|
||||
descriptionShort = $STR_EQUIP_DESC_ANTIBIOTICS_1;
|
||||
|
||||
class medical
|
||||
{
|
||||
@@ -110,6 +110,6 @@ class ItemAntibioticEmpty : ItemAntibiotic_base
|
||||
{
|
||||
scope = 2;
|
||||
displayName = $STR_EQUIP_NAME_ANTIBIOTICS_EMPTY;
|
||||
descriptionShort = $STR_EQUIP_DESC_54;
|
||||
descriptionShort = $STR_EQUIP_DESC_ANTIBIOTICS_EMPTY;
|
||||
picture = "\dayz_epoch_c\icons\equipment\ItemAntibioticsEmpty.paa";
|
||||
};
|
||||
@@ -207,10 +207,10 @@ class ItemBloodbag: CA_Magazine
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "$STR_EQUIP_NAME_16";
|
||||
displayName = $STR_EQUIP_NAME_BLOOD_BAG;
|
||||
model = "\dayz_equip\models\bloodbag.p3d";
|
||||
picture = "\dayz_equip\textures\equip_bloodbag_ca.paa";
|
||||
descriptionShort = "$STR_EQUIP_DESC_16";
|
||||
descriptionShort = $STR_EQUIP_DESC_BLOOD_BAG;
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
|
||||
@@ -29,8 +29,8 @@ class ItemBandage : CA_Magazine
|
||||
type = 16;
|
||||
model = "\dayz_equip\models\fad.p3d";
|
||||
picture = "\dayz_equip\textures\equip_fad_ca.paa";
|
||||
displayName = $STR_EQUIP_NAME_7;
|
||||
descriptionShort = $STR_EQUIP_DESC_7;
|
||||
displayName = $STR_EQUIP_NAME_BANDAGE;
|
||||
descriptionShort = $STR_EQUIP_DESC_BANDAGE;
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
@@ -79,8 +79,8 @@ class ItemEpinephrine : CA_Magazine
|
||||
type = 256;
|
||||
model = "\dayz_equip\models\epi.p3d";
|
||||
picture = "\dayz_equip\textures\equip_epi_ca.paa";
|
||||
displayName = $STR_EQUIP_NAME_14;
|
||||
descriptionShort = $STR_EQUIP_DESC_14;
|
||||
displayName = $STR_EQUIP_NAME_EPI_PEN;
|
||||
descriptionShort = $STR_EQUIP_DESC_EPI_PEN;
|
||||
};
|
||||
|
||||
class ItemMorphine : CA_Magazine
|
||||
@@ -90,8 +90,8 @@ class ItemMorphine : CA_Magazine
|
||||
type = 256;
|
||||
model = "\dayz_equip\models\morphine.p3d";
|
||||
picture = "\dayz_equip\textures\equip_morphine_ca.paa";
|
||||
displayName = $STR_EQUIP_NAME_15;
|
||||
descriptionShort = $STR_EQUIP_DESC_15;
|
||||
displayName = $STR_EQUIP_NAME_MORPHINE;
|
||||
descriptionShort = $STR_EQUIP_DESC_MORPHINE;
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
@@ -110,8 +110,8 @@ class ItemHeatPack : CA_Magazine
|
||||
type = 256;
|
||||
model = "\dayz_equip\models\Heat_pack.p3d";
|
||||
picture = "\dayz_equip\textures\equip_heat_pack_ca.paa";
|
||||
displayName = $STR_EQUIP_NAME_42;
|
||||
descriptionShort = $STR_EQUIP_DESC_42;
|
||||
displayName = $STR_EQUIP_NAME_HEAT_PACK;
|
||||
descriptionShort = $STR_EQUIP_DESC_HEAT_PACK;
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
|
||||
@@ -5,8 +5,8 @@ class ItemPainkiller : CA_Magazine
|
||||
type = 256;
|
||||
model = "\dayz_equip\models\med_painkiller_gear.p3d";
|
||||
picture = "\dayz_equip\textures\equip_painkiller_ca.paa";
|
||||
displayName = $STR_EQUIP_NAME_18;
|
||||
descriptionShort = $STR_EQUIP_DESC_18;
|
||||
displayName = $STR_EQUIP_NAME_PAINKILLER;
|
||||
descriptionShort = $STR_EQUIP_DESC_PAINKILLER;
|
||||
|
||||
class medical
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user