Change scope and type of configs from name to numbers

This got discussed earlier. Since epoch got merged with DayZ Mod we have a different name for the scope and type of configs.  A proper config should use numbers for those entries. This is the same how arma configs are written.  The basicDefines.hpp has all the needed information stored.

Also, this removes the weight entries from the magazines since we have them in a separate folder, so admins can edit them.
This commit is contained in:
A Man
2020-05-29 02:04:06 +02:00
parent 4040b784b5
commit d9b9874532
291 changed files with 3439 additions and 3069 deletions

View File

@@ -1,12 +1,10 @@
class Attachment_ACOG : CA_Magazine class Attachment_ACOG : CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = WeaponSlotItem; type = 256;
model = "\z\addons\dayz_communityweapons\attachments\acog\acog.p3d"; model = "\z\addons\dayz_communityweapons\attachments\acog\acog.p3d";
picture = "\z\addons\dayz_communityweapons\attachments\acog\data\m_acog_ca.paa"; picture = "\z\addons\dayz_communityweapons\attachments\acog\data\m_acog_ca.paa";
displayName = $STR_DZ_ATT_ACOG_NAME; displayName = $STR_DZ_ATT_ACOG_NAME;
descriptionShort = $STR_DZ_ATT_ACOG_DESC; descriptionShort = $STR_DZ_ATT_ACOG_DESC;

View File

@@ -1,11 +1,13 @@
class Attachment_ANPVS4 : CA_Magazine { class Attachment_ANPVS4 : CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
type = 256; type = 256;
model = "\z\addons\dayz_epoch_w\optic\dze_scope_anpvs4.p3d"; model = "\z\addons\dayz_epoch_w\optic\dze_scope_anpvs4.p3d";
picture = "\dayz_epoch_c\icons\attachments\attachment_anpvs4.paa"; picture = "\dayz_epoch_c\icons\attachments\attachment_anpvs4.paa";
displayName = $STR_DZE_ATTACHMENT_ANPVS4_NAME; displayName = $STR_DZE_ATTACHMENT_ANPVS4_NAME;
descriptionShort = $STR_DZE_ATTACHMENT_ANPVS4_DESC; descriptionShort = $STR_DZE_ATTACHMENT_ANPVS4_DESC;
class ItemActions class ItemActions
{ {
class AttachToPrimary class AttachToPrimary

View File

@@ -1,12 +1,10 @@
class Attachment_BELT : CA_Magazine class Attachment_BELT : CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = WeaponSlotItem; type = 256;
model = "\z\addons\dayz_communityweapons\models\attachments\BELT"; model = "\z\addons\dayz_communityweapons\models\attachments\BELT";
picture = "\z\addons\dayz_communityweapons\models\attachments\BELT.paa"; picture = "\z\addons\dayz_communityweapons\models\attachments\BELT.paa";
displayName = $STR_ATTACHMENT_NAME_BELT; displayName = $STR_ATTACHMENT_NAME_BELT;
descriptionShort = $STR_ATTACHMENT_DESC_BELT; descriptionShort = $STR_ATTACHMENT_DESC_BELT;

View File

@@ -1,12 +1,10 @@
class Attachment_CCO : CA_Magazine class Attachment_CCO : CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = WeaponSlotItem; type = 256;
model = "\z\addons\dayz_communityweapons\attachments\cco\cco.p3d"; model = "\z\addons\dayz_communityweapons\attachments\cco\cco.p3d";
picture = "\z\addons\dayz_communityweapons\attachments\cco\data\m_cco_ca.paa"; picture = "\z\addons\dayz_communityweapons\attachments\cco\data\m_cco_ca.paa";
displayName = $STR_DZ_ATT_CCO_NAME; displayName = $STR_DZ_ATT_CCO_NAME;
descriptionShort = $STR_DZ_ATT_CCO_DESC; descriptionShort = $STR_DZ_ATT_CCO_DESC;

View File

@@ -1,12 +1,10 @@
class Attachment_FL : CA_Magazine class Attachment_FL : CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = WeaponSlotItem; type = 256;
model = "\z\addons\dayz_communityweapons\attachments\flashlight_rifle\flashlight_rifle.p3d"; model = "\z\addons\dayz_communityweapons\attachments\flashlight_rifle\flashlight_rifle.p3d";
picture = "\z\addons\dayz_communityweapons\attachments\flashlight_rifle\data\m_flashlight_rifle_ca.paa"; picture = "\z\addons\dayz_communityweapons\attachments\flashlight_rifle\data\m_flashlight_rifle_ca.paa";
displayName = $STR_DZ_ATT_FL_RFL_NAME; displayName = $STR_DZ_ATT_FL_RFL_NAME;
descriptionShort = $STR_DZ_ATT_FL_RFL_DESC; descriptionShort = $STR_DZ_ATT_FL_RFL_DESC;

View File

@@ -1,12 +1,10 @@
class Attachment_FL_Pist : CA_Magazine class Attachment_FL_Pist : CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = WeaponSlotItem; type = 256;
model = "\z\addons\dayz_communityweapons\attachments\flashlight_pistol\flashlight_pistol.p3d"; model = "\z\addons\dayz_communityweapons\attachments\flashlight_pistol\flashlight_pistol.p3d";
picture = "\z\addons\dayz_communityweapons\attachments\flashlight_pistol\data\m_flashlight_pistol_ca.paa"; picture = "\z\addons\dayz_communityweapons\attachments\flashlight_pistol\data\m_flashlight_pistol_ca.paa";
displayName = $STR_DZ_ATT_FL_PST_NAME; displayName = $STR_DZ_ATT_FL_PST_NAME;
descriptionShort = $STR_DZ_ATT_FL_PST_DESC; descriptionShort = $STR_DZ_ATT_FL_PST_DESC;

View File

@@ -1,12 +1,10 @@
class Attachment_GP25 : CA_Magazine class Attachment_GP25 : CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = WeaponSlotItem; type = 256;
model = "\z\addons\dayz_communityweapons\attachments\gp25\gp25.p3d"; model = "\z\addons\dayz_communityweapons\attachments\gp25\gp25.p3d";
picture = "\z\addons\dayz_communityweapons\attachments\gp25\data\m_gp25_ca.paa"; picture = "\z\addons\dayz_communityweapons\attachments\gp25\data\m_gp25_ca.paa";
displayName = $STR_DZ_ATT_GP25_NAME; displayName = $STR_DZ_ATT_GP25_NAME;
descriptionShort = $STR_DZ_ATT_GP25_DESC; descriptionShort = $STR_DZ_ATT_GP25_DESC;

View File

@@ -1,12 +1,10 @@
class Attachment_Ghillie : CA_Magazine class Attachment_Ghillie : CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = WeaponSlotItem; type = 256;
model = "ca\weapons\mag_univ.p3d"; model = "ca\weapons\mag_univ.p3d";
picture = "\z\addons\dayz_communityweapons\attachments\ghillie\data\m_ghillie_ca.paa"; picture = "\z\addons\dayz_communityweapons\attachments\ghillie\data\m_ghillie_ca.paa";
displayName = $STR_DZ_ATT_GHIL_NAME; displayName = $STR_DZ_ATT_GHIL_NAME;
descriptionShort = $STR_DZ_ATT_GHIL_DESC; descriptionShort = $STR_DZ_ATT_GHIL_DESC;

View File

@@ -1,12 +1,10 @@
class Attachment_Holo : CA_Magazine class Attachment_Holo : CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = WeaponSlotItem; type = 256;
model = "\z\addons\dayz_communityweapons\attachments\holo\holo.p3d"; model = "\z\addons\dayz_communityweapons\attachments\holo\holo.p3d";
picture = "\z\addons\dayz_communityweapons\attachments\holo\data\m_holo_ca.paa"; picture = "\z\addons\dayz_communityweapons\attachments\holo\data\m_holo_ca.paa";
displayName = $STR_DZ_ATT_HOLO_NAME; displayName = $STR_DZ_ATT_HOLO_NAME;
descriptionShort = $STR_DZ_ATT_HOLO_DESC; descriptionShort = $STR_DZ_ATT_HOLO_DESC;

View File

@@ -1,12 +1,10 @@
class Attachment_Kobra : CA_Magazine class Attachment_Kobra : CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = WeaponSlotItem; type = 256;
model = "\z\addons\dayz_communityweapons\attachments\kobra\kobra.p3d"; model = "\z\addons\dayz_communityweapons\attachments\kobra\kobra.p3d";
picture = "\z\addons\dayz_communityweapons\attachments\kobra\data\m_kobra_ca.paa"; picture = "\z\addons\dayz_communityweapons\attachments\kobra\data\m_kobra_ca.paa";
displayName = $STR_DZ_ATT_KOBRA_NAME; displayName = $STR_DZ_ATT_KOBRA_NAME;
descriptionShort = $STR_DZ_ATT_KOBRA_DESC; descriptionShort = $STR_DZ_ATT_KOBRA_DESC;

View File

@@ -1,11 +1,13 @@
class Attachment_Laser : CA_Magazine { class Attachment_Laser : CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
type = 256; type = 256;
model = "\z\addons\dayz_communityweapons\attachments\flashlight_rifle\flashlight_rifle.p3d"; model = "\z\addons\dayz_communityweapons\attachments\flashlight_rifle\flashlight_rifle.p3d";
picture = "\dayz_epoch_c\icons\attachments\attachment_laser.paa"; picture = "\dayz_epoch_c\icons\attachments\attachment_laser.paa";
displayName = $STR_DZE_ATTACHMENT_LASER_NAME; displayName = $STR_DZE_ATTACHMENT_LASER_NAME;
descriptionShort = $STR_DZE_ATTACHMENT_LASER_DESC; descriptionShort = $STR_DZE_ATTACHMENT_LASER_DESC;
class ItemActions class ItemActions
{ {
class AttachToPrimary class AttachToPrimary

View File

@@ -1,12 +1,10 @@
class Attachment_M203 : CA_Magazine class Attachment_M203 : CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = WeaponSlotItem; type = 256;
model = "\z\addons\dayz_communityweapons\attachments\m203\m203.p3d"; model = "\z\addons\dayz_communityweapons\attachments\m203\m203.p3d";
picture = "\z\addons\dayz_communityweapons\attachments\m203\data\m_m203_ca.paa"; picture = "\z\addons\dayz_communityweapons\attachments\m203\data\m_m203_ca.paa";
displayName = $STR_DZ_ATT_M203_NAME; displayName = $STR_DZ_ATT_M203_NAME;
descriptionShort = $STR_DZ_ATT_M203_DESC; descriptionShort = $STR_DZ_ATT_M203_DESC;

View File

@@ -1,12 +1,10 @@
class Attachment_MFL : CA_Magazine class Attachment_MFL : CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = WeaponSlotItem; type = 256;
model = "\z\addons\dayz_communityweapons\attachments\flashlight_rifle\flashlight_rifle.p3d"; model = "\z\addons\dayz_communityweapons\attachments\flashlight_rifle\flashlight_rifle.p3d";
picture = "\z\addons\dayz_communityweapons\attachments\flashlight_rifle\data\m_flashlight_rifle_ca.paa"; picture = "\z\addons\dayz_communityweapons\attachments\flashlight_rifle\data\m_flashlight_rifle_ca.paa";
displayName = $STR_DZ_ATT_MFL_RFL_NAME; displayName = $STR_DZ_ATT_MFL_RFL_NAME;
descriptionShort = $STR_DZ_ATT_MFL_RFL_DESC; descriptionShort = $STR_DZ_ATT_MFL_RFL_DESC;

View File

@@ -1,12 +1,10 @@
class Attachment_MFL_Pist : CA_Magazine class Attachment_MFL_Pist : CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = WeaponSlotItem; type = 256;
model = "\z\addons\dayz_communityweapons\attachments\flashlight_pistol\flashlight_pistol.p3d"; model = "\z\addons\dayz_communityweapons\attachments\flashlight_pistol\flashlight_pistol.p3d";
picture = "\z\addons\dayz_communityweapons\attachments\flashlight_pistol\data\m_flashlight_pistol_ca.paa"; picture = "\z\addons\dayz_communityweapons\attachments\flashlight_pistol\data\m_flashlight_pistol_ca.paa";
displayName = $STR_DZ_ATT_MFL_PST_NAME; displayName = $STR_DZ_ATT_MFL_PST_NAME;
descriptionShort = $STR_DZ_ATT_MFL_PST_DESC; descriptionShort = $STR_DZ_ATT_MFL_PST_DESC;

View File

@@ -1,11 +1,13 @@
class Attachment_NSPU : CA_Magazine { class Attachment_NSPU : CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
type = 256; type = 256;
model = "\z\addons\dayz_epoch_w\optic\dze_scope_nspu.p3d"; model = "\z\addons\dayz_epoch_w\optic\dze_scope_nspu.p3d";
picture = "\dayz_epoch_c\icons\attachments\attachment_nspu.paa"; picture = "\dayz_epoch_c\icons\attachments\attachment_nspu.paa";
displayName = $STR_DZE_ATTACHMENT_NSPU_NAME; displayName = $STR_DZE_ATTACHMENT_NSPU_NAME;
descriptionShort = $STR_DZE_ATTACHMENT_NSPU_DESC; descriptionShort = $STR_DZE_ATTACHMENT_NSPU_DESC;
class ItemActions class ItemActions
{ {
class AttachToPrimary class AttachToPrimary

View File

@@ -1,11 +1,13 @@
class Attachment_NV : CA_Magazine { class Attachment_NV : CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
type = 256; type = 256;
picture = "\dayz_epoch_c\icons\attachments\attachment_nv.paa"; picture = "\dayz_epoch_c\icons\attachments\attachment_nv.paa";
model = "\z\addons\dayz_epoch_w\optic\dze_scope_generic.p3d"; model = "\z\addons\dayz_epoch_w\optic\dze_scope_generic.p3d";
displayName = $STR_DZE_ATTACHMENT_NV_NAME; displayName = $STR_DZE_ATTACHMENT_NV_NAME;
descriptionShort = $STR_DZE_ATTACHMENT_NV_DESC; descriptionShort = $STR_DZE_ATTACHMENT_NV_DESC;
class ItemActions class ItemActions
{ {
class AttachToPrimary class AttachToPrimary

View File

@@ -1,12 +1,10 @@
class Attachment_PSO1 : CA_Magazine class Attachment_PSO1 : CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = WeaponSlotItem; type = 256;
model = "\z\addons\dayz_communityweapons\attachments\pso\pso.p3d"; model = "\z\addons\dayz_communityweapons\attachments\pso\pso.p3d";
picture = "\z\addons\dayz_communityweapons\attachments\pso\data\m_pso_ca.paa"; picture = "\z\addons\dayz_communityweapons\attachments\pso\data\m_pso_ca.paa";
displayName = $STR_DZ_ATT_PSO1_NAME; displayName = $STR_DZ_ATT_PSO1_NAME;
descriptionShort = $STR_DZ_ATT_PSO1_DESC; descriptionShort = $STR_DZ_ATT_PSO1_DESC;

View File

@@ -1,12 +1,10 @@
class Attachment_SA58RIS : CA_Magazine class Attachment_SA58RIS : CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = WeaponSlotItem; type = 256;
model = "ca\weapons\mag_univ.p3d"; model = "ca\weapons\mag_univ.p3d";
picture = "\z\addons\dayz_communityweapons\attachments\SA58RIS\data\m_sa58ris_ca.paa"; picture = "\z\addons\dayz_communityweapons\attachments\SA58RIS\data\m_sa58ris_ca.paa";
displayName = $STR_DZ_ATT_SA58RIS_NAME; displayName = $STR_DZ_ATT_SA58RIS_NAME;
descriptionShort = $STR_DZ_ATT_SA58RIS_DESC; descriptionShort = $STR_DZ_ATT_SA58RIS_DESC;

View File

@@ -1,6 +1,6 @@
class Attachment_SCOPED : CA_Magazine class Attachment_SCOPED : CA_Magazine
{ {
scope = public; scope = 2;
displayName = $STR_ATTACHMENT_NAME_SCOPE; displayName = $STR_ATTACHMENT_NAME_SCOPE;
descriptionShort = $STR_ATTACHMENT_DESC_SCOPE; descriptionShort = $STR_ATTACHMENT_DESC_SCOPE;
count = 1; count = 1;

View File

@@ -1,12 +1,10 @@
class Attachment_Sup10 : CA_Magazine class Attachment_Sup10 : CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = WeaponSlotItem; type = 256;
model = "\z\addons\dayz_communityweapons\attachments\suppressor9\suppressor9.p3d"; model = "\z\addons\dayz_communityweapons\attachments\suppressor9\suppressor9.p3d";
picture = "\z\addons\dayz_communityweapons\attachments\suppressor9\data\m_suppressor9_ca.paa"; picture = "\z\addons\dayz_communityweapons\attachments\suppressor9\data\m_suppressor9_ca.paa";
displayName = $STR_DZ_ATT_SUP10_NAME; displayName = $STR_DZ_ATT_SUP10_NAME;
descriptionShort = $STR_DZ_ATT_SUP10_DESC; descriptionShort = $STR_DZ_ATT_SUP10_DESC;

View File

@@ -1,10 +1,10 @@
class Attachment_Sup45 : CA_Magazine { class Attachment_Sup45 : CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
type = 256; type = 256;
model = "\z\addons\dayz_communityweapons\attachments\suppressor9\suppressor9.p3d"; model = "\z\addons\dayz_communityweapons\attachments\suppressor9\suppressor9.p3d";
picture = "\z\addons\dayz_communityweapons\attachments\suppressor9\data\m_suppressor9_ca.paa"; picture = "\z\addons\dayz_communityweapons\attachments\suppressor9\data\m_suppressor9_ca.paa";
displayName = $STR_DZE_ATTACHMENT_45SUP_NAME; displayName = $STR_DZE_ATTACHMENT_45SUP_NAME;
descriptionShort = $STR_DZE_ATTACHMENT_45SUP_DESC; descriptionShort = $STR_DZE_ATTACHMENT_45SUP_DESC;

View File

@@ -1,12 +1,10 @@
class Attachment_Sup545 : CA_Magazine class Attachment_Sup545 : CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = WeaponSlotItem; type = 256;
model = "\z\addons\dayz_communityweapons\attachments\suppressor545\suppressor545.p3d"; model = "\z\addons\dayz_communityweapons\attachments\suppressor545\suppressor545.p3d";
picture = "\z\addons\dayz_communityweapons\attachments\suppressor545\data\m_suppressor545_ca.paa"; picture = "\z\addons\dayz_communityweapons\attachments\suppressor545\data\m_suppressor545_ca.paa";
displayName = $STR_DZ_ATT_SUP545_NAME; displayName = $STR_DZ_ATT_SUP545_NAME;
descriptionShort = $STR_DZ_ATT_SUP545_DESC; descriptionShort = $STR_DZ_ATT_SUP545_DESC;

View File

@@ -1,12 +1,10 @@
class Attachment_Sup556 : CA_Magazine class Attachment_Sup556 : CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = WeaponSlotItem; type = 256;
model = "\z\addons\dayz_communityweapons\attachments\suppressor556\suppressor556.p3d"; model = "\z\addons\dayz_communityweapons\attachments\suppressor556\suppressor556.p3d";
picture = "\z\addons\dayz_communityweapons\attachments\suppressor556\data\m_suppressor556_ca.paa"; picture = "\z\addons\dayz_communityweapons\attachments\suppressor556\data\m_suppressor556_ca.paa";
displayName = $STR_DZ_ATT_SUP556_NAME; displayName = $STR_DZ_ATT_SUP556_NAME;
descriptionShort = $STR_DZ_ATT_SUP556_DESC; descriptionShort = $STR_DZ_ATT_SUP556_DESC;

View File

@@ -1,12 +1,10 @@
class Attachment_Sup57 : CA_Magazine class Attachment_Sup57 : CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = WeaponSlotItem; type = 256;
model = "\z\addons\dayz_communityweapons\attachments\suppressor556\suppressor556.p3d"; model = "\z\addons\dayz_communityweapons\attachments\suppressor556\suppressor556.p3d";
picture = "\z\addons\dayz_communityweapons\attachments\suppressor556\data\m_suppressor556_ca.paa"; picture = "\z\addons\dayz_communityweapons\attachments\suppressor556\data\m_suppressor556_ca.paa";
displayName = $STR_DZ_ATT_SUP57_NAME; displayName = $STR_DZ_ATT_SUP57_NAME;
descriptionShort = $STR_DZ_ATT_SUP57_DESC; descriptionShort = $STR_DZ_ATT_SUP57_DESC;

View File

@@ -1,12 +1,10 @@
class Attachment_Sup68 : CA_Magazine class Attachment_Sup68 : CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = WeaponSlotItem; type = 256;
model = "\z\addons\dayz_communityweapons\attachments\suppressor556\suppressor556.p3d"; model = "\z\addons\dayz_communityweapons\attachments\suppressor556\suppressor556.p3d";
picture = "\z\addons\dayz_communityweapons\attachments\suppressor556\data\m_suppressor556_ca.paa"; picture = "\z\addons\dayz_communityweapons\attachments\suppressor556\data\m_suppressor556_ca.paa";
displayName = $STR_DZ_ATT_SUP68_NAME; displayName = $STR_DZ_ATT_SUP68_NAME;
descriptionShort = $STR_DZ_ATT_SUP68_DESC; descriptionShort = $STR_DZ_ATT_SUP68_DESC;

View File

@@ -1,11 +1,13 @@
class Attachment_Sup762 : CA_Magazine { class Attachment_Sup762 : CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
type = 256; type = 256;
model = "\z\addons\dayz_communityweapons\attachments\suppressor556\suppressor556.p3d"; model = "\z\addons\dayz_communityweapons\attachments\suppressor556\suppressor556.p3d";
picture = "\z\addons\dayz_communityweapons\attachments\suppressor556\data\m_suppressor556_ca.paa"; picture = "\z\addons\dayz_communityweapons\attachments\suppressor556\data\m_suppressor556_ca.paa";
displayName = $STR_DZ_ATT_SUP762_NAME; displayName = $STR_DZ_ATT_SUP762_NAME;
descriptionShort = $STR_DZ_ATT_SUP762_DESC; descriptionShort = $STR_DZ_ATT_SUP762_DESC;
class ItemActions class ItemActions
{ {
class AttachToPrimary class AttachToPrimary

View File

@@ -1,12 +1,10 @@
class Attachment_Sup9 : CA_Magazine class Attachment_Sup9 : CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = WeaponSlotItem; type = 256;
model = "\z\addons\dayz_communityweapons\attachments\suppressor9\suppressor9.p3d"; model = "\z\addons\dayz_communityweapons\attachments\suppressor9\suppressor9.p3d";
picture = "\z\addons\dayz_communityweapons\attachments\suppressor9\data\m_suppressor9_ca.paa"; picture = "\z\addons\dayz_communityweapons\attachments\suppressor9\data\m_suppressor9_ca.paa";
displayName = $STR_DZ_ATT_SUP9_NAME; displayName = $STR_DZ_ATT_SUP9_NAME;
descriptionShort = $STR_DZ_ATT_SUP9_DESC; descriptionShort = $STR_DZ_ATT_SUP9_DESC;

View File

@@ -1,11 +1,13 @@
class Attachment_Sup939 : CA_Magazine { class Attachment_Sup939 : CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
type = 256; type = 256;
model = "\z\addons\dayz_communityweapons\attachments\suppressor556\suppressor556.p3d"; model = "\z\addons\dayz_communityweapons\attachments\suppressor556\suppressor556.p3d";
picture = "\z\addons\dayz_communityweapons\attachments\suppressor556\data\m_suppressor556_ca.paa"; picture = "\z\addons\dayz_communityweapons\attachments\suppressor556\data\m_suppressor556_ca.paa";
displayName = $STR_DZ_ATT_SUP939_NAME; displayName = $STR_DZ_ATT_SUP939_NAME;
descriptionShort = $STR_DZ_ATT_SUP939_DESC; descriptionShort = $STR_DZ_ATT_SUP939_DESC;
class ItemActions class ItemActions
{ {
class AttachToPrimary class AttachToPrimary

View File

@@ -1,12 +1,10 @@
class Attachment_SupBizon : CA_Magazine class Attachment_SupBizon : CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = WeaponSlotItem; type = 256;
model = "z\addons\dayz_communityassets\models\surpressor.p3d"; model = "z\addons\dayz_communityassets\models\surpressor.p3d";
picture = "\z\addons\dayz_communityassets\pictures\attachment_silencer.paa"; picture = "\z\addons\dayz_communityassets\pictures\attachment_silencer.paa";
displayName = $STR_DZ_ATT_SUP9BIZON_NAME; displayName = $STR_DZ_ATT_SUP9BIZON_NAME;
descriptionShort = $STR_DZ_ATT_SUP9BIZON_DESC; descriptionShort = $STR_DZ_ATT_SUP9BIZON_DESC;

View File

@@ -1,12 +1,10 @@
class Attachment_SupMakarov : CA_Magazine class Attachment_SupMakarov : CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = WeaponSlotItem; type = 256;
model = "z\addons\dayz_communityassets\models\surpressor.p3d"; model = "z\addons\dayz_communityassets\models\surpressor.p3d";
picture = "\z\addons\dayz_communityassets\pictures\attachment_silencer.paa"; picture = "\z\addons\dayz_communityassets\pictures\attachment_silencer.paa";
displayName = $STR_DZ_ATT_SUP9PM_NAME; displayName = $STR_DZ_ATT_SUP9PM_NAME;
descriptionShort = $STR_DZ_ATT_SUP9PM_DESC; descriptionShort = $STR_DZ_ATT_SUP9PM_DESC;

View File

@@ -1,11 +1,13 @@
class Attachment_Tws : CA_Magazine { class Attachment_Tws : CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
type = 256; type = 256;
model = "\z\addons\dayz_epoch_w\optic\dze_scope_tws.p3d"; model = "\z\addons\dayz_epoch_w\optic\dze_scope_tws.p3d";
picture = "\dayz_epoch_c\icons\attachments\attachment_tws.paa"; picture = "\dayz_epoch_c\icons\attachments\attachment_tws.paa";
displayName = $STR_DZE_ATTACHMENT_TWS_NAME; displayName = $STR_DZE_ATTACHMENT_TWS_NAME;
descriptionShort = $STR_DZE_ATTACHMENT_TWS_DESC; descriptionShort = $STR_DZE_ATTACHMENT_TWS_DESC;
class ItemActions class ItemActions
{ {
class AttachToPrimary class AttachToPrimary

View File

@@ -1,9 +1,8 @@
class TrapBear : CA_Magazine class TrapBear : CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = WeaponSlotItem; type = 256;
model = "\dayz_equip\models\bear_trap_gear.p3d"; model = "\dayz_equip\models\bear_trap_gear.p3d";
picture = "\dayz_equip\textures\equip_bear_trap_ca.paa"; picture = "\dayz_equip\textures\equip_bear_trap_ca.paa";
displayName = $STR_EQUIP_NAME_BEARTRAP; displayName = $STR_EQUIP_NAME_BEARTRAP;

View File

@@ -1,13 +1,13 @@
class desert_large_net_kit: CA_Magazine class desert_large_net_kit: CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_LARGEDESERTCAMONET; displayName = $STR_EPOCH_LARGEDESERTCAMONET;
descriptionShort = $STR_EPOCH_LARGECAMONET_DESC; descriptionShort = $STR_EPOCH_LARGECAMONET_DESC;
model = "\z\addons\dayz_communityassets\models\packed_net_green.p3d"; model = "\z\addons\dayz_communityassets\models\packed_net_green.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_packed_net_green_ca.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_packed_net_green_ca.paa";
weight = 25;
class ItemActions class ItemActions
{ {
class Build class Build
@@ -21,14 +21,14 @@ class desert_large_net_kit: CA_Magazine
}; };
class forest_large_net_kit: CA_Magazine class forest_large_net_kit: CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_LARGEFORESTCAMONET; displayName = $STR_EPOCH_LARGEFORESTCAMONET;
descriptionShort = $STR_EPOCH_LARGECAMONET_DESC; descriptionShort = $STR_EPOCH_LARGECAMONET_DESC;
model = "\z\addons\dayz_communityassets\models\packed_net_green.p3d"; model = "\z\addons\dayz_communityassets\models\packed_net_green.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_packed_net_green_ca.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_packed_net_green_ca.paa";
weight = 25;
class ItemActions class ItemActions
{ {
class Build class Build
@@ -42,14 +42,14 @@ class forest_large_net_kit: CA_Magazine
}; };
class desert_net_kit: CA_Magazine class desert_net_kit: CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_DESERTCAMONET; displayName = $STR_EPOCH_DESERTCAMONET;
descriptionShort = $STR_EPOCH_CAMONET_DESC; descriptionShort = $STR_EPOCH_CAMONET_DESC;
model = "\z\addons\dayz_communityassets\models\packed_net_green.p3d"; model = "\z\addons\dayz_communityassets\models\packed_net_green.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_packed_net_green_ca.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_packed_net_green_ca.paa";
weight = 25;
class ItemActions class ItemActions
{ {
class Build class Build
@@ -72,14 +72,14 @@ class desert_net_kit: CA_Magazine
}; };
class forest_net_kit: CA_Magazine class forest_net_kit: CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_FORESTCAMONET; displayName = $STR_EPOCH_FORESTCAMONET;
descriptionShort = $STR_EPOCH_CAMONET_DESC; descriptionShort = $STR_EPOCH_CAMONET_DESC;
model = "\z\addons\dayz_communityassets\models\packed_net_green.p3d"; model = "\z\addons\dayz_communityassets\models\packed_net_green.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_packed_net_green_ca.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_packed_net_green_ca.paa";
weight = 25;
class ItemActions class ItemActions
{ {
class Build class Build

View File

@@ -1,13 +1,13 @@
class ItemFireBarrel_kit: CA_Magazine class ItemFireBarrel_kit: CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_FIREBARRELKIT; displayName = $STR_EPOCH_FIREBARRELKIT;
descriptionShort = $STR_EPOCH_FIREBARRELKIT_DESC; descriptionShort = $STR_EPOCH_FIREBARRELKIT_DESC;
model = "\z\addons\dayz_epoch\models\supply_crate.p3d"; model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
weight = 45;
class ItemActions class ItemActions
{ {
class Build class Build
@@ -22,14 +22,14 @@ class ItemFireBarrel_kit: CA_Magazine
class workbench_kit: CA_Magazine class workbench_kit: CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_WORKBENCH; displayName = $STR_EPOCH_WORKBENCH;
descriptionShort = $STR_EPOCH_WORKBENCH_DESC; descriptionShort = $STR_EPOCH_WORKBENCH_DESC;
model = "\z\addons\dayz_epoch\models\supply_crate.p3d"; model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
weight = 10;
class ItemActions class ItemActions
{ {
class Build class Build
@@ -45,7 +45,7 @@ class workbench_kit: CA_Magazine
// DayZ Mod workbench // DayZ Mod workbench
class ItemWorkBench : CA_Magazine class ItemWorkBench : CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_BLD_name_ItemWorkBench;//"Work Bench (Packed)" displayName = $STR_BLD_name_ItemWorkBench;//"Work Bench (Packed)"
@@ -55,8 +55,10 @@ class ItemWorkBench : CA_Magazine
vehicle = "WorkBench"; vehicle = "WorkBench";
sfx = "tentunpack"; sfx = "tentunpack";
class ItemActions { class ItemActions
class Build { {
class Build
{
text = $STR_BLD_build_ItemWorkBench;//"place WorkBench" text = $STR_BLD_build_ItemWorkBench;//"place WorkBench"
script = "; ['ItemWorkBench','Build'] spawn player_buildPlaceables;"; script = "; ['ItemWorkBench','Build'] spawn player_buildPlaceables;";
require[] = {}; require[] = {};
@@ -68,13 +70,14 @@ class ItemWorkBench : CA_Magazine
class wood_ramp_kit: CA_Magazine class wood_ramp_kit: CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_WOODRAMP; displayName = $STR_EPOCH_WOODRAMP;
descriptionShort = $STR_EPOCH_WOODENRAMP_DESC; descriptionShort = $STR_EPOCH_WOODENRAMP_DESC;
model = "\z\addons\dayz_epoch\models\supply_crate.p3d"; model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
class ItemActions class ItemActions
{ {
class Build class Build
@@ -89,13 +92,14 @@ class wood_ramp_kit: CA_Magazine
class plot_pole_kit: CA_Magazine class plot_pole_kit: CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_PLAYER_246; displayName = $STR_EPOCH_PLAYER_246;
descriptionShort = $STR_EPOCH_PLOT_DESC; descriptionShort = $STR_EPOCH_PLOT_DESC;
model = "\z\addons\dayz_epoch\models\supply_crate.p3d"; model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
class ItemActions class ItemActions
{ {
class Build class Build
@@ -110,14 +114,14 @@ class plot_pole_kit: CA_Magazine
class metal_panel_kit: CA_Magazine class metal_panel_kit: CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_METALPANEL; displayName = $STR_EPOCH_METALPANEL;
descriptionShort = $STR_EPOCH_METALPANEL_DESC; descriptionShort = $STR_EPOCH_METALPANEL_DESC;
model = "\z\addons\dayz_epoch\models\supply_crate.p3d"; model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
weight = 50;
class ItemActions class ItemActions
{ {
class Build class Build
@@ -141,16 +145,18 @@ class metal_panel_kit: CA_Magazine
class ItemCorrugated : CA_Magazine class ItemCorrugated : CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_CORRUGATEDFENCE; displayName = $STR_EPOCH_CORRUGATEDFENCE;
model = "\z\addons\dayz_epoch\models\supply_crate.p3d"; model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
descriptionShort = $STR_EPOCH_CORRUGATEDFENCE_DESC; descriptionShort = $STR_EPOCH_CORRUGATEDFENCE_DESC;
class ItemActions class ItemActions
{ {
class Build { class Build
{
text = $STR_EPOCH_PLAYER_214; text = $STR_EPOCH_PLAYER_214;
script = "spawn player_build;"; script = "spawn player_build;";
require[] = {"ItemEtool","ItemToolbox"}; require[] = {"ItemEtool","ItemToolbox"};
@@ -188,10 +194,9 @@ class ItemCorrugated : CA_Magazine
class ItemWire : CA_Magazine class ItemWire : CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = WeaponSlotItem; type = 256;
model = "\dayz_equip\models\Fence_wire_kit.p3d"; model = "\dayz_equip\models\Fence_wire_kit.p3d";
picture = "\dayz_equip\textures\equip_fencewire_kit_CA.paa"; picture = "\dayz_equip\textures\equip_fencewire_kit_CA.paa";
displayName = $STR_EQUIP_NAME_23; displayName = $STR_EQUIP_NAME_23;
@@ -213,10 +218,9 @@ class ItemWire : CA_Magazine
class ItemTankTrap : CA_Magazine class ItemTankTrap : CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = WeaponSlotItem; type = 256;
model = "\dayz_equip\models\tank_trap_kit.p3d"; model = "\dayz_equip\models\tank_trap_kit.p3d";
picture = "\dayz_equip\textures\equip_tanktrap_kit_CA.paa"; picture = "\dayz_equip\textures\equip_tanktrap_kit_CA.paa";
displayName = $STR_EQUIP_NAME_22; displayName = $STR_EQUIP_NAME_22;
@@ -238,15 +242,13 @@ class ItemTankTrap : CA_Magazine
class ItemGenerator : CA_Magazine class ItemGenerator : CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = WeaponSlotItem; type = 256;
model = "\dayz_equip\models\generator_gear.p3d"; model = "\dayz_equip\models\generator_gear.p3d";
picture = "\dayz_equip\textures\equip_generator_ca.paa"; picture = "\dayz_equip\textures\equip_generator_ca.paa";
displayName = $STR_EQUIP_NAME_31; displayName = $STR_EQUIP_NAME_31;
descriptionShort = $STR_EQUIP_DESC_31; descriptionShort = $STR_EQUIP_DESC_31;
weight = 30; // used in R3F weight
class ItemActions class ItemActions
{ {
@@ -263,14 +265,14 @@ class ItemGenerator : CA_Magazine
class fuel_pump_kit: CA_Magazine class fuel_pump_kit: CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_FUELPUMP; displayName = $STR_EPOCH_FUELPUMP;
descriptionShort = $STR_EPOCH_FUELPUMP; descriptionShort = $STR_EPOCH_FUELPUMP;
model = "\z\addons\dayz_epoch\models\supply_crate.p3d"; model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
weight = 50;
class ItemActions class ItemActions
{ {
class Build class Build
@@ -285,14 +287,14 @@ class fuel_pump_kit: CA_Magazine
class light_pole_kit: CA_Magazine class light_pole_kit: CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_LIGHTPOLE; displayName = $STR_EPOCH_LIGHTPOLE;
descriptionShort = $STR_EPOCH_LIGHTPOLE_DESC; descriptionShort = $STR_EPOCH_LIGHTPOLE_DESC;
model = "\z\addons\dayz_epoch\models\supply_crate.p3d"; model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
weight = 25;
class ItemActions class ItemActions
{ {
class Build class Build
@@ -307,14 +309,14 @@ class light_pole_kit: CA_Magazine
class deer_stand_kit: CA_Magazine class deer_stand_kit: CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_DEERSTAND; displayName = $STR_EPOCH_DEERSTAND;
descriptionShort = $STR_EPOCH_DEERSTAND_DESC; descriptionShort = $STR_EPOCH_DEERSTAND_DESC;
model = "\z\addons\dayz_epoch\models\supply_crate.p3d"; model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
weight = 25;
class ItemActions class ItemActions
{ {
class Build class Build
@@ -329,14 +331,14 @@ class deer_stand_kit: CA_Magazine
class m240_nest_kit: CA_Magazine class m240_nest_kit: CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_M240NEST; displayName = $STR_EPOCH_M240NEST;
descriptionShort = $STR_EPOCH_M240NEST; descriptionShort = $STR_EPOCH_M240NEST;
model = "\z\addons\dayz_epoch\models\supply_crate.p3d"; model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
weight = 125;
class ItemActions class ItemActions
{ {
class Build class Build
@@ -351,14 +353,14 @@ class m240_nest_kit: CA_Magazine
class rusty_gate_kit: CA_Magazine class rusty_gate_kit: CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_RUSTYGATE; displayName = $STR_EPOCH_RUSTYGATE;
descriptionShort = $STR_EPOCH_RUSTYGATE_DESC; descriptionShort = $STR_EPOCH_RUSTYGATE_DESC;
model = "\z\addons\dayz_epoch\models\supply_crate.p3d"; model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
weight = 25;
class ItemActions class ItemActions
{ {
class Build class Build
@@ -373,14 +375,14 @@ class rusty_gate_kit: CA_Magazine
class stick_fence_kit: CA_Magazine class stick_fence_kit: CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_STICKFENCE; displayName = $STR_EPOCH_STICKFENCE;
descriptionShort = $STR_EPOCH_STICKFENCE_DESC; descriptionShort = $STR_EPOCH_STICKFENCE_DESC;
model = "\z\addons\dayz_epoch\models\supply_crate.p3d"; model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
weight = 15;
class ItemActions class ItemActions
{ {
class Build class Build
@@ -395,14 +397,14 @@ class stick_fence_kit: CA_Magazine
class sun_shade_kit: CA_Magazine class sun_shade_kit: CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_CANVASSUNSHADE; displayName = $STR_EPOCH_CANVASSUNSHADE;
descriptionShort = $STR_EPOCH_CANVASSUNSHADE_DESC; descriptionShort = $STR_EPOCH_CANVASSUNSHADE_DESC;
model = "\z\addons\dayz_epoch\models\supply_crate.p3d"; model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
weight = 25;
class ItemActions class ItemActions
{ {
class Build class Build
@@ -417,14 +419,14 @@ class sun_shade_kit: CA_Magazine
class park_bench_kit: CA_Magazine class park_bench_kit: CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_WOODBENCH; displayName = $STR_EPOCH_WOODBENCH;
descriptionShort = $STR_EPOCH_WOODBENCH; descriptionShort = $STR_EPOCH_WOODBENCH;
model = "\z\addons\dayz_epoch\models\supply_crate.p3d"; model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
weight = 25;
class ItemActions class ItemActions
{ {
class Build class Build
@@ -439,14 +441,14 @@ class park_bench_kit: CA_Magazine
class ItemScaffoldingKit: CA_Magazine class ItemScaffoldingKit: CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_SCAFFOLDING; displayName = $STR_EPOCH_SCAFFOLDING;
descriptionShort = $STR_EPOCH_SCAFFOLDING; descriptionShort = $STR_EPOCH_SCAFFOLDING;
model = "\z\addons\dayz_epoch\models\supply_crate.p3d"; model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
weight = 80;
class ItemActions class ItemActions
{ {
class Build class Build

View File

@@ -1,14 +1,17 @@
class metal_floor_kit: CA_Magazine { class metal_floor_kit: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_METALFLOOR; displayName = $STR_EPOCH_METALFLOOR;
descriptionShort = $STR_EPOCH_METALFLOOR; descriptionShort = $STR_EPOCH_METALFLOOR;
model = "\z\addons\dayz_epoch\models\supply_crate.p3d"; model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
weight = 325;
class ItemActions { class ItemActions
class Build { {
class Build
{
text = $STR_ACTIONS_BUILD; text = $STR_ACTIONS_BUILD;
script = "spawn player_build;"; script = "spawn player_build;";
require[] = {"ItemToolbox"}; require[] = {"ItemToolbox"};
@@ -17,17 +20,20 @@ class metal_floor_kit: CA_Magazine {
}; };
}; };
class half_cinder_wall_kit: CA_Magazine { class half_cinder_wall_kit: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_CINDERBLOCKWALL_HALF; displayName = $STR_EPOCH_CINDERBLOCKWALL_HALF;
descriptionShort = $STR_EPOCH_CINDERBLOCKWALL_DESC; descriptionShort = $STR_EPOCH_CINDERBLOCKWALL_DESC;
model = "\z\addons\dayz_epoch\models\supply_crate.p3d"; model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
weight = 325;
class ItemActions { class ItemActions
class Build { {
class Build
{
text = $STR_ACTIONS_BUILD; text = $STR_ACTIONS_BUILD;
script = "spawn player_build;"; script = "spawn player_build;";
require[] = {"ItemToolbox"}; require[] = {"ItemToolbox"};
@@ -36,17 +42,20 @@ class half_cinder_wall_kit: CA_Magazine {
}; };
}; };
class full_cinder_wall_kit: CA_Magazine { class full_cinder_wall_kit: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_CINDERBLOCKWALL; displayName = $STR_EPOCH_CINDERBLOCKWALL;
descriptionShort = $STR_EPOCH_FULLCINDERBLOCKWALL_DESC; descriptionShort = $STR_EPOCH_FULLCINDERBLOCKWALL_DESC;
model = "\z\addons\dayz_epoch\models\supply_crate.p3d"; model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
weight = 600;
class ItemActions { class ItemActions
class Build { {
class Build
{
text = $STR_ACTIONS_BUILD; text = $STR_ACTIONS_BUILD;
script = "spawn player_build;"; script = "spawn player_build;";
require[] = {"ItemToolbox"}; require[] = {"ItemToolbox"};
@@ -55,17 +64,20 @@ class full_cinder_wall_kit: CA_Magazine {
}; };
}; };
class cinder_door_kit: CA_Magazine { class cinder_door_kit: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_BLOCKDOORWAY; displayName = $STR_EPOCH_BLOCKDOORWAY;
descriptionShort = $STR_EPOCH_BLOCKDOORWAY_DESC; descriptionShort = $STR_EPOCH_BLOCKDOORWAY_DESC;
model = "\z\addons\dayz_epoch\models\supply_crate.p3d"; model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
weight = 325;
class ItemActions { class ItemActions
class Build { {
class Build
{
text = $STR_ACTIONS_BUILD; text = $STR_ACTIONS_BUILD;
script = "spawn player_build;"; script = "spawn player_build;";
require[] = {"ItemToolbox"}; require[] = {"ItemToolbox"};
@@ -74,17 +86,20 @@ class cinder_door_kit: CA_Magazine {
}; };
}; };
class cinder_door_kit_locked: CA_Magazine { class cinder_door_kit_locked: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_BLOCKDOORLOCKED; displayName = $STR_EPOCH_BLOCKDOORLOCKED;
descriptionShort = $STR_EPOCH_BLOCKDOORWAY_LOCKED_DESC; descriptionShort = $STR_EPOCH_BLOCKDOORWAY_LOCKED_DESC;
model = "\z\addons\dayz_epoch\models\supply_crate.p3d"; model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
weight = 340;
class ItemActions { class ItemActions
class Build { {
class Build
{
text = $STR_ACTIONS_BUILD; text = $STR_ACTIONS_BUILD;
script = "spawn player_build;"; script = "spawn player_build;";
require[] = {"ItemToolbox"}; require[] = {"ItemToolbox"};
@@ -93,17 +108,20 @@ class cinder_door_kit_locked: CA_Magazine {
}; };
}; };
class cinder_garage_kit: CA_Magazine { class cinder_garage_kit: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_BLOCKGARAGEDOORWAY; displayName = $STR_EPOCH_BLOCKGARAGEDOORWAY;
descriptionShort = $STR_EPOCH_BLOCKGARAGEDOORWAY_DESC; descriptionShort = $STR_EPOCH_BLOCKGARAGEDOORWAY_DESC;
model = "\z\addons\dayz_epoch\models\supply_crate.p3d"; model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
weight = 325;
class ItemActions { class ItemActions
class Build { {
class Build
{
text = $STR_ACTIONS_BUILD; text = $STR_ACTIONS_BUILD;
script = "spawn player_build;"; script = "spawn player_build;";
require[] = {"ItemToolbox"}; require[] = {"ItemToolbox"};
@@ -112,17 +130,20 @@ class cinder_garage_kit: CA_Magazine {
}; };
}; };
class cinder_garage_kit_locked: CA_Magazine { class cinder_garage_kit_locked: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_BLOCKGARAGEDOORLOCKED; displayName = $STR_EPOCH_BLOCKGARAGEDOORLOCKED;
descriptionShort = $STR_EPOCH_BLOCKGARAGEDOORWAY_LOCKED_DESC; descriptionShort = $STR_EPOCH_BLOCKGARAGEDOORWAY_LOCKED_DESC;
model = "\z\addons\dayz_epoch\models\supply_crate.p3d"; model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
weight = 340;
class ItemActions { class ItemActions
class Build { {
class Build
{
text = $STR_ACTIONS_BUILD; text = $STR_ACTIONS_BUILD;
script = "spawn player_build;"; script = "spawn player_build;";
require[] = {"ItemToolbox"}; require[] = {"ItemToolbox"};
@@ -131,17 +152,20 @@ class cinder_garage_kit_locked: CA_Magazine {
}; };
}; };
class ItemWoodFloor: CA_Magazine { class ItemWoodFloor: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_FLOORCEILING; displayName = $STR_EPOCH_FLOORCEILING;
model = "\z\addons\dayz_epoch\models\supply_crate.p3d"; model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
descriptionShort = $STR_EPOCH_FLOORCEILING_DESC; descriptionShort = $STR_EPOCH_FLOORCEILING_DESC;
weight = 25;
class ItemActions { class ItemActions
class Build { {
class Build
{
text = $STR_ACTIONS_BUILD; text = $STR_ACTIONS_BUILD;
script = "spawn player_build;"; script = "spawn player_build;";
require[] = {"ItemToolbox"}; require[] = {"ItemToolbox"};
@@ -150,23 +174,27 @@ class ItemWoodFloor: CA_Magazine {
}; };
}; };
class ItemWoodFloorHalf: CA_Magazine { class ItemWoodFloorHalf: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_FLOORCEILINGHALF; displayName = $STR_EPOCH_FLOORCEILINGHALF;
model = "\z\addons\dayz_epoch\models\supply_crate.p3d"; model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
descriptionShort = $STR_EPOCH_FLOORCEILING_DESC; descriptionShort = $STR_EPOCH_FLOORCEILING_DESC;
weight = 15;
class ItemActions { class ItemActions
class Build { {
class Build
{
text = $STR_ACTIONS_BUILD; text = $STR_ACTIONS_BUILD;
script = "spawn player_build;"; script = "spawn player_build;";
require[] = {"ItemToolbox"}; require[] = {"ItemToolbox"};
create = "WoodFloorHalf_DZ"; create = "WoodFloorHalf_DZ";
}; };
class Crafting { class Crafting
{
text = $STR_EPOCH_PLAYER_232; text = $STR_EPOCH_PLAYER_232;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {"workshop"}; neednearby[] = {"workshop"};
@@ -177,23 +205,27 @@ class ItemWoodFloorHalf: CA_Magazine {
}; };
}; };
class ItemWoodFloorQuarter: CA_Magazine { class ItemWoodFloorQuarter: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_FLOORCEILINGQUARTER; displayName = $STR_EPOCH_FLOORCEILINGQUARTER;
model = "\z\addons\dayz_epoch\models\supply_crate.p3d"; model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
descriptionShort = $STR_EPOCH_FLOORCEILING_DESC; descriptionShort = $STR_EPOCH_FLOORCEILING_DESC;
weight = 10;
class ItemActions { class ItemActions
class Build { {
class Build
{
text = $STR_ACTIONS_BUILD; text = $STR_ACTIONS_BUILD;
script = "spawn player_build;"; script = "spawn player_build;";
require[] = {"ItemToolbox"}; require[] = {"ItemToolbox"};
create = "WoodFloorQuarter_DZ"; create = "WoodFloorQuarter_DZ";
}; };
class Crafting { class Crafting
{
text = $STR_EPOCH_PLAYER_232a; text = $STR_EPOCH_PLAYER_232a;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {"workshop"}; neednearby[] = {"workshop"};
@@ -204,23 +236,27 @@ class ItemWoodFloorQuarter: CA_Magazine {
}; };
}; };
class ItemWoodStairs: CA_Magazine { class ItemWoodStairs: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_WOODSTAIRS; displayName = $STR_EPOCH_WOODSTAIRS;
model = "\z\addons\dayz_epoch\models\supply_crate.p3d"; model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
descriptionShort = $STR_EPOCH_WOODSTAIRS; descriptionShort = $STR_EPOCH_WOODSTAIRS;
weight = 25;
class ItemActions { class ItemActions
class Build { {
class Build
{
text = $STR_ACTIONS_BUILD; text = $STR_ACTIONS_BUILD;
script = "spawn player_build;"; script = "spawn player_build;";
require[] = {"ItemToolbox"}; require[] = {"ItemToolbox"};
create = "WoodStairsSans_DZ"; create = "WoodStairsSans_DZ";
}; };
class Crafting { class Crafting
{
text = $STR_EPOCH_PLAYER_233; text = $STR_EPOCH_PLAYER_233;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {"workshop"}; neednearby[] = {"workshop"};
@@ -231,17 +267,20 @@ class ItemWoodStairs: CA_Magazine {
}; };
}; };
class ItemWoodStairsSupport: CA_Magazine { class ItemWoodStairsSupport: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_WOODSTAIRSWITHSUPPORTS; displayName = $STR_EPOCH_WOODSTAIRSWITHSUPPORTS;
model = "\z\addons\dayz_epoch\models\supply_crate.p3d"; model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
descriptionShort = $STR_EPOCH_WOODSTAIRSWITHSUPPORTS_DESC; descriptionShort = $STR_EPOCH_WOODSTAIRSWITHSUPPORTS_DESC;
weight = 30;
class ItemActions { class ItemActions
class Build { {
class Build
{
text = $STR_ACTIONS_BUILD; text = $STR_ACTIONS_BUILD;
script = "spawn player_build;"; script = "spawn player_build;";
require[] = {"ItemToolbox"}; require[] = {"ItemToolbox"};
@@ -250,17 +289,20 @@ class ItemWoodStairsSupport: CA_Magazine {
}; };
}; };
class ItemWoodLadder: CA_Magazine { class ItemWoodLadder: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_WOODLADDER; displayName = $STR_EPOCH_WOODLADDER;
model = "\z\addons\dayz_epoch\models\supply_crate.p3d"; model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
descriptionShort = $STR_EPOCH_WOODLADDER; descriptionShort = $STR_EPOCH_WOODLADDER;
weight = 25;
class ItemActions { class ItemActions
class Build { {
class Build
{
text = $STR_ACTIONS_BUILD; text = $STR_ACTIONS_BUILD;
script = "spawn player_build;"; script = "spawn player_build;";
require[] = {"ItemToolbox"}; require[] = {"ItemToolbox"};
@@ -269,23 +311,27 @@ class ItemWoodLadder: CA_Magazine {
}; };
}; };
class ItemWoodWall: CA_Magazine { class ItemWoodWall: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_WOODWALL; displayName = $STR_EPOCH_WOODWALL;
model = "\z\addons\dayz_epoch\models\supply_crate.p3d"; model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
descriptionShort = $STR_EPOCH_WOODWALL_DESC; descriptionShort = $STR_EPOCH_WOODWALL_DESC;
weight = 25;
class ItemActions { class ItemActions
class Build { {
class Build
{
text = $STR_ACTIONS_BUILD; text = $STR_ACTIONS_BUILD;
script = "spawn player_build;"; script = "spawn player_build;";
require[] = {"ItemToolbox"}; require[] = {"ItemToolbox"};
create = "WoodSmallWall_DZ"; create = "WoodSmallWall_DZ";
}; };
class Crafting { class Crafting
{
text = $STR_EPOCH_PLAYER_234; text = $STR_EPOCH_PLAYER_234;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {"workshop"}; neednearby[] = {"workshop"};
@@ -293,7 +339,8 @@ class ItemWoodWall: CA_Magazine {
output[] = {{"ItemWoodWallDoor",1}}; output[] = {{"ItemWoodWallDoor",1}};
input[] = {{"ItemWoodWall",1}}; input[] = {{"ItemWoodWall",1}};
}; };
class Crafting1 { class Crafting1
{
text = $STR_EPOCH_PLAYER_235; text = $STR_EPOCH_PLAYER_235;
script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {"workshop"}; neednearby[] = {"workshop"};
@@ -301,7 +348,8 @@ class ItemWoodWall: CA_Magazine {
output[] = {{"ItemWoodWallWindow",1}}; output[] = {{"ItemWoodWallWindow",1}};
input[] = {{"ItemWoodWall",1},{"PartGlass",1}}; input[] = {{"ItemWoodWall",1},{"PartGlass",1}};
}; };
class Crafting2 { class Crafting2
{
text = $STR_EPOCH_PLAYER_236; text = $STR_EPOCH_PLAYER_236;
script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {"workshop"}; neednearby[] = {"workshop"};
@@ -312,23 +360,27 @@ class ItemWoodWall: CA_Magazine {
}; };
}; };
class ItemWoodWallThird: CA_Magazine { class ItemWoodWallThird: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_WOODWALLTHIRDPART; displayName = $STR_EPOCH_WOODWALLTHIRDPART;
model = "\z\addons\dayz_epoch\models\supply_crate.p3d"; model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
descriptionShort = $STR_EPOCH_WOODWALLTHIRDPART_DESC; descriptionShort = $STR_EPOCH_WOODWALLTHIRDPART_DESC;
weight = 7;
class ItemActions { class ItemActions
class Build { {
class Build
{
text = $STR_ACTIONS_BUILD; text = $STR_ACTIONS_BUILD;
script = "spawn player_build;"; script = "spawn player_build;";
require[] = {"ItemToolbox"}; require[] = {"ItemToolbox"};
create = "WoodSmallWallThird_DZ"; create = "WoodSmallWallThird_DZ";
}; };
class Crafting { class Crafting
{
text = $STR_EPOCH_PLAYER_237; text = $STR_EPOCH_PLAYER_237;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {"workshop"}; neednearby[] = {"workshop"};
@@ -339,17 +391,20 @@ class ItemWoodWallThird: CA_Magazine {
}; };
}; };
class ItemWoodWallWindow: CA_Magazine { class ItemWoodWallWindow: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_WALLWITHWINDOW; displayName = $STR_EPOCH_WALLWITHWINDOW;
model = "\z\addons\dayz_epoch\models\supply_crate.p3d"; model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
descriptionShort = $STR_EPOCH_WALLWITHWINDOW_DESC; descriptionShort = $STR_EPOCH_WALLWITHWINDOW_DESC;
weight = 25;
class ItemActions { class ItemActions
class Build { {
class Build
{
text = $STR_ACTIONS_BUILD; text = $STR_ACTIONS_BUILD;
script = "spawn player_build;"; script = "spawn player_build;";
require[] = {"ItemToolbox"}; require[] = {"ItemToolbox"};
@@ -358,23 +413,27 @@ class ItemWoodWallWindow: CA_Magazine {
}; };
}; };
class ItemWoodWallDoor: CA_Magazine { class ItemWoodWallDoor: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_WALLWITHDOORWAY; displayName = $STR_EPOCH_WALLWITHDOORWAY;
model = "\z\addons\dayz_epoch\models\supply_crate.p3d"; model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
descriptionShort = $STR_EPOCH_WALLWITHDOORWAY_DESC; descriptionShort = $STR_EPOCH_WALLWITHDOORWAY_DESC;
weight = 25;
class ItemActions { class ItemActions
class Build { {
class Build
{
text = $STR_ACTIONS_BUILD; text = $STR_ACTIONS_BUILD;
script = "spawn player_build;"; script = "spawn player_build;";
require[] = {"ItemToolbox"}; require[] = {"ItemToolbox"};
create = "WoodSmallWallDoor_DZ"; create = "WoodSmallWallDoor_DZ";
}; };
class Crafting { class Crafting
{
text = $STR_EPOCH_PLAYER_238; text = $STR_EPOCH_PLAYER_238;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {"workshop"}; neednearby[] = {"workshop"};
@@ -385,23 +444,27 @@ class ItemWoodWallDoor: CA_Magazine {
}; };
}; };
class ItemWoodWallWithDoor: CA_Magazine { class ItemWoodWallWithDoor: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_WALLWITHDOOR; displayName = $STR_EPOCH_WALLWITHDOOR;
model = "\z\addons\dayz_epoch\models\supply_crate.p3d"; model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
descriptionShort = $STR_EPOCH_WALLWITHDOOR_DESC; descriptionShort = $STR_EPOCH_WALLWITHDOOR_DESC;
weight = 25;
class ItemActions { class ItemActions
class Build { {
class Build
{
text = $STR_ACTIONS_BUILD; text = $STR_ACTIONS_BUILD;
script = "spawn player_build;"; script = "spawn player_build;";
require[] = {"ItemToolbox"}; require[] = {"ItemToolbox"};
create = "Land_DZE_WoodDoor"; create = "Land_DZE_WoodDoor";
}; };
class Crafting { class Crafting
{
text = $STR_EPOCH_PLAYER_239; text = $STR_EPOCH_PLAYER_239;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {"workshop"}; neednearby[] = {"workshop"};
@@ -412,17 +475,20 @@ class ItemWoodWallWithDoor: CA_Magazine {
}; };
}; };
class ItemWoodWallWithDoorLocked: CA_Magazine { class ItemWoodWallWithDoorLocked: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_WALLWITHDOORLOCKED; displayName = $STR_EPOCH_WALLWITHDOORLOCKED;
model = "\z\addons\dayz_epoch\models\supply_crate.p3d"; model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
descriptionShort = $STR_EPOCH_WALLWITHDOORLOCKED_DESC; descriptionShort = $STR_EPOCH_WALLWITHDOORLOCKED_DESC;
weight = 30;
class ItemActions { class ItemActions
class Build { {
class Build
{
text = $STR_ACTIONS_BUILD; text = $STR_ACTIONS_BUILD;
script = "spawn player_build;"; script = "spawn player_build;";
require[] = {"ItemToolbox"}; require[] = {"ItemToolbox"};
@@ -431,23 +497,27 @@ class ItemWoodWallWithDoorLocked: CA_Magazine {
}; };
}; };
class ItemWoodWallGarageDoor: CA_Magazine { class ItemWoodWallGarageDoor: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_WOODGARAGEDOOR; displayName = $STR_EPOCH_WOODGARAGEDOOR;
model = "\z\addons\dayz_epoch\models\supply_crate.p3d"; model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
descriptionShort = $STR_EPOCH_WOODGARAGEDOOR_DESC; descriptionShort = $STR_EPOCH_WOODGARAGEDOOR_DESC;
weight = 25;
class ItemActions { class ItemActions
class Build { {
class Build
{
text = $STR_ACTIONS_BUILD; text = $STR_ACTIONS_BUILD;
script = "spawn player_build;"; script = "spawn player_build;";
require[] = {"ItemToolbox"}; require[] = {"ItemToolbox"};
create = "Land_DZE_GarageWoodDoor"; create = "Land_DZE_GarageWoodDoor";
}; };
class Crafting { class Crafting
{
text = $STR_EPOCH_PLAYER_240; text = $STR_EPOCH_PLAYER_240;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {"workshop"}; neednearby[] = {"workshop"};
@@ -458,17 +528,20 @@ class ItemWoodWallGarageDoor: CA_Magazine {
}; };
}; };
class ItemWoodWallGarageDoorLocked: CA_Magazine { class ItemWoodWallGarageDoorLocked: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_WOODGARAGEDOORLOCKED; displayName = $STR_EPOCH_WOODGARAGEDOORLOCKED;
model = "\z\addons\dayz_epoch\models\supply_crate.p3d"; model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
descriptionShort = $STR_EPOCH_WOODGARAGEDOORLOCKED_DESC; descriptionShort = $STR_EPOCH_WOODGARAGEDOORLOCKED_DESC;
weight = 25;
class ItemActions { class ItemActions
class Build { {
class Build
{
text = $STR_ACTIONS_BUILD; text = $STR_ACTIONS_BUILD;
script = "spawn player_build;"; script = "spawn player_build;";
require[] = {"ItemToolbox"}; require[] = {"ItemToolbox"};
@@ -477,17 +550,20 @@ class ItemWoodWallGarageDoorLocked: CA_Magazine {
}; };
}; };
class ItemWoodWallLg: CA_Magazine { class ItemWoodWallLg: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_LARGEWOODWALL; displayName = $STR_EPOCH_LARGEWOODWALL;
model = "\z\addons\dayz_epoch\models\supply_crate.p3d"; model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
descriptionShort = $STR_EPOCH_LARGEWOODWALL_DESC; descriptionShort = $STR_EPOCH_LARGEWOODWALL_DESC;
weight = 25;
class ItemActions { class ItemActions
class Build { {
class Build
{
text = $STR_ACTIONS_BUILD; text = $STR_ACTIONS_BUILD;
script = "spawn player_build;"; script = "spawn player_build;";
require[] = {"ItemToolbox"}; require[] = {"ItemToolbox"};
@@ -501,7 +577,8 @@ class ItemWoodWallLg: CA_Magazine {
output[] = {{"ItemWoodWallDoorLg",1}}; output[] = {{"ItemWoodWallDoorLg",1}};
input[] = {{"ItemWoodWallLg",1}}; input[] = {{"ItemWoodWallLg",1}};
}; };
class Crafting1 { class Crafting1
{
text = $STR_EPOCH_PLAYER_235; text = $STR_EPOCH_PLAYER_235;
script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {"workshop"}; neednearby[] = {"workshop"};
@@ -509,7 +586,8 @@ class ItemWoodWallLg: CA_Magazine {
output[] = {{"ItemWoodWallWindowLg",1}}; output[] = {{"ItemWoodWallWindowLg",1}};
input[] = {{"ItemWoodWallLg",1},{"PartGlass",1}}; input[] = {{"ItemWoodWallLg",1},{"PartGlass",1}};
}; };
class Crafting2 { class Crafting2
{
text = $STR_EPOCH_PLAYER_240; text = $STR_EPOCH_PLAYER_240;
script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {"workshop"}; neednearby[] = {"workshop"};
@@ -520,17 +598,20 @@ class ItemWoodWallLg: CA_Magazine {
}; };
}; };
class ItemWoodWallWindowLg: CA_Magazine { class ItemWoodWallWindowLg: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_LARGEWALLWITHWINDOW; displayName = $STR_EPOCH_LARGEWALLWITHWINDOW;
model = "\z\addons\dayz_epoch\models\supply_crate.p3d"; model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
descriptionShort = $STR_EPOCH_LARGEWALLWITHWINDOW_DESC; descriptionShort = $STR_EPOCH_LARGEWALLWITHWINDOW_DESC;
weight = 30;
class ItemActions { class ItemActions
class Build { {
class Build
{
text = $STR_ACTIONS_BUILD; text = $STR_ACTIONS_BUILD;
script = "spawn player_build;"; script = "spawn player_build;";
require[] = {"ItemToolbox"}; require[] = {"ItemToolbox"};
@@ -539,23 +620,27 @@ class ItemWoodWallWindowLg: CA_Magazine {
}; };
}; };
class ItemWoodWallDoorLg: CA_Magazine { class ItemWoodWallDoorLg: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_LARGEWALLWITHDOORWAY; displayName = $STR_EPOCH_LARGEWALLWITHDOORWAY;
model = "\z\addons\dayz_epoch\models\supply_crate.p3d"; model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
descriptionShort = $STR_EPOCH_LARGEWALLWITHDOORWAY_DESC; descriptionShort = $STR_EPOCH_LARGEWALLWITHDOORWAY_DESC;
weight = 30;
class ItemActions { class ItemActions
class Build { {
class Build
{
text = $STR_ACTIONS_BUILD; text = $STR_ACTIONS_BUILD;
script = "spawn player_build;"; script = "spawn player_build;";
require[] = {"ItemToolbox"}; require[] = {"ItemToolbox"};
create = "WoodLargeWallDoor_DZ"; create = "WoodLargeWallDoor_DZ";
}; };
class Crafting { class Crafting
{
text = $STR_EPOCH_PLAYER_238; text = $STR_EPOCH_PLAYER_238;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {"workshop"}; neednearby[] = {"workshop"};
@@ -566,23 +651,27 @@ class ItemWoodWallDoorLg: CA_Magazine {
}; };
}; };
class ItemWoodWallWithDoorLg: CA_Magazine { class ItemWoodWallWithDoorLg: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_LARGEWALLWITHDOOR; displayName = $STR_EPOCH_LARGEWALLWITHDOOR;
model = "\z\addons\dayz_epoch\models\supply_crate.p3d"; model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
descriptionShort = $STR_EPOCH_LARGEWALLWITHDOOR_DESC; descriptionShort = $STR_EPOCH_LARGEWALLWITHDOOR_DESC;
weight = 30;
class ItemActions { class ItemActions
class Build { {
class Build
{
text = $STR_ACTIONS_BUILD; text = $STR_ACTIONS_BUILD;
script = "spawn player_build;"; script = "spawn player_build;";
require[] = {"ItemToolbox"}; require[] = {"ItemToolbox"};
create = "Land_DZE_LargeWoodDoor"; create = "Land_DZE_LargeWoodDoor";
}; };
class Crafting { class Crafting
{
text = $STR_EPOCH_PLAYER_239; text = $STR_EPOCH_PLAYER_239;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {"workshop"}; neednearby[] = {"workshop"};
@@ -593,17 +682,20 @@ class ItemWoodWallWithDoorLg: CA_Magazine {
}; };
}; };
class ItemWoodWallWithDoorLgLocked: CA_Magazine { class ItemWoodWallWithDoorLgLocked: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_LARGEWALLWITHDOORLOCKED; displayName = $STR_EPOCH_LARGEWALLWITHDOORLOCKED;
model = "\z\addons\dayz_epoch\models\supply_crate.p3d"; model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
descriptionShort = $STR_EPOCH_LARGEWALLWITHDOORLOCKED_DESC; descriptionShort = $STR_EPOCH_LARGEWALLWITHDOORLOCKED_DESC;
weight = 35;
class ItemActions { class ItemActions
class Build { {
class Build
{
text = $STR_ACTIONS_BUILD; text = $STR_ACTIONS_BUILD;
script = "spawn player_build;"; script = "spawn player_build;";
require[] = {"ItemToolbox"}; require[] = {"ItemToolbox"};

View File

@@ -1,8 +1,8 @@
class ItemSandbag : CA_Magazine class ItemSandbag : CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = WeaponSlotItem; type = 256;
model = "\dayz_equip\models\sandbags.p3d"; model = "\dayz_equip\models\sandbags.p3d";
picture = "\dayz_equip\textures\equip_sandbag_ca.paa"; picture = "\dayz_equip\textures\equip_sandbag_ca.paa";
displayName = $STR_EQUIP_NAME_21; displayName = $STR_EQUIP_NAME_21;
@@ -50,8 +50,9 @@ class ItemSandbag : CA_Magazine
}; };
}; };
class BagFenceRound_DZ_kit : CA_Magazine { class BagFenceRound_DZ_kit : CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EQUIP_NAME_21_ROUND; displayName = $STR_EQUIP_NAME_21_ROUND;
@@ -59,8 +60,10 @@ class BagFenceRound_DZ_kit : CA_Magazine {
model = "\dayz_equip\models\sandbags.p3d"; model = "\dayz_equip\models\sandbags.p3d";
picture = "\dayz_equip\textures\equip_sandbag_ca.paa"; picture = "\dayz_equip\textures\equip_sandbag_ca.paa";
class ItemActions { class ItemActions
class Build { {
class Build
{
text = $STR_EPOCH_PLAYER_299; text = $STR_EPOCH_PLAYER_299;
script = "spawn player_build;"; script = "spawn player_build;";
require[] = {"ItemEtool"}; require[] = {"ItemEtool"};
@@ -78,8 +81,9 @@ class BagFenceRound_DZ_kit : CA_Magazine {
}; };
}; };
class ItemSandbagLarge : CA_Magazine { class ItemSandbagLarge : CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EQUIP_NAME_21_HBARRIER; displayName = $STR_EQUIP_NAME_21_HBARRIER;
@@ -87,8 +91,10 @@ class ItemSandbagLarge : CA_Magazine {
model = "\dayz_equip\models\sandbags.p3d"; // TODO model model = "\dayz_equip\models\sandbags.p3d"; // TODO model
picture = "\dayz_equip\textures\equip_sandbag_ca.paa"; picture = "\dayz_equip\textures\equip_sandbag_ca.paa";
class ItemActions { class ItemActions
class Build { {
class Build
{
text = $STR_EPOCH_PLAYER_273_3; text = $STR_EPOCH_PLAYER_273_3;
script = "spawn player_build;"; script = "spawn player_build;";
require[] = {"ItemEtool"}; require[] = {"ItemEtool"};
@@ -106,8 +112,9 @@ class ItemSandbagLarge : CA_Magazine {
}; };
}; };
class ItemSandbagExLarge : CA_Magazine { class ItemSandbagExLarge : CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EQUIP_NAME_21_3XHBARRIER; displayName = $STR_EQUIP_NAME_21_3XHBARRIER;
@@ -115,8 +122,10 @@ class ItemSandbagExLarge : CA_Magazine {
model = "\dayz_equip\models\sandbags.p3d"; // TODO model model = "\dayz_equip\models\sandbags.p3d"; // TODO model
picture = "\dayz_equip\textures\equip_sandbag_ca.paa"; picture = "\dayz_equip\textures\equip_sandbag_ca.paa";
class ItemActions { class ItemActions
class Build { {
class Build
{
text = $STR_EPOCH_PLAYER_273_4; text = $STR_EPOCH_PLAYER_273_4;
script = "spawn player_build;"; script = "spawn player_build;";
require[] = {"ItemEtool"}; require[] = {"ItemEtool"};
@@ -134,8 +143,9 @@ class ItemSandbagExLarge : CA_Magazine {
}; };
}; };
class ItemSandbagExLarge5x : CA_Magazine { class ItemSandbagExLarge5x : CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EQUIP_NAME_21_5XHBARRIER; displayName = $STR_EQUIP_NAME_21_5XHBARRIER;
@@ -143,8 +153,10 @@ class ItemSandbagExLarge5x : CA_Magazine {
model = "\dayz_equip\models\sandbags.p3d"; // TODO model model = "\dayz_equip\models\sandbags.p3d"; // TODO model
picture = "\dayz_equip\textures\equip_sandbag_ca.paa"; picture = "\dayz_equip\textures\equip_sandbag_ca.paa";
class ItemActions { class ItemActions
class Build { {
class Build
{
text = $STR_EPOCH_PLAYER_273_5; text = $STR_EPOCH_PLAYER_273_5;
script = "spawn player_build;"; script = "spawn player_build;";
require[] = {"ItemEtool"}; require[] = {"ItemEtool"};
@@ -155,7 +167,7 @@ class ItemSandbagExLarge5x : CA_Magazine {
class sandbag_nest_kit: CA_Magazine class sandbag_nest_kit: CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EQUIP_NAME_21_NEST; displayName = $STR_EQUIP_NAME_21_NEST;

View File

@@ -1,6 +1,6 @@
class outhouse_kit: CA_Magazine class outhouse_kit: CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_OUTHOUSE; displayName = $STR_EPOCH_OUTHOUSE;
@@ -22,7 +22,7 @@ class outhouse_kit: CA_Magazine
class wooden_shed_kit: CA_Magazine class wooden_shed_kit: CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_NICEWOODSHED; displayName = $STR_EPOCH_NICEWOODSHED;
@@ -44,7 +44,7 @@ class wooden_shed_kit: CA_Magazine
class wooden_shed_kit2: CA_Magazine class wooden_shed_kit2: CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_NICEWOODSHED2; displayName = $STR_EPOCH_NICEWOODSHED2;
@@ -66,7 +66,7 @@ class wooden_shed_kit2: CA_Magazine
class wood_shack_kit: CA_Magazine class wood_shack_kit: CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_WOODSHACK; displayName = $STR_EPOCH_WOODSHACK;
@@ -88,7 +88,7 @@ class wood_shack_kit: CA_Magazine
class wood_shack_kit2: CA_Magazine class wood_shack_kit2: CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_WOODSHACK2; displayName = $STR_EPOCH_WOODSHACK2;
@@ -110,7 +110,7 @@ class wood_shack_kit2: CA_Magazine
class storage_shed_kit: CA_Magazine class storage_shed_kit: CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_STORAGESHED; displayName = $STR_EPOCH_STORAGESHED;
@@ -132,7 +132,7 @@ class storage_shed_kit: CA_Magazine
class storage_shed_kit2: CA_Magazine class storage_shed_kit2: CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_STORAGESHED2; displayName = $STR_EPOCH_STORAGESHED2;
@@ -154,7 +154,7 @@ class storage_shed_kit2: CA_Magazine
class ItemGunRackKit: CA_Magazine class ItemGunRackKit: CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_GUNRACK; displayName = $STR_EPOCH_GUNRACK;
@@ -176,7 +176,7 @@ class ItemGunRackKit: CA_Magazine
class ItemGunRackKit2: CA_Magazine class ItemGunRackKit2: CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_GUNRACK2; displayName = $STR_EPOCH_GUNRACK2;
@@ -199,7 +199,7 @@ class ItemGunRackKit2: CA_Magazine
class ItemWoodCrateKit: CA_Magazine class ItemWoodCrateKit: CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_WOODCRATE; displayName = $STR_EPOCH_WOODCRATE;
@@ -221,7 +221,7 @@ class ItemWoodCrateKit: CA_Magazine
class ItemWoodCrateKit2: CA_Magazine class ItemWoodCrateKit2: CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_WOODCRATE2; displayName = $STR_EPOCH_WOODCRATE2;
@@ -243,7 +243,7 @@ class ItemWoodCrateKit2: CA_Magazine
class ItemVault: CA_Magazine class ItemVault: CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_SAFE; displayName = $STR_EPOCH_SAFE;
@@ -265,7 +265,7 @@ class ItemVault: CA_Magazine
class ItemLockbox: CA_Magazine class ItemLockbox: CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_LOCKBOX; displayName = $STR_EPOCH_LOCKBOX;
@@ -287,7 +287,7 @@ class ItemLockbox: CA_Magazine
class StashSmall_kit: CA_Magazine class StashSmall_kit: CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_VEH_NAME_STASH; displayName = $STR_VEH_NAME_STASH;

View File

@@ -1,13 +1,13 @@
class ItemTent : CA_Magazine class ItemTent : CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = WeaponSlotItem; type = 256;
model = "\dayz_equip\models\tentbag_gear.p3d"; model = "\dayz_equip\models\tentbag_gear.p3d";
picture = "\dayz_equip\textures\equip_tentbag_ca.paa"; picture = "\dayz_equip\textures\equip_tentbag_ca.paa";
displayName = $STR_EQUIP_NAME_20; displayName = $STR_EQUIP_NAME_20;
descriptionShort = $STR_EQUIP_DESC_20; descriptionShort = $STR_EQUIP_DESC_20;
class ItemActions class ItemActions
{ {
class Build class Build
@@ -42,10 +42,9 @@ class ItemTent : CA_Magazine
class ItemDomeTent : CA_Magazine class ItemDomeTent : CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = WeaponSlotItem; type = 256;
model = "\dayz_equip\models\tentbag_gear.p3d"; model = "\dayz_equip\models\tentbag_gear.p3d";
picture = "\dayz_equip\textures\equip_tentbag_ca.paa"; picture = "\dayz_equip\textures\equip_tentbag_ca.paa";
displayName = $STR_VEH_NAME_DOME_TENT; displayName = $STR_VEH_NAME_DOME_TENT;
@@ -74,13 +73,11 @@ class ItemDomeTent : CA_Magazine
}; };
}; };
// EPOCH ADDITION
class ItemDesertTent : CA_Magazine class ItemDesertTent : CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = WeaponSlotItem; type = ;
model = "\dayz_equip\models\tentbag_gear.p3d"; model = "\dayz_equip\models\tentbag_gear.p3d";
picture = "\dayz_equip\textures\equip_tentbag_ca.paa"; picture = "\dayz_equip\textures\equip_tentbag_ca.paa";
displayName = $STR_VEH_NAME_DESERT_TENT; displayName = $STR_VEH_NAME_DESERT_TENT;

View File

@@ -1,9 +1,8 @@
class ItemTrapTripwireCans : CA_Magazine class ItemTrapTripwireCans : CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = WeaponSlotItem; type = 256;
model = "z\addons\dayz_communityassets\models\trap_tripwire_dropped_can.p3d"; model = "z\addons\dayz_communityassets\models\trap_tripwire_dropped_can.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_trap_tripwire_can.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_trap_tripwire_can.paa";
displayName = $STR_ITEM_NAME_TRIPWIRE_CANS; displayName = $STR_ITEM_NAME_TRIPWIRE_CANS;

View File

@@ -1,16 +1,14 @@
class SkinBase : CA_Magazine class SkinBase : CA_Magazine
{ {
scope = 0;
count = 1; count = 1;
type = WeaponSlotItem; type = 256;
sex = "male"; sex = "male";
playerModel = "Survivor2_DZ"; playerModel = "Survivor2_DZ";
model = "\dayz_equip\models\cloth_parcel.p3d"; model = "\dayz_equip\models\cloth_parcel.p3d";
picture = "\dayz_equip\textures\equip_cloth_parcel_ca.paa"; picture = "\dayz_equip\textures\equip_cloth_parcel_ca.paa";
displayName = $STR_EQUIP_NAME_CLOTHES; // Used in Epoch player_craftItem for canvas displayName = $STR_EQUIP_NAME_CLOTHES; // Used in Epoch player_craftItem for canvas
descriptionShort = $STR_EQUIP_DESC_CLOTHES; descriptionShort = $STR_EQUIP_DESC_CLOTHES;
Craftoutput = "equip_rag"; Craftoutput = "equip_rag";
class ItemActions class ItemActions
@@ -26,7 +24,8 @@ class SkinBase : CA_Magazine
text = $STR_TEAR_CLOTHES; text = $STR_TEAR_CLOTHES;
script = "spawn player_tearClothes;"; script = "spawn player_tearClothes;";
}; };
class Crafting { class Crafting
{
text = $STR_EPOCH_PLAYER_269b; text = $STR_EPOCH_PLAYER_269b;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -34,7 +33,8 @@ class SkinBase : CA_Magazine
output[] = {{"ItemCanvas",1}}; output[] = {{"ItemCanvas",1}};
input[] = {{"SkinBase",2}}; input[] = {{"SkinBase",2}};
}; };
class Crafting1 { class Crafting1
{
text = $STR_EPOCH_PLAYER_269; text = $STR_EPOCH_PLAYER_269;
script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};

File diff suppressed because it is too large Load Diff

View File

@@ -2,7 +2,7 @@
class ConsumableBase : CA_Magazine class ConsumableBase : CA_Magazine
{ {
count = 1; count = 1;
type = WeaponSlotItem; type = 256;
//Amount of blood regenerated //Amount of blood regenerated
bloodRegen = 0; bloodRegen = 0;

View File

@@ -1,87 +1,69 @@
class FishRawTrout : FoodRaw class FishRawTrout : FoodRaw
{ {
scope = public; scope = 2;
model = "\z\addons\dayz_communityassets\models\trout.p3d"; model = "\z\addons\dayz_communityassets\models\trout.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_trout_CA.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_trout_CA.paa";
displayName = $STR_FOOD_NAME_TROUT_RAW; displayName = $STR_FOOD_NAME_TROUT_RAW;
descriptionShort = $STR_FOOD_EQUIP_TROUT_RAW; descriptionShort = $STR_FOOD_EQUIP_TROUT_RAW;
bloodRegen = 500; bloodRegen = 500;
Nutrition[] = {117,350,0,0}; Nutrition[] = {117,350,0,0};
cookOutput = "FishCookedTrout"; cookOutput = "FishCookedTrout";
}; };
class FishCookedTrout : FoodCooked class FishCookedTrout : FoodCooked
{ {
scope = public; scope = 2;
model = "\z\addons\dayz_communityassets\models\trout_cooked.p3d"; model = "\z\addons\dayz_communityassets\models\trout_cooked.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_trout_cooked_CA.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_trout_cooked_CA.paa";
displayName = $STR_FOOD_NAME_TROUT_COOKED; displayName = $STR_FOOD_NAME_TROUT_COOKED;
descriptionShort = $STR_FOOD_EQUIP_TROUT_COOKED; descriptionShort = $STR_FOOD_EQUIP_TROUT_COOKED;
bloodRegen = 1000; bloodRegen = 1000;
Nutrition[] = {117,700,0,0}; Nutrition[] = {117,700,0,0};
}; };
class FishRawSeaBass : FoodRaw class FishRawSeaBass : FoodRaw
{ {
scope = public; scope = 2;
model = "\z\addons\dayz_communityassets\models\seabass.p3d"; model = "\z\addons\dayz_communityassets\models\seabass.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_seabass_CA.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_seabass_CA.paa";
displayName = $STR_FOOD_NAME_SEABASS_RAW; displayName = $STR_FOOD_NAME_SEABASS_RAW;
descriptionShort = $STR_FOOD_EQUIP_SEABASS_RAW; descriptionShort = $STR_FOOD_EQUIP_SEABASS_RAW;
bloodRegen = 700; bloodRegen = 700;
Nutrition[] = {110,450,0,0}; Nutrition[] = {110,450,0,0};
cookOutput = "FishCookedSeaBass"; cookOutput = "FishCookedSeaBass";
}; };
class FishCookedSeaBass : FoodCooked class FishCookedSeaBass : FoodCooked
{ {
scope = public; scope = 2;
model = "\z\addons\dayz_communityassets\models\seabass_cooked.p3d"; model = "\z\addons\dayz_communityassets\models\seabass_cooked.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_seabass_cooked_CA.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_seabass_cooked_CA.paa";
displayName = $STR_FOOD_NAME_SEABASS_COOKED; displayName = $STR_FOOD_NAME_SEABASS_COOKED;
descriptionShort = $STR_FOOD_EQUIP_SEABASS_COOKED; descriptionShort = $STR_FOOD_EQUIP_SEABASS_COOKED;
bloodRegen = 1400; bloodRegen = 1400;
Nutrition[] = {110,900,0,0}; Nutrition[] = {110,900,0,0};
}; };
class FishRawTuna : FoodRaw class FishRawTuna : FoodRaw
{ {
scope = public; scope = 2;
model = "\z\addons\dayz_communityassets\models\tuna.p3d"; model = "\z\addons\dayz_communityassets\models\tuna.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_tuna_CA.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_tuna_CA.paa";
displayName = $STR_FOOD_NAME_TUNA_RAW; displayName = $STR_FOOD_NAME_TUNA_RAW;
descriptionShort = $STR_FOOD_EQUIP_TUNA_RAW; descriptionShort = $STR_FOOD_EQUIP_TUNA_RAW;
bloodRegen = 1000; bloodRegen = 1000;
Nutrition[] = {123,550,0,0}; Nutrition[] = {123,550,0,0};
cookOutput = "FishCookedTuna"; cookOutput = "FishCookedTuna";
}; };
class FishCookedTuna : FoodCooked class FishCookedTuna : FoodCooked
{ {
scope = public; scope = 2;
model = "\z\addons\dayz_communityassets\models\tuna_cooked.p3d"; model = "\z\addons\dayz_communityassets\models\tuna_cooked.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_tuna_cooked_CA.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_tuna_cooked_CA.paa";
displayName = $STR_FOOD_NAME_TUNA_COOKED; displayName = $STR_FOOD_NAME_TUNA_COOKED;
descriptionShort = $STR_FOOD_EQUIP_TUNA_COOKED; descriptionShort = $STR_FOOD_EQUIP_TUNA_COOKED;
bloodRegen = 2000; bloodRegen = 2000;
Nutrition[] = {123,1100,0,0}; Nutrition[] = {123,1100,0,0};
}; };

View File

@@ -1,203 +1,161 @@
class FoodGoatRaw : FoodRaw class FoodGoatRaw : FoodRaw
{ {
scope = public; scope = 2;
model = "\dayz_equip\models\food_steak_gear.p3d"; model = "\dayz_equip\models\food_steak_gear.p3d";
picture = "\dayz_equip\textures\equip_steak_ca.paa"; picture = "\dayz_equip\textures\equip_steak_ca.paa";
displayName = $STR_FOOD_NAME_GOAT_RAW; displayName = $STR_FOOD_NAME_GOAT_RAW;
descriptionShort = $STR_FOOD_EQUIP_GOAT_RAW; descriptionShort = $STR_FOOD_EQUIP_GOAT_RAW;
bloodRegen = 300; bloodRegen = 300;
Nutrition[] = {143,300,0,0}; Nutrition[] = {143,300,0,0};
cookOutput = "FoodGoatCooked"; cookOutput = "FoodGoatCooked";
}; };
class FoodGoatCooked : FoodCooked class FoodGoatCooked : FoodCooked
{ {
scope = public; scope = 2;
model = "\dayz_equip\models\food_steak_cooked_gear.p3d"; model = "\dayz_equip\models\food_steak_cooked_gear.p3d";
picture = "\dayz_equip\textures\equip_steak_cooked_ca.paa"; picture = "\dayz_equip\textures\equip_steak_cooked_ca.paa";
displayName = $STR_FOOD_NAME_GOAT_COOKED; displayName = $STR_FOOD_NAME_GOAT_COOKED;
descriptionShort = $STR_FOOD_EQUIP_GOAT_COOKED; descriptionShort = $STR_FOOD_EQUIP_GOAT_COOKED;
bloodRegen = 600; bloodRegen = 600;
Nutrition[] = {143,600,0,0}; Nutrition[] = {143,600,0,0};
}; };
class FoodMuttonRaw : FoodRaw class FoodMuttonRaw : FoodRaw
{ {
scope = public; scope = 2;
model = "z\addons\dayz_communityassets\models\mutton_raw.p3d"; model = "z\addons\dayz_communityassets\models\mutton_raw.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_mutton_raw_CA.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_mutton_raw_CA.paa";
displayName = $STR_FOOD_EQUIP_CODE_NAME_1; displayName = $STR_FOOD_EQUIP_CODE_NAME_1;
descriptionShort = $STR_FOOD_EQUIP_CODE_DESC_1; descriptionShort = $STR_FOOD_EQUIP_CODE_DESC_1;
bloodRegen = 400; bloodRegen = 400;
Nutrition[] = {294,350,0,0}; Nutrition[] = {294,350,0,0};
cookOutput = "FoodMuttonCooked"; cookOutput = "FoodMuttonCooked";
}; };
class FoodMuttonCooked : FoodCooked class FoodMuttonCooked : FoodCooked
{ {
scope = public; scope = 2;
model = "z\addons\dayz_communityassets\models\mutton_cooked.p3d"; model = "z\addons\dayz_communityassets\models\mutton_cooked.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_mutton_cooked_CA.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_mutton_cooked_CA.paa";
displayName = $STR_FOODCOOKED_EQUIP_CODE_NAME_1; displayName = $STR_FOODCOOKED_EQUIP_CODE_NAME_1;
descriptionShort = $STR_FOODCOOKED_EQUIP_CODE_DESC_1; descriptionShort = $STR_FOODCOOKED_EQUIP_CODE_DESC_1;
bloodRegen = 800; bloodRegen = 800;
Nutrition[] = {294,700,0,0}; Nutrition[] = {294,700,0,0};
}; };
class FoodChickenRaw : FoodRaw class FoodChickenRaw : FoodRaw
{ {
scope = public; scope = 2;
model = "\dayz_equip\models\food_steak_gear.p3d"; model = "\dayz_equip\models\food_steak_gear.p3d";
picture = "\dayz_equip\textures\equip_steak_ca.paa"; picture = "\dayz_equip\textures\equip_steak_ca.paa";
displayName = $STR_FOOD_EQUIP_CODE_NAME_2; displayName = $STR_FOOD_EQUIP_CODE_NAME_2;
descriptionShort = $STR_FOOD_EQUIP_CODE_DESC_2; descriptionShort = $STR_FOOD_EQUIP_CODE_DESC_2;
bloodRegen = 400; bloodRegen = 400;
Nutrition[] = {219,350,0,0}; Nutrition[] = {219,350,0,0};
cookOutput = "FoodChickenCooked"; cookOutput = "FoodChickenCooked";
}; };
class FoodChickenCooked : FoodCooked class FoodChickenCooked : FoodCooked
{ {
scope = public; scope = 2;
model = "\dayz_equip\models\food_steak_cooked_gear.p3d"; model = "\dayz_equip\models\food_steak_cooked_gear.p3d";
picture = "\dayz_equip\textures\equip_steak_cooked_ca.paa"; picture = "\dayz_equip\textures\equip_steak_cooked_ca.paa";
displayName = $STR_FOODCOOKED_EQUIP_CODE_NAME_2; displayName = $STR_FOODCOOKED_EQUIP_CODE_NAME_2;
descriptionShort = $STR_FOODCOOKED_EQUIP_CODE_DESC_2; descriptionShort = $STR_FOODCOOKED_EQUIP_CODE_DESC_2;
bloodRegen = 800; bloodRegen = 800;
Nutrition[] = {219,700,0,0}; Nutrition[] = {219,700,0,0};
}; };
class FoodBaconRaw : FoodRaw class FoodBaconRaw : FoodRaw
{ {
scope = public; scope = 2;
model = "z\addons\dayz_communityassets\models\bacon_raw.p3d"; model = "z\addons\dayz_communityassets\models\bacon_raw.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_bacon_raw_CA.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_bacon_raw_CA.paa";
displayName = $STR_FOOD_EQUIP_CODE_NAME_4; displayName = $STR_FOOD_EQUIP_CODE_NAME_4;
descriptionShort = $STR_FOOD_EQUIP_CODE_DESC_4; descriptionShort = $STR_FOOD_EQUIP_CODE_DESC_4;
bloodRegen = 300; bloodRegen = 300;
Nutrition[] = {417,350,0,0}; Nutrition[] = {417,350,0,0};
cookOutput = "FoodBaconCooked"; cookOutput = "FoodBaconCooked";
}; };
class FoodBaconCooked : FoodCooked class FoodBaconCooked : FoodCooked
{ {
scope = public; scope = 2;
model = "z\addons\dayz_communityassets\models\bacon_fried.p3d"; model = "z\addons\dayz_communityassets\models\bacon_fried.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_bacon_fried_CA.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_bacon_fried_CA.paa";
displayName = $STR_FOODCOOKED_EQUIP_CODE_NAME_4; displayName = $STR_FOODCOOKED_EQUIP_CODE_NAME_4;
descriptionShort = $STR_FOODCOOKED_EQUIP_CODE_DESC_4; descriptionShort = $STR_FOODCOOKED_EQUIP_CODE_DESC_4;
bloodRegen = 600; bloodRegen = 600;
Nutrition[] = {417,700,0,0}; Nutrition[] = {417,700,0,0};
}; };
class FoodRabbitRaw : FoodRaw class FoodRabbitRaw : FoodRaw
{ {
scope = public; scope = 2;
model = "\dayz_equip\models\food_steak_gear.p3d"; model = "\dayz_equip\models\food_steak_gear.p3d";
picture = "\dayz_equip\textures\equip_steak_ca.paa"; picture = "\dayz_equip\textures\equip_steak_ca.paa";
displayName = $STR_FOOD_EQUIP_CODE_NAME_3; displayName = $STR_FOOD_EQUIP_CODE_NAME_3;
descriptionShort = $STR_FOOD_EQUIP_CODE_DESC_3; descriptionShort = $STR_FOOD_EQUIP_CODE_DESC_3;
bloodRegen = 500; bloodRegen = 500;
Nutrition[] = {517,450,0,0}; Nutrition[] = {517,450,0,0};
cookOutput = "FoodRabbitCooked"; cookOutput = "FoodRabbitCooked";
}; };
class FoodRabbitCooked : FoodCooked class FoodRabbitCooked : FoodCooked
{ {
scope = public; scope = 2;
model = "\dayz_equip\models\food_steak_cooked_gear.p3d"; model = "\dayz_equip\models\food_steak_cooked_gear.p3d";
picture = "\dayz_equip\textures\equip_steak_cooked_ca.paa"; picture = "\dayz_equip\textures\equip_steak_cooked_ca.paa";
displayName = $STR_FOODCOOKED_EQUIP_CODE_NAME_3; displayName = $STR_FOODCOOKED_EQUIP_CODE_NAME_3;
descriptionShort = $STR_FOODCOOKED_EQUIP_CODE_DESC_3; descriptionShort = $STR_FOODCOOKED_EQUIP_CODE_DESC_3;
bloodRegen = 1000; bloodRegen = 1000;
Nutrition[] = {517,900,0,0}; Nutrition[] = {517,900,0,0};
}; };
class FoodBeefRaw : FoodRaw class FoodBeefRaw : FoodRaw
{ {
scope = public; scope = 2;
model = "\dayz_equip\models\food_steak_gear.p3d"; model = "\dayz_equip\models\food_steak_gear.p3d";
picture = "\dayz_equip\textures\equip_steak_ca.paa"; picture = "\dayz_equip\textures\equip_steak_ca.paa";
displayName = $STR_FOOD_EQUIP_CODE_NAME_6; displayName = $STR_FOOD_EQUIP_CODE_NAME_6;
descriptionShort = $STR_FOOD_EQUIP_CODE_DESC_6; descriptionShort = $STR_FOOD_EQUIP_CODE_DESC_6;
bloodRegen = 400; bloodRegen = 400;
Nutrition[] = {332,350,0,0}; Nutrition[] = {332,350,0,0};
cookOutput = "FoodBeefCooked"; cookOutput = "FoodBeefCooked";
}; };
class FoodBeefCooked : FoodCooked class FoodBeefCooked : FoodCooked
{ {
scope = public; scope = 2;
model = "\dayz_equip\models\food_steak_cooked_gear.p3d"; model = "\dayz_equip\models\food_steak_cooked_gear.p3d";
picture = "\dayz_equip\textures\equip_steak_cooked_ca.paa"; picture = "\dayz_equip\textures\equip_steak_cooked_ca.paa";
displayName = $STR_FOODCOOKED_EQUIP_CODE_NAME_6; displayName = $STR_FOODCOOKED_EQUIP_CODE_NAME_6;
descriptionShort = $STR_FOODCOOKED_EQUIP_CODE_DESC_6; descriptionShort = $STR_FOODCOOKED_EQUIP_CODE_DESC_6;
bloodRegen = 800; bloodRegen = 800;
Nutrition[] = {332,700,0,0}; Nutrition[] = {332,700,0,0};
}; };
class FoodDogRaw : FoodRaw class FoodDogRaw : FoodRaw
{ {
scope = public; scope = 2;
model = "\dayz_equip\models\food_steak_gear.p3d"; model = "\dayz_equip\models\food_steak_gear.p3d";
picture = "\dayz_equip\textures\equip_steak_ca.paa"; picture = "\dayz_equip\textures\equip_steak_ca.paa";
displayName = $STR_FOOD_NAME_DOG_RAW; displayName = $STR_FOOD_NAME_DOG_RAW;
descriptionShort = $STR_EQUIP_DESC_47; descriptionShort = $STR_EQUIP_DESC_47;
bloodRegen = 300; bloodRegen = 300;
Nutrition[] = {143,300,0,0}; Nutrition[] = {143,300,0,0};
cookOutput = "FoodDogCooked"; cookOutput = "FoodDogCooked";
}; };
class FoodDogCooked : FoodCooked class FoodDogCooked : FoodCooked
{ {
scope = public; scope = 2;
model = "\dayz_equip\models\food_steak_cooked_gear.p3d"; model = "\dayz_equip\models\food_steak_cooked_gear.p3d";
picture = "\dayz_equip\textures\equip_steak_cooked_ca.paa"; picture = "\dayz_equip\textures\equip_steak_cooked_ca.paa";
displayName = $STR_FOOD_NAME_DOG_COOKED; displayName = $STR_FOOD_NAME_DOG_COOKED;
descriptionShort = $STR_EQUIP_DESC_25; descriptionShort = $STR_EQUIP_DESC_25;
bloodRegen = 600; bloodRegen = 600;
Nutrition[] = {143,600,0,0}; Nutrition[] = {143,600,0,0};
}; };

View File

@@ -1,566 +1,439 @@
/*class AngelCookies : FoodPackaged
{
scope = public;
model = "z\addons\dayz_communityassets\models\buiscits_box.p3d";
picture = "z\addons\dayz_communityassets\CraftingPlaceholders\equip_angel_cookies.paa";
displayName = $STR_FOODCOOKED_EQUIP_CODE_NAME_5;
descriptionShort = $STR_FOODCOOKED_EQUIP_CODE_DESC_5;
Nutrition[] = {400,100,0,0};
};*/
class FoodMRE : FoodPackaged class FoodMRE : FoodPackaged
{ {
scope = public; scope = 2;
model = "z\addons\dayz_communityassets\models\mre.p3d"; model = "z\addons\dayz_communityassets\models\mre.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_mre_CA.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_mre_CA.paa";
displayName = $STR_FOOD_NAME_MRE; displayName = $STR_FOOD_NAME_MRE;
descriptionShort = $STR_FOOD_DESC_MRE; descriptionShort = $STR_FOOD_DESC_MRE;
bloodRegen = 300; bloodRegen = 300;
Nutrition[] = {150,800,600,0}; Nutrition[] = {150,800,600,0};
}; };
class FoodPistachio : FoodPackaged class FoodPistachio : FoodPackaged
{ {
scope = public; scope = 2;
model = "z\addons\dayz_communityassets\models\pistachio.p3d"; model = "z\addons\dayz_communityassets\models\pistachio.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_pistachios_CA.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_pistachios_CA.paa";
displayName = $STR_FOOD_NAME_PISTACHIO; displayName = $STR_FOOD_NAME_PISTACHIO;
descriptionShort = $STR_FOOD_DESC_PISTACHIO; descriptionShort = $STR_FOOD_DESC_PISTACHIO;
bloodRegen = 100; bloodRegen = 100;
Nutrition[] = {0,450,0,0}; Nutrition[] = {0,450,0,0};
}; };
class FoodNutmix : FoodPackaged class FoodNutmix : FoodPackaged
{ {
scope = public; scope = 2;
model = "z\addons\dayz_communityassets\models\nutmix.p3d"; model = "z\addons\dayz_communityassets\models\nutmix.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_nutmix_CA.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_nutmix_CA.paa";
displayName = $STR_FOOD_NAME_NUTMIX; displayName = $STR_FOOD_NAME_NUTMIX;
descriptionShort = $STR_FOOD_DESC_NUTMIX; descriptionShort = $STR_FOOD_DESC_NUTMIX;
bloodRegen = 100; bloodRegen = 100;
Nutrition[] = {0,450,0,0}; Nutrition[] = {0,450,0,0};
}; };
class FoodCanBeef : FoodPackaged class FoodCanBeef : FoodPackaged
{ {
scope = public; scope = 2;
model = "z\addons\dayz_communityassets\models\can_beef_clean_full.p3d"; model = "z\addons\dayz_communityassets\models\can_beef_clean_full.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_can_beef_clean_full_ca.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_can_beef_clean_full_ca.paa";
displayName = $STR_FOOD_NAME_CAN_BEEF; displayName = $STR_FOOD_NAME_CAN_BEEF;
descriptionShort = $STR_FOOD_DESC_CAN_BEEF; descriptionShort = $STR_FOOD_DESC_CAN_BEEF;
bloodRegen = 100; bloodRegen = 100;
Nutrition[] = {0,600,350,0}; Nutrition[] = {0,600,350,0};
consumeOutput = "FoodCanBeefEmpty"; consumeOutput = "FoodCanBeefEmpty";
}; };
class FoodCanPotatoes : FoodPackaged class FoodCanPotatoes : FoodPackaged
{ {
scope = public; scope = 2;
model = "z\addons\dayz_communityassets\models\can_pots_clean_full.p3d"; model = "z\addons\dayz_communityassets\models\can_pots_clean_full.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_can_pots_clean_full_ca.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_can_pots_clean_full_ca.paa";
displayName = $STR_FOOD_NAME_CAN_POTATOES; displayName = $STR_FOOD_NAME_CAN_POTATOES;
descriptionShort = $STR_FOOD_DESC_CAN_POTATOES; descriptionShort = $STR_FOOD_DESC_CAN_POTATOES;
bloodRegen = 100; bloodRegen = 100;
Nutrition[] = {0,750,450,0}; Nutrition[] = {0,750,450,0};
consumeOutput = "FoodCanPotatoesEmpty"; consumeOutput = "FoodCanPotatoesEmpty";
}; };
class FoodCanGriff : FoodPackaged class FoodCanGriff : FoodPackaged
{ {
scope = public; scope = 2;
model = "z\addons\dayz_communityassets\models\can_griff_clean_full.p3d"; model = "z\addons\dayz_communityassets\models\can_griff_clean_full.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_can_griff_clean_full_ca.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_can_griff_clean_full_ca.paa";
displayName = $STR_FOOD_NAME_CAN_GRIFF; displayName = $STR_FOOD_NAME_CAN_GRIFF;
descriptionShort = $STR_FOOD_DESC_CAN_GRIFF; descriptionShort = $STR_FOOD_DESC_CAN_GRIFF;
bloodRegen = 100; bloodRegen = 100;
Nutrition[] = {0,500,0,0}; Nutrition[] = {0,500,0,0};
consumeOutput = "FoodCanGriffEmpty"; consumeOutput = "FoodCanGriffEmpty";
}; };
class FoodCanBadguy : FoodPackaged class FoodCanBadguy : FoodPackaged
{ {
scope = public; scope = 2;
model = "z\addons\dayz_communityassets\models\can_badguy_clean_full.p3d"; model = "z\addons\dayz_communityassets\models\can_badguy_clean_full.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_can_badguy_clean_full_ca.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_can_badguy_clean_full_ca.paa";
displayName = $STR_FOOD_NAME_CAN_BADGUY; displayName = $STR_FOOD_NAME_CAN_BADGUY;
descriptionShort = $STR_FOOD_DESC_CAN_BADGUY; descriptionShort = $STR_FOOD_DESC_CAN_BADGUY;
bloodRegen = 100; bloodRegen = 100;
Nutrition[] = {0,400,0,0}; Nutrition[] = {0,400,0,0};
consumeOutput = "FoodCanBadguyEmpty"; consumeOutput = "FoodCanBadguyEmpty";
}; };
class FoodCanBoneboy : FoodPackaged class FoodCanBoneboy : FoodPackaged
{ {
scope = public; scope = 2;
model = "z\addons\dayz_communityassets\models\can_boneboy_clean_full.p3d"; model = "z\addons\dayz_communityassets\models\can_boneboy_clean_full.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_can_boneboy_clean_full_ca.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_can_boneboy_clean_full_ca.paa";
displayName = $STR_FOOD_NAME_CAN_BONEBOY; displayName = $STR_FOOD_NAME_CAN_BONEBOY;
descriptionShort = $STR_FOOD_DESC_CAN_BONEBOY; descriptionShort = $STR_FOOD_DESC_CAN_BONEBOY;
bloodRegen = 100; bloodRegen = 100;
Nutrition[] = {0,400,0,0}; Nutrition[] = {0,400,0,0};
consumeOutput = "FoodCanBoneboyEmpty"; consumeOutput = "FoodCanBoneboyEmpty";
}; };
class FoodCanCorn : FoodPackaged class FoodCanCorn : FoodPackaged
{ {
scope = public; scope = 2;
model = "z\addons\dayz_communityassets\models\can_corn_clean_full.p3d"; model = "z\addons\dayz_communityassets\models\can_corn_clean_full.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_can_corn_clean_full_ca.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_can_corn_clean_full_ca.paa";
displayName = $STR_FOOD_NAME_CAN_CORN; displayName = $STR_FOOD_NAME_CAN_CORN;
descriptionShort = $STR_FOOD_DESC_CAN_CORN; descriptionShort = $STR_FOOD_DESC_CAN_CORN;
bloodRegen = 100; bloodRegen = 100;
Nutrition[] = {0,600,400,0}; Nutrition[] = {0,600,400,0};
consumeOutput = "FoodCanCornEmpty"; consumeOutput = "FoodCanCornEmpty";
}; };
class FoodCanCurgon : FoodPackaged class FoodCanCurgon : FoodPackaged
{ {
scope = public; scope = 2;
model = "z\addons\dayz_communityassets\models\can_curgon_clean_full.p3d"; model = "z\addons\dayz_communityassets\models\can_curgon_clean_full.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_can_curgon_clean_full_ca.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_can_curgon_clean_full_ca.paa";
displayName = $STR_FOOD_NAME_CAN_CURGON; displayName = $STR_FOOD_NAME_CAN_CURGON;
descriptionShort = $STR_FOOD_DESC_CAN_CURGON; descriptionShort = $STR_FOOD_DESC_CAN_CURGON;
bloodRegen = 100; bloodRegen = 100;
Nutrition[] = {0,480,0,0}; Nutrition[] = {0,480,0,0};
consumeOutput = "FoodCanCurgonEmpty"; consumeOutput = "FoodCanCurgonEmpty";
}; };
class FoodCanDemon : FoodPackaged class FoodCanDemon : FoodPackaged
{ {
scope = public; scope = 2;
model = "z\addons\dayz_communityassets\models\can_demon_clean_full.p3d"; model = "z\addons\dayz_communityassets\models\can_demon_clean_full.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_can_demon_clean_full_ca.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_can_demon_clean_full_ca.paa";
displayName = $STR_FOOD_NAME_CAN_DEMON; displayName = $STR_FOOD_NAME_CAN_DEMON;
descriptionShort = $STR_FOOD_DESC_CAN_DEMON; descriptionShort = $STR_FOOD_DESC_CAN_DEMON;
bloodRegen = 100; bloodRegen = 100;
Nutrition[] = {0,465,0,0}; Nutrition[] = {0,465,0,0};
consumeOutput = "FoodCanDemonEmpty"; consumeOutput = "FoodCanDemonEmpty";
}; };
class FoodCanFraggleos : FoodPackaged class FoodCanFraggleos : FoodPackaged
{ {
scope = public; scope = 2;
model = "z\addons\dayz_communityassets\models\can_fraggleos_clean_full.p3d"; model = "z\addons\dayz_communityassets\models\can_fraggleos_clean_full.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_can_fraggleos_clean_full_ca.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_can_fraggleos_clean_full_ca.paa";
displayName = $STR_FOOD_NAME_CAN_FRAGGLEOS; displayName = $STR_FOOD_NAME_CAN_FRAGGLEOS;
descriptionShort = $STR_FOOD_DESC_CAN_FRAGGLEOS; descriptionShort = $STR_FOOD_DESC_CAN_FRAGGLEOS;
bloodRegen = 100; bloodRegen = 100;
Nutrition[] = {0,550,0,0}; Nutrition[] = {0,550,0,0};
consumeOutput = "FoodCanFraggleosEmpty"; consumeOutput = "FoodCanFraggleosEmpty";
}; };
class FoodCanHerpy : FoodPackaged class FoodCanHerpy : FoodPackaged
{ {
scope = public; scope = 2;
model = "z\addons\dayz_communityassets\models\can_herpy_clean_full.p3d"; model = "z\addons\dayz_communityassets\models\can_herpy_clean_full.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_can_herpy_clean_full_ca.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_can_herpy_clean_full_ca.paa";
displayName = $STR_FOOD_NAME_CAN_HERPY; displayName = $STR_FOOD_NAME_CAN_HERPY;
descriptionShort = $STR_FOOD_DESC_CAN_HERPY; descriptionShort = $STR_FOOD_DESC_CAN_HERPY;
bloodRegen = 100; bloodRegen = 100;
Nutrition[] = {0,600,0,0}; Nutrition[] = {0,600,0,0};
consumeOutput = "FoodCanHerpyEmpty"; consumeOutput = "FoodCanHerpyEmpty";
}; };
class FoodCanDerpy : FoodPackaged class FoodCanDerpy : FoodPackaged
{ {
scope = public; scope = 2;
model = "z\addons\dayz_communityassets\models\can_derpy_clean_full.p3d"; model = "z\addons\dayz_communityassets\models\can_derpy_clean_full.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_can_derpy_clean_full_ca.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_can_derpy_clean_full_ca.paa";
displayName = $STR_FOOD_NAME_CAN_DERPY; displayName = $STR_FOOD_NAME_CAN_DERPY;
descriptionShort = $STR_FOOD_DESC_CAN_DERPY; descriptionShort = $STR_FOOD_DESC_CAN_DERPY;
bloodRegen = 100; bloodRegen = 100;
Nutrition[] = {0,410,0,0}; Nutrition[] = {0,410,0,0};
consumeOutput = "FoodCanDerpyEmpty"; consumeOutput = "FoodCanDerpyEmpty";
}; };
class FoodCanOrlok : FoodPackaged class FoodCanOrlok : FoodPackaged
{ {
scope = public; scope = 2;
model = "z\addons\dayz_communityassets\models\can_orlok_clean_full.p3d"; model = "z\addons\dayz_communityassets\models\can_orlok_clean_full.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_can_orlok_clean_full_ca.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_can_orlok_clean_full_ca.paa";
displayName = $STR_FOOD_NAME_CAN_ORLOK; displayName = $STR_FOOD_NAME_CAN_ORLOK;
descriptionShort = $STR_FOOD_DESC_CAN_ORLOK; descriptionShort = $STR_FOOD_DESC_CAN_ORLOK;
bloodRegen = 100; bloodRegen = 100;
Nutrition[] = {0,460,0,0}; Nutrition[] = {0,460,0,0};
consumeOutput = "FoodCanOrlokEmpty"; consumeOutput = "FoodCanOrlokEmpty";
}; };
class FoodCanPowell : FoodPackaged class FoodCanPowell : FoodPackaged
{ {
scope = public; scope = 2;
model = "z\addons\dayz_communityassets\models\can_powell_clean_full.p3d"; model = "z\addons\dayz_communityassets\models\can_powell_clean_full.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_can_powell_clean_full_ca.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_can_powell_clean_full_ca.paa";
displayName = $STR_FOOD_NAME_CAN_POWELL; displayName = $STR_FOOD_NAME_CAN_POWELL;
descriptionShort = $STR_FOOD_DESC_CAN_POWELL; descriptionShort = $STR_FOOD_DESC_CAN_POWELL;
bloodRegen = 100; bloodRegen = 100;
Nutrition[] = {0,600,0,0}; Nutrition[] = {0,600,0,0};
consumeOutput = "FoodCanPowellEmpty"; consumeOutput = "FoodCanPowellEmpty";
}; };
class FoodCanTylers : FoodPackaged class FoodCanTylers : FoodPackaged
{ {
scope = public; scope = 2;
model = "z\addons\dayz_communityassets\models\can_tylers_clean_full.p3d"; model = "z\addons\dayz_communityassets\models\can_tylers_clean_full.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_can_tylers_clean_full_ca.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_can_tylers_clean_full_ca.paa";
displayName = $STR_FOOD_NAME_CAN_TYLERS; displayName = $STR_FOOD_NAME_CAN_TYLERS;
descriptionShort = $STR_FOOD_DESC_CAN_TYLERS; descriptionShort = $STR_FOOD_DESC_CAN_TYLERS;
bloodRegen = 100; bloodRegen = 100;
Nutrition[] = {0,330,0,0}; Nutrition[] = {0,330,0,0};
consumeOutput = "FoodCanTylersEmpty"; consumeOutput = "FoodCanTylersEmpty";
}; };
class FoodCanUnlabeled : FoodPackaged class FoodCanUnlabeled : FoodPackaged
{ {
scope = public; scope = 2;
model = "z\addons\dayz_communityassets\models\can_unlabeled_clean_full.p3d"; model = "z\addons\dayz_communityassets\models\can_unlabeled_clean_full.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_can_unlabeled_clean_full_ca.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_can_unlabeled_clean_full_ca.paa";
displayName = $STR_FOOD_NAME_CAN_UNLABELED; displayName = $STR_FOOD_NAME_CAN_UNLABELED;
descriptionShort = $STR_FOOD_DESC_CAN_UNLABELED; descriptionShort = $STR_FOOD_DESC_CAN_UNLABELED;
bloodRegen = 100; bloodRegen = 100;
Nutrition[] = {0,550,0,0}; Nutrition[] = {0,550,0,0};
consumeOutput = "FoodCanUnlabeledEmpty"; consumeOutput = "FoodCanUnlabeledEmpty";
}; };
class FoodCanRusUnlabeled : FoodPackaged class FoodCanRusUnlabeled : FoodPackaged
{ {
scope = public; scope = 2;
model = "z\addons\dayz_communityassets\models\can_small_unlabeled_full.p3d"; model = "z\addons\dayz_communityassets\models\can_small_unlabeled_full.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_can_small_rus_unlabeled_clean_full_ca.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_can_small_rus_unlabeled_clean_full_ca.paa";
displayName = $STR_FOOD_NAME_CAN_UNLABELED; displayName = $STR_FOOD_NAME_CAN_UNLABELED;
descriptionShort = $STR_FOOD_DESC_CAN_UNLABELED; descriptionShort = $STR_FOOD_DESC_CAN_UNLABELED;
bloodRegen = 100; bloodRegen = 100;
Nutrition[] = {0,450,0,0}; Nutrition[] = {0,450,0,0};
consumeOutput = "FoodCanRusUnlabeledEmpty"; consumeOutput = "FoodCanRusUnlabeledEmpty";
}; };
class FoodCanRusStew : FoodPackaged class FoodCanRusStew : FoodPackaged
{ {
scope = public; scope = 2;
model = "z\addons\dayz_communityassets\models\can_small_rus_stew_full.p3d"; model = "z\addons\dayz_communityassets\models\can_small_rus_stew_full.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_can_small_rus_stew_clean_full_ca.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_can_small_rus_stew_clean_full_ca.paa";
displayName = $STR_FOOD_NAME_CAN_RUS_STEW; displayName = $STR_FOOD_NAME_CAN_RUS_STEW;
descriptionShort = $STR_FOOD_DESC_CAN_RUS_STEW; descriptionShort = $STR_FOOD_DESC_CAN_RUS_STEW;
bloodRegen = 100; bloodRegen = 100;
Nutrition[] = {0,700,350,0}; Nutrition[] = {0,700,350,0};
consumeOutput = "FoodCanRusStewEmpty"; consumeOutput = "FoodCanRusStewEmpty";
}; };
class FoodCanRusPork : FoodPackaged class FoodCanRusPork : FoodPackaged
{ {
scope = public; scope = 2;
model = "z\addons\dayz_communityassets\models\can_small_rus_pork_full.p3d"; model = "z\addons\dayz_communityassets\models\can_small_rus_pork_full.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_can_small_rus_pork_clean_full_ca.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_can_small_rus_pork_clean_full_ca.paa";
displayName = $STR_FOOD_NAME_CAN_RUS_PORK; displayName = $STR_FOOD_NAME_CAN_RUS_PORK;
descriptionShort = $STR_FOOD_DESC_CAN_RUS_PORK; descriptionShort = $STR_FOOD_DESC_CAN_RUS_PORK;
bloodRegen = 100; bloodRegen = 100;
Nutrition[] = {0,700,350,0}; Nutrition[] = {0,700,350,0};
consumeOutput = "FoodCanRusPorkEmpty"; consumeOutput = "FoodCanRusPorkEmpty";
}; };
class FoodCanRusPeas : FoodPackaged class FoodCanRusPeas : FoodPackaged
{ {
scope = public; scope = 2;
model = "z\addons\dayz_communityassets\models\can_small_rus_peas_full.p3d"; model = "z\addons\dayz_communityassets\models\can_small_rus_peas_full.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_can_small_rus_peas_clean_full_ca.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_can_small_rus_peas_clean_full_ca.paa";
displayName = $STR_FOOD_NAME_CAN_RUS_PEAS; displayName = $STR_FOOD_NAME_CAN_RUS_PEAS;
descriptionShort = $STR_FOOD_DESC_CAN_RUS_PEAS; descriptionShort = $STR_FOOD_DESC_CAN_RUS_PEAS;
bloodRegen = 100; bloodRegen = 100;
Nutrition[] = {0,450,0,0}; Nutrition[] = {0,450,0,0};
consumeOutput = "FoodCanRusPeasEmpty"; consumeOutput = "FoodCanRusPeasEmpty";
}; };
class FoodCanRusMilk : FoodPackaged class FoodCanRusMilk : FoodPackaged
{ {
scope = public; scope = 2;
model = "z\addons\dayz_communityassets\models\can_small_rus_milk_full.p3d"; model = "z\addons\dayz_communityassets\models\can_small_rus_milk_full.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_can_small_rus_milk_clean_full_ca.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_can_small_rus_milk_clean_full_ca.paa";
displayName = $STR_FOOD_NAME_CAN_RUS_MILK; displayName = $STR_FOOD_NAME_CAN_RUS_MILK;
descriptionShort = $STR_FOOD_DESC_CAN_RUS_MILK; descriptionShort = $STR_FOOD_DESC_CAN_RUS_MILK;
bloodRegen = 100; bloodRegen = 100;
Nutrition[] = {0,380,320,0}; Nutrition[] = {0,380,320,0};
consumeOutput = "FoodCanRusMilkEmpty"; consumeOutput = "FoodCanRusMilkEmpty";
}; };
class FoodCanRusCorn : FoodPackaged class FoodCanRusCorn : FoodPackaged
{ {
scope = public; scope = 2;
model = "z\addons\dayz_communityassets\models\can_small_rus_corn_full.p3d"; model = "z\addons\dayz_communityassets\models\can_small_rus_corn_full.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_can_small_rus_corn_clean_full_ca.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_can_small_rus_corn_clean_full_ca.paa";
displayName = $STR_FOOD_NAME_CAN_RUS_CORN; displayName = $STR_FOOD_NAME_CAN_RUS_CORN;
descriptionShort = $STR_FOOD_DESC_CAN_RUS_CORN; descriptionShort = $STR_FOOD_DESC_CAN_RUS_CORN;
bloodRegen = 100; bloodRegen = 100;
Nutrition[] = {0,380,0,0}; Nutrition[] = {0,380,0,0};
consumeOutput = "FoodCanRusCornEmpty"; consumeOutput = "FoodCanRusCornEmpty";
}; };
class FoodChipsSulahoops : FoodPackaged class FoodChipsSulahoops : FoodPackaged
{ {
scope = public; scope = 2;
model = "z\addons\dayz_communityassets\models\bag_chips_small_sulahoops_full.p3d"; model = "z\addons\dayz_communityassets\models\bag_chips_small_sulahoops_full.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_bag_chips_small_sulahoops_full_ca.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_bag_chips_small_sulahoops_full_ca.paa";
displayName = $STR_FOOD_NAME_CHIPS_SULAHOOPS; displayName = $STR_FOOD_NAME_CHIPS_SULAHOOPS;
descriptionShort = $STR_FOOD_DESC_CHIPS_SULAHOOPS; descriptionShort = $STR_FOOD_DESC_CHIPS_SULAHOOPS;
bloodRegen = 100; bloodRegen = 100;
Nutrition[] = {0,450,0,0}; Nutrition[] = {0,450,0,0};
consumeOutput = "FoodChipsSulahoopsEmpty"; consumeOutput = "FoodChipsSulahoopsEmpty";
consumeSound = "eat_chips"; consumeSound = "eat_chips";
}; };
class FoodChipsMysticales : FoodPackaged class FoodChipsMysticales : FoodPackaged
{ {
scope = public; scope = 2;
model = "z\addons\dayz_communityassets\models\bag_chips_small_mysticales_full.p3d"; model = "z\addons\dayz_communityassets\models\bag_chips_small_mysticales_full.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_bag_chips_small_mysticales_full_ca.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_bag_chips_small_mysticales_full_ca.paa";
displayName = $STR_FOOD_NAME_CHIPS_MYSTICALES; displayName = $STR_FOOD_NAME_CHIPS_MYSTICALES;
descriptionShort = $STR_FOOD_DESC_CHIPS_MYSTICALES; descriptionShort = $STR_FOOD_DESC_CHIPS_MYSTICALES;
bloodRegen = 100; bloodRegen = 100;
Nutrition[] = {0,460,0,0}; Nutrition[] = {0,460,0,0};
consumeOutput = "FoodChipsMysticalesEmpty"; consumeOutput = "FoodChipsMysticalesEmpty";
consumeSound = "eat_chips"; consumeSound = "eat_chips";
}; };
class FoodChipsChocolate : FoodPackaged class FoodChipsChocolate : FoodPackaged
{ {
scope = public; scope = 2;
model = "z\addons\dayz_communityassets\models\bag_chips_small_chocolate_full.p3d"; model = "z\addons\dayz_communityassets\models\bag_chips_small_chocolate_full.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_bag_chips_small_chocolate_full_ca.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_bag_chips_small_chocolate_full_ca.paa";
displayName = $STR_FOOD_NAME_CHIPS_CHOCOLATE; displayName = $STR_FOOD_NAME_CHIPS_CHOCOLATE;
descriptionShort = $STR_FOOD_DESC_CHIPS_CHOCOLATE; descriptionShort = $STR_FOOD_DESC_CHIPS_CHOCOLATE;
bloodRegen = 100; bloodRegen = 100;
Nutrition[] = {300,500,0,0}; Nutrition[] = {300,500,0,0};
consumeSound = "eat_chips"; consumeSound = "eat_chips";
}; };
class FoodCandyChubby : FoodPackaged class FoodCandyChubby : FoodPackaged
{ {
scope = public; scope = 2;
model = "z\addons\dayz_communityassets\models\candybar_chubby_full.p3d"; model = "z\addons\dayz_communityassets\models\candybar_chubby_full.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_candybar_chubby_full_ca.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_candybar_chubby_full_ca.paa";
displayName = $STR_FOOD_NAME_CANDY_CHUBBY; displayName = $STR_FOOD_NAME_CANDY_CHUBBY;
descriptionShort = $STR_FOOD_DESC_CANDY_CHUBBY; descriptionShort = $STR_FOOD_DESC_CANDY_CHUBBY;
bloodRegen = 100; bloodRegen = 100;
Nutrition[] = {0,400,0,0}; Nutrition[] = {0,400,0,0};
//consumeSound = "eat_chips"; //consumeSound = "eat_chips";
}; };
class FoodCandyAnders : FoodPackaged class FoodCandyAnders : FoodPackaged
{ {
scope = public; scope = 2;
model = "z\addons\dayz_communityassets\models\candybar_anders_full.p3d"; model = "z\addons\dayz_communityassets\models\candybar_anders_full.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_candybar_anders_ca.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_candybar_anders_ca.paa";
displayName = $STR_FOOD_NAME_CANDY_ANDERS; displayName = $STR_FOOD_NAME_CANDY_ANDERS;
descriptionShort = $STR_FOOD_DESC_CANDY_ANDERS; descriptionShort = $STR_FOOD_DESC_CANDY_ANDERS;
bloodRegen = 100; bloodRegen = 100;
Nutrition[] = {0,400,0,0}; Nutrition[] = {0,400,0,0};
//consumeSound = "eat_chips"; //consumeSound = "eat_chips";
}; };
class FoodCandyLegacys : FoodPackaged class FoodCandyLegacys : FoodPackaged
{ {
scope = public; scope = 2;
model = "z\addons\dayz_communityassets\models\candybar_legacys_full.p3d"; model = "z\addons\dayz_communityassets\models\candybar_legacys_full.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_candybar_legacys_ca.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_candybar_legacys_ca.paa";
displayName = $STR_FOOD_NAME_CANDY_LEGACYS; displayName = $STR_FOOD_NAME_CANDY_LEGACYS;
descriptionShort = $STR_FOOD_DESC_CANDY_LEGACYS; descriptionShort = $STR_FOOD_DESC_CANDY_LEGACYS;
bloodRegen = 100; bloodRegen = 100;
Nutrition[] = {350,380,320,0}; Nutrition[] = {350,380,320,0};
//consumeSound = "eat_chips"; //consumeSound = "eat_chips";
}; };
class FoodCakeCremeCakeClean : FoodPackaged class FoodCakeCremeCakeClean : FoodPackaged
{ {
scope = public; scope = 2;
model = "z\addons\dayz_communityassets\models\twinkie.p3d"; model = "z\addons\dayz_communityassets\models\twinkie.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_bag_twinkie_clean.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_bag_twinkie_clean.paa";
displayName = $STR_FOOD_NAME_CAKE_Creme_Cake_CLEAN; displayName = $STR_FOOD_NAME_CAKE_Creme_Cake_CLEAN;
descriptionShort = $STR_FOOD_DESC_CAKE_Creme_Cake_CLEAN; descriptionShort = $STR_FOOD_DESC_CAKE_Creme_Cake_CLEAN;
bloodRegen = 100; bloodRegen = 100;
Nutrition[] = {350,380,320,0}; Nutrition[] = {350,380,320,0};
//consumeSound = "eat_chips"; //consumeSound = "eat_chips";
}; };
class FoodCandyMintception : FoodPackaged class FoodCandyMintception : FoodPackaged
{ {
scope = public; scope = 2;
model = "z\addons\dayz_communityassets\models\candybar_mintception_full.p3d"; model = "z\addons\dayz_communityassets\models\candybar_mintception_full.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_candybar_mintception_ca.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_candybar_mintception_ca.paa";
displayName = $STR_FOOD_NAME_CANDY_MINTCEPTION; displayName = $STR_FOOD_NAME_CANDY_MINTCEPTION;
descriptionShort = $STR_FOOD_DESC_CANDY_MINTCEPTION; descriptionShort = $STR_FOOD_DESC_CANDY_MINTCEPTION;
bloodRegen = 100; bloodRegen = 100;
Nutrition[] = {300,380,340,0}; Nutrition[] = {300,380,340,0};
//consumeSound = "eat_chips"; //consumeSound = "eat_chips";
}; };
/*class FoodCanLongSprats : FoodPackaged
{
scope = public;
model = "z\addons\dayz_communityassets\models\can_long_sprat_clean_full_co.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_can_long_sprat_clean_full_ca.paa";
displayName = $STR_FOOD_NAME_CAN_LONG_SPRATS;
descriptionShort = $STR_FOOD_DESC_CAN_LONG_SPRATS;
bloodRegen = 100;
Nutrition[] = {50,100,20,0};
};*/
class FoodCanBakedBeans : FoodPackaged class FoodCanBakedBeans : FoodPackaged
{ {
scope = public; scope = 2;
model = "\dayz_equip\models\food_bbtin.p3d"; model = "\dayz_equip\models\food_bbtin.p3d";
picture = "\dayz_equip\textures\equip_bbtin_ca.paa"; picture = "\dayz_equip\textures\equip_bbtin_ca.paa";
displayName = $STR_EQUIP_NAME_26; displayName = $STR_EQUIP_NAME_26;
descriptionShort = $STR_EQUIP_DESC_26; descriptionShort = $STR_EQUIP_DESC_26;
bloodRegen = 100; bloodRegen = 100;
Nutrition[] = {0,400,320,0}; Nutrition[] = {0,400,320,0};
consumeOutput = "FoodCanUnlabeledEmpty"; consumeOutput = "FoodCanUnlabeledEmpty";
}; };
class FoodCanSardines : FoodPackaged class FoodCanSardines : FoodPackaged
{ {
scope = public; scope = 2;
model = "\dayz_equip\models\food_sardinestin.p3d"; model = "\dayz_equip\models\food_sardinestin.p3d";
picture = "\dayz_equip\textures\equip_Sardinestin_ca.paa"; picture = "\dayz_equip\textures\equip_Sardinestin_ca.paa";
displayName = $STR_EQUIP_NAME_27; displayName = $STR_EQUIP_NAME_27;
descriptionShort = $STR_EQUIP_DESC_27; descriptionShort = $STR_EQUIP_DESC_27;
bloodRegen = 100; bloodRegen = 100;
Nutrition[] = {0,450,320,0}; Nutrition[] = {0,450,320,0};
consumeOutput = "FoodCanUnlabeledEmpty"; consumeOutput = "FoodCanUnlabeledEmpty";
}; };
class FoodCanFrankBeans : FoodPackaged class FoodCanFrankBeans : FoodPackaged
{ {
scope = public; scope = 2;
model = "\dayz_equip\models\food_fbtin.p3d"; model = "\dayz_equip\models\food_fbtin.p3d";
picture = "\dayz_equip\textures\equip_fbtin_ca.paa"; picture = "\dayz_equip\textures\equip_fbtin_ca.paa";
displayName = $STR_EQUIP_NAME_28; displayName = $STR_EQUIP_NAME_28;
descriptionShort = $STR_EQUIP_DESC_28; descriptionShort = $STR_EQUIP_DESC_28;
bloodRegen = 100; bloodRegen = 100;
Nutrition[] = {0,450,320,0}; Nutrition[] = {0,450,320,0};
consumeOutput = "FoodCanUnlabeledEmpty"; consumeOutput = "FoodCanUnlabeledEmpty";
}; };
class FoodCanPasta : FoodPackaged class FoodCanPasta : FoodPackaged
{ {
scope = public; scope = 2;
model = "\dayz_equip\models\food_pastatin.p3d"; model = "\dayz_equip\models\food_pastatin.p3d";
picture = "\dayz_equip\textures\equip_pastatin_ca.paa"; picture = "\dayz_equip\textures\equip_pastatin_ca.paa";
displayName = $STR_EQUIP_NAME_29; displayName = $STR_EQUIP_NAME_29;
descriptionShort = $STR_EQUIP_DESC_29; descriptionShort = $STR_EQUIP_DESC_29;
bloodRegen = 100; bloodRegen = 100;
Nutrition[] = {0,500,0,0}; Nutrition[] = {0,500,0,0};
consumeOutput = "FoodCanUnlabeledEmpty"; consumeOutput = "FoodCanUnlabeledEmpty";
}; };
class FoodBioMeat: FoodEdible { class FoodBioMeat: FoodEdible
scope = public; {
scope = 2;
displayName = $STR_FOOD_NAME_BIOMEAT; displayName = $STR_FOOD_NAME_BIOMEAT;
model = "\z\addons\dayz_epoch\models\biomeat_can.p3d"; model = "\z\addons\dayz_epoch\models\biomeat_can.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_biomeat_CA.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_biomeat_CA.paa";
@@ -569,8 +442,9 @@ class FoodBioMeat: FoodEdible {
infectionChance = 0.4; infectionChance = 0.4;
}; };
class equip_garlic_bulb : FoodEdible { class equip_garlic_bulb : FoodEdible
scope = public; {
scope = 2;
count = 1; count = 1;
displayName = $STR_ITEM_NAME_equip_garlic_bulb; displayName = $STR_ITEM_NAME_equip_garlic_bulb;
descriptionShort = $STR_ITEM_DESC_equip_garlic_bulb; descriptionShort = $STR_ITEM_DESC_equip_garlic_bulb;
@@ -580,8 +454,9 @@ class equip_garlic_bulb : FoodEdible {
}; };
// new DZE harvested food // new DZE harvested food
class FoodPumpkin : FoodEdible { class FoodPumpkin : FoodEdible
scope = public; {
scope = 2;
count = 1; count = 1;
bloodRegen = 100; bloodRegen = 100;
displayName = $STR_FOOD_NAME_PUMPKIN; displayName = $STR_FOOD_NAME_PUMPKIN;
@@ -589,6 +464,7 @@ class FoodPumpkin : FoodEdible {
weight = 1; weight = 1;
model = "z\addons\dayz_communityassets\models\pistachio.p3d"; // TODO: model + icon model = "z\addons\dayz_communityassets\models\pistachio.p3d"; // TODO: model + icon
picture = "\z\addons\dayz_communityassets\pictures\equip_pistachios_CA.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_pistachios_CA.paa";
class ItemActions class ItemActions
{ {
class Consume class Consume
@@ -598,7 +474,7 @@ class FoodPumpkin : FoodEdible {
}; };
class Crafting class Crafting
{ {
text = $STR_FOOD_NAME_PUMPKIN_CRAFT; text = $STR_FOOD_NAME_PUMPKIN_CRAFT;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {""}; neednearby[] = {""};
requiretools[] = {"ItemKnife"}; requiretools[] = {"ItemKnife"};
@@ -607,8 +483,9 @@ class FoodPumpkin : FoodEdible {
}; };
}; };
}; };
class FoodSunFlowerSeed : FoodEdible { class FoodSunFlowerSeed : FoodEdible
scope = public; {
scope = 2;
count = 1; count = 1;
bloodRegen = 100; bloodRegen = 100;
displayName = $STR_FOOD_NAME_SUNFLOWER; displayName = $STR_FOOD_NAME_SUNFLOWER;
@@ -616,4 +493,4 @@ class FoodSunFlowerSeed : FoodEdible {
weight = 0.1; weight = 0.1;
model = "z\addons\dayz_communityassets\models\pistachio.p3d"; // TODO: model + icon model = "z\addons\dayz_communityassets\models\pistachio.p3d"; // TODO: model + icon
picture = "\z\addons\dayz_communityassets\pictures\equip_pistachios_CA.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_pistachios_CA.paa";
}; };

View File

@@ -1,9 +1,8 @@
class ItemPlasticWaterbottleUnfilled : CA_Magazine class ItemPlasticWaterbottleUnfilled : CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = WeaponSlotItem; type = 256;
model = "z\addons\dayz_communityassets\models\waterbottle.p3d"; model = "z\addons\dayz_communityassets\models\waterbottle.p3d";
picture = "\dayz_epoch_c\icons\plasticwaterbottle\PETwaterbottleEmpty.paa"; picture = "\dayz_epoch_c\icons\plasticwaterbottle\PETwaterbottleEmpty.paa";
displayName = $STR_EQUIP_NAME_WBPET_01; displayName = $STR_EQUIP_NAME_WBPET_01;
@@ -25,10 +24,9 @@ class ItemPlasticWaterbottleUnfilled : CA_Magazine
class ItemPlasticWaterbottleDmg : CA_Magazine class ItemPlasticWaterbottleDmg : CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = WeaponSlotItem; type = 256;
model = "z\addons\dayz_communityassets\models\waterbottle_damaged.p3d"; model = "z\addons\dayz_communityassets\models\waterbottle_damaged.p3d";
picture = "\dayz_epoch_c\icons\plasticwaterbottle\PETwaterbottleDamaged.paa"; picture = "\dayz_epoch_c\icons\plasticwaterbottle\PETwaterbottleDamaged.paa";
displayName = $STR_EQUIP_NAME_WBPET_02; displayName = $STR_EQUIP_NAME_WBPET_02;
@@ -37,7 +35,8 @@ class ItemPlasticWaterbottleDmg : CA_Magazine
class ItemActions class ItemActions
{ {
class Crafting { class Crafting
{
text = $STR_ACTIONS_FIX_W; text = $STR_ACTIONS_FIX_W;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -48,15 +47,15 @@ class ItemPlasticWaterbottleDmg : CA_Magazine
}; };
}; };
class ItemPlasticWaterBottle : ItemWaterBottle { class ItemPlasticWaterBottle : ItemWaterBottle
scope = public; {
scope = 2;
model = "z\addons\dayz_communityassets\models\waterbottle.p3d"; model = "z\addons\dayz_communityassets\models\waterbottle.p3d";
picture = "\dayz_epoch_c\icons\plasticwaterbottle\PETwaterbottle10oz.paa"; picture = "\dayz_epoch_c\icons\plasticwaterbottle\PETwaterbottle10oz.paa";
displayName = $STR_EQUIP_NAME_WBPET_03; displayName = $STR_EQUIP_NAME_WBPET_03;
descriptionShort = $STR_EQUIP_DESC_WBPET_03; descriptionShort = $STR_EQUIP_DESC_WBPET_03;
Nutrition[] = {0,0,1000,0}; Nutrition[] = {0,0,1000,0};
infectionChance = 0.3; infectionChance = 0.3;
consumeOutput = "ItemPlasticWaterbottleUnfilled"; consumeOutput = "ItemPlasticWaterbottleUnfilled";
containerEmpty = "ItemPlasticWaterbottleUnfilled"; containerEmpty = "ItemPlasticWaterbottleUnfilled";
}; };
@@ -88,8 +87,7 @@ class ItemPlasticWaterBottleBoiled : ItemWaterBottle
model = "z\addons\dayz_communityassets\models\waterbottle.p3d"; model = "z\addons\dayz_communityassets\models\waterbottle.p3d";
picture = "\dayz_epoch_c\icons\plasticwaterbottle\PETwaterbottle10oz.paa"; picture = "\dayz_epoch_c\icons\plasticwaterbottle\PETwaterbottle10oz.paa";
displayName = $STR_EQUIP_NAME_WBPET_04; displayName = $STR_EQUIP_NAME_WBPET_04;
descriptionShort = $STR_EQUIP_DESC_WBPET_04; descriptionShort = $STR_EQUIP_DESC_WBPET_04;
infectionChance = 0; infectionChance = 0;
consumeOutput = "ItemPlasticWaterbottleUnfilled"; consumeOutput = "ItemPlasticWaterbottleUnfilled";
containerEmpty = "ItemPlasticWaterbottleUnfilled"; containerEmpty = "ItemPlasticWaterbottleUnfilled";
@@ -118,14 +116,14 @@ class ItemPlasticWaterBottleHerbal : ItemWaterBottle
model = "z\addons\dayz_communityassets\models\waterbottle.p3d"; model = "z\addons\dayz_communityassets\models\waterbottle.p3d";
picture = "\dayz_epoch_c\icons\plasticwaterbottle\PETwaterbottle10oz.paa"; picture = "\dayz_epoch_c\icons\plasticwaterbottle\PETwaterbottle10oz.paa";
displayName = $STR_EQUIP_NAME_WBPET_05; displayName = $STR_EQUIP_NAME_WBPET_05;
descriptionShort = $STR_EQUIP_DESC_WBPET_05; descriptionShort = $STR_EQUIP_DESC_WBPET_05;
infectionChance = -0.5; infectionChance = -0.5;
consumeOutput = "ItemPlasticWaterbottleUnfilled"; consumeOutput = "ItemPlasticWaterbottleUnfilled";
containerEmpty = "ItemPlasticWaterbottleUnfilled"; containerEmpty = "ItemPlasticWaterbottleUnfilled";
}; };
class ItemPlasticWaterbottle1oz : ItemWaterBottle { class ItemPlasticWaterbottle1oz : ItemWaterBottle
{
displayName = $STR_EPOCH_PET_WATERBOTTLE1OZ; displayName = $STR_EPOCH_PET_WATERBOTTLE1OZ;
descriptionShort = $STR_EPOCH_PET_WATERBOTTLE1OZ_DESC; descriptionShort = $STR_EPOCH_PET_WATERBOTTLE1OZ_DESC;
model = "z\addons\dayz_communityassets\models\waterbottle.p3d"; model = "z\addons\dayz_communityassets\models\waterbottle.p3d";
@@ -138,7 +136,9 @@ class ItemPlasticWaterbottle1oz : ItemWaterBottle {
infectionChance = 0.03; infectionChance = 0.03;
consumeOutput = "ItemPlasticWaterbottleUnfilled"; consumeOutput = "ItemPlasticWaterbottleUnfilled";
containerEmpty = "ItemPlasticWaterbottleUnfilled"; containerEmpty = "ItemPlasticWaterbottleUnfilled";
class ItemActions {
class ItemActions
{
class Consume class Consume
{ {
text = $STR_ACTIONS_DRINK2; text = $STR_ACTIONS_DRINK2;
@@ -149,13 +149,15 @@ class ItemPlasticWaterbottle1oz : ItemWaterBottle {
text = $STR_EQUIP_NAME_13_EMPTY; text = $STR_EQUIP_NAME_13_EMPTY;
script = "spawn player_emptyContainer"; script = "spawn player_emptyContainer";
}; };
class Fill { class Fill
{
text = "$STR_ACTIONS_FILL_W"; text = "$STR_ACTIONS_FILL_W";
script = "spawn player_fillWater;"; script = "spawn player_fillWater;";
}; };
}; };
}; };
class ItemPlasticWaterbottle2oz : ItemWaterBottle { class ItemPlasticWaterbottle2oz : ItemWaterBottle
{
displayName = $STR_EPOCH_PET_WATERBOTTLE2OZ; displayName = $STR_EPOCH_PET_WATERBOTTLE2OZ;
descriptionShort = $STR_EPOCH_PET_WATERBOTTLE2OZ_DESC; descriptionShort = $STR_EPOCH_PET_WATERBOTTLE2OZ_DESC;
model = "z\addons\dayz_communityassets\models\waterbottle.p3d"; model = "z\addons\dayz_communityassets\models\waterbottle.p3d";
@@ -168,7 +170,9 @@ class ItemPlasticWaterbottle2oz : ItemWaterBottle {
infectionChance = 0.06; infectionChance = 0.06;
consumeOutput = "ItemPlasticWaterbottleUnfilled"; consumeOutput = "ItemPlasticWaterbottleUnfilled";
containerEmpty = "ItemPlasticWaterbottleUnfilled"; containerEmpty = "ItemPlasticWaterbottleUnfilled";
class ItemActions {
class ItemActions
{
class Consume class Consume
{ {
text = $STR_ACTIONS_DRINK2; text = $STR_ACTIONS_DRINK2;
@@ -179,14 +183,16 @@ class ItemPlasticWaterbottle2oz : ItemWaterBottle {
text = $STR_EQUIP_NAME_13_EMPTY; text = $STR_EQUIP_NAME_13_EMPTY;
script = "spawn player_emptyContainer"; script = "spawn player_emptyContainer";
}; };
class Fill { class Fill
{
text = "$STR_ACTIONS_FILL_W"; text = "$STR_ACTIONS_FILL_W";
script = "spawn player_fillWater;"; script = "spawn player_fillWater;";
}; };
}; };
}; };
class ItemPlasticWaterbottle3oz : ItemWaterBottle { class ItemPlasticWaterbottle3oz : ItemWaterBottle
{
displayName = $STR_EPOCH_PET_WATERBOTTLE3OZ; displayName = $STR_EPOCH_PET_WATERBOTTLE3OZ;
descriptionShort = $STR_EPOCH_PET_WATERBOTTLE3OZ_DESC; descriptionShort = $STR_EPOCH_PET_WATERBOTTLE3OZ_DESC;
model = "z\addons\dayz_communityassets\models\waterbottle.p3d"; model = "z\addons\dayz_communityassets\models\waterbottle.p3d";
@@ -199,7 +205,9 @@ class ItemPlasticWaterbottle3oz : ItemWaterBottle {
infectionChance = 0.09; infectionChance = 0.09;
consumeOutput = "ItemPlasticWaterbottleUnfilled"; consumeOutput = "ItemPlasticWaterbottleUnfilled";
containerEmpty = "ItemPlasticWaterbottleUnfilled"; containerEmpty = "ItemPlasticWaterbottleUnfilled";
class ItemActions {
class ItemActions
{
class Consume class Consume
{ {
text = $STR_ACTIONS_DRINK2; text = $STR_ACTIONS_DRINK2;
@@ -210,14 +218,16 @@ class ItemPlasticWaterbottle3oz : ItemWaterBottle {
text = $STR_EQUIP_NAME_13_EMPTY; text = $STR_EQUIP_NAME_13_EMPTY;
script = "spawn player_emptyContainer"; script = "spawn player_emptyContainer";
}; };
class Fill { class Fill
{
text = "$STR_ACTIONS_FILL_W"; text = "$STR_ACTIONS_FILL_W";
script = "spawn player_fillWater;"; script = "spawn player_fillWater;";
}; };
}; };
}; };
class ItemPlasticWaterbottle4oz : ItemWaterBottle { class ItemPlasticWaterbottle4oz : ItemWaterBottle
{
displayName = $STR_EPOCH_PET_WATERBOTTLE4OZ; displayName = $STR_EPOCH_PET_WATERBOTTLE4OZ;
descriptionShort = $STR_EPOCH_PET_WATERBOTTLE4OZ_DESC; descriptionShort = $STR_EPOCH_PET_WATERBOTTLE4OZ_DESC;
model = "z\addons\dayz_communityassets\models\waterbottle.p3d"; model = "z\addons\dayz_communityassets\models\waterbottle.p3d";
@@ -230,7 +240,9 @@ class ItemPlasticWaterbottle4oz : ItemWaterBottle {
infectionChance = 0.12; infectionChance = 0.12;
consumeOutput = "ItemPlasticWaterbottleUnfilled"; consumeOutput = "ItemPlasticWaterbottleUnfilled";
containerEmpty = "ItemPlasticWaterbottleUnfilled"; containerEmpty = "ItemPlasticWaterbottleUnfilled";
class ItemActions {
class ItemActions
{
class Consume class Consume
{ {
text = $STR_ACTIONS_DRINK2; text = $STR_ACTIONS_DRINK2;
@@ -241,14 +253,16 @@ class ItemPlasticWaterbottle4oz : ItemWaterBottle {
text = $STR_EQUIP_NAME_13_EMPTY; text = $STR_EQUIP_NAME_13_EMPTY;
script = "spawn player_emptyContainer"; script = "spawn player_emptyContainer";
}; };
class Fill { class Fill
{
text = "$STR_ACTIONS_FILL_W"; text = "$STR_ACTIONS_FILL_W";
script = "spawn player_fillWater;"; script = "spawn player_fillWater;";
}; };
}; };
}; };
class ItemPlasticWaterbottle5oz : ItemWaterBottle { class ItemPlasticWaterbottle5oz : ItemWaterBottle
{
displayName = $STR_EPOCH_PET_WATERBOTTLE5OZ; displayName = $STR_EPOCH_PET_WATERBOTTLE5OZ;
descriptionShort = $STR_EPOCH_PET_WATERBOTTLE5OZ_DESC; descriptionShort = $STR_EPOCH_PET_WATERBOTTLE5OZ_DESC;
model = "z\addons\dayz_communityassets\models\waterbottle.p3d"; model = "z\addons\dayz_communityassets\models\waterbottle.p3d";
@@ -261,7 +275,9 @@ class ItemPlasticWaterbottle5oz : ItemWaterBottle {
infectionChance = 0.15; infectionChance = 0.15;
consumeOutput = "ItemPlasticWaterbottleUnfilled"; consumeOutput = "ItemPlasticWaterbottleUnfilled";
containerEmpty = "ItemPlasticWaterbottleUnfilled"; containerEmpty = "ItemPlasticWaterbottleUnfilled";
class ItemActions {
class ItemActions
{
class Consume class Consume
{ {
text = $STR_ACTIONS_DRINK2; text = $STR_ACTIONS_DRINK2;
@@ -272,14 +288,16 @@ class ItemPlasticWaterbottle5oz : ItemWaterBottle {
text = $STR_EQUIP_NAME_13_EMPTY; text = $STR_EQUIP_NAME_13_EMPTY;
script = "spawn player_emptyContainer"; script = "spawn player_emptyContainer";
}; };
class Fill { class Fill
{
text = "$STR_ACTIONS_FILL_W"; text = "$STR_ACTIONS_FILL_W";
script = "spawn player_fillWater;"; script = "spawn player_fillWater;";
}; };
}; };
}; };
class ItemPlasticWaterbottle6oz : ItemWaterBottle { class ItemPlasticWaterbottle6oz : ItemWaterBottle
{
displayName = $STR_EPOCH_PET_WATERBOTTLE6OZ; displayName = $STR_EPOCH_PET_WATERBOTTLE6OZ;
descriptionShort = $STR_EPOCH_PET_WATERBOTTLE6OZ_DESC; descriptionShort = $STR_EPOCH_PET_WATERBOTTLE6OZ_DESC;
model = "z\addons\dayz_communityassets\models\waterbottle.p3d"; model = "z\addons\dayz_communityassets\models\waterbottle.p3d";
@@ -292,7 +310,9 @@ class ItemPlasticWaterbottle6oz : ItemWaterBottle {
infectionChance = 0.18; infectionChance = 0.18;
consumeOutput = "ItemPlasticWaterbottleUnfilled"; consumeOutput = "ItemPlasticWaterbottleUnfilled";
containerEmpty = "ItemPlasticWaterbottleUnfilled"; containerEmpty = "ItemPlasticWaterbottleUnfilled";
class ItemActions {
class ItemActions
{
class Consume class Consume
{ {
text = $STR_ACTIONS_DRINK2; text = $STR_ACTIONS_DRINK2;
@@ -303,14 +323,16 @@ class ItemPlasticWaterbottle6oz : ItemWaterBottle {
text = $STR_EQUIP_NAME_13_EMPTY; text = $STR_EQUIP_NAME_13_EMPTY;
script = "spawn player_emptyContainer"; script = "spawn player_emptyContainer";
}; };
class Fill { class Fill
{
text = "$STR_ACTIONS_FILL_W"; text = "$STR_ACTIONS_FILL_W";
script = "spawn player_fillWater;"; script = "spawn player_fillWater;";
}; };
}; };
}; };
class ItemPlasticWaterbottle7oz : ItemWaterBottle { class ItemPlasticWaterbottle7oz : ItemWaterBottle
{
displayName = $STR_EPOCH_PET_WATERBOTTLE7OZ; displayName = $STR_EPOCH_PET_WATERBOTTLE7OZ;
descriptionShort = $STR_EPOCH_PET_WATERBOTTLE7OZ_DESC; descriptionShort = $STR_EPOCH_PET_WATERBOTTLE7OZ_DESC;
model = "z\addons\dayz_communityassets\models\waterbottle.p3d"; model = "z\addons\dayz_communityassets\models\waterbottle.p3d";
@@ -323,7 +345,9 @@ class ItemPlasticWaterbottle7oz : ItemWaterBottle {
infectionChance = 0.21; infectionChance = 0.21;
consumeOutput = "ItemPlasticWaterbottleUnfilled"; consumeOutput = "ItemPlasticWaterbottleUnfilled";
containerEmpty = "ItemPlasticWaterbottleUnfilled"; containerEmpty = "ItemPlasticWaterbottleUnfilled";
class ItemActions {
class ItemActions
{
class Consume class Consume
{ {
text = $STR_ACTIONS_DRINK2; text = $STR_ACTIONS_DRINK2;
@@ -334,13 +358,15 @@ class ItemPlasticWaterbottle7oz : ItemWaterBottle {
text = $STR_EQUIP_NAME_13_EMPTY; text = $STR_EQUIP_NAME_13_EMPTY;
script = "spawn player_emptyContainer"; script = "spawn player_emptyContainer";
}; };
class Fill { class Fill
{
text = "$STR_ACTIONS_FILL_W"; text = "$STR_ACTIONS_FILL_W";
script = "spawn player_fillWater;"; script = "spawn player_fillWater;";
}; };
}; };
}; };
class ItemPlasticWaterbottle8oz : ItemWaterBottle { class ItemPlasticWaterbottle8oz : ItemWaterBottle
{
displayName = $STR_EPOCH_PET_WATERBOTTLE8OZ; displayName = $STR_EPOCH_PET_WATERBOTTLE8OZ;
descriptionShort = $STR_EPOCH_PET_WATERBOTTLE8OZ_DESC; descriptionShort = $STR_EPOCH_PET_WATERBOTTLE8OZ_DESC;
model = "z\addons\dayz_communityassets\models\waterbottle.p3d"; model = "z\addons\dayz_communityassets\models\waterbottle.p3d";
@@ -353,7 +379,9 @@ class ItemPlasticWaterbottle8oz : ItemWaterBottle {
infectionChance = 0.24; infectionChance = 0.24;
consumeOutput = "ItemPlasticWaterbottleUnfilled"; consumeOutput = "ItemPlasticWaterbottleUnfilled";
containerEmpty = "ItemPlasticWaterbottleUnfilled"; containerEmpty = "ItemPlasticWaterbottleUnfilled";
class ItemActions {
class ItemActions
{
class Consume class Consume
{ {
text = $STR_ACTIONS_DRINK2; text = $STR_ACTIONS_DRINK2;
@@ -364,14 +392,16 @@ class ItemPlasticWaterbottle8oz : ItemWaterBottle {
text = $STR_EQUIP_NAME_13_EMPTY; text = $STR_EQUIP_NAME_13_EMPTY;
script = "spawn player_emptyContainer"; script = "spawn player_emptyContainer";
}; };
class Fill { class Fill
{
text = "$STR_ACTIONS_FILL_W"; text = "$STR_ACTIONS_FILL_W";
script = "spawn player_fillWater;"; script = "spawn player_fillWater;";
}; };
}; };
}; };
class ItemPlasticWaterbottle9oz : ItemWaterBottle { class ItemPlasticWaterbottle9oz : ItemWaterBottle
{
displayName = $STR_EPOCH_PET_WATERBOTTLE9OZ; displayName = $STR_EPOCH_PET_WATERBOTTLE9OZ;
descriptionShort = $STR_EPOCH_PET_WATERBOTTLE9OZ_DESC; descriptionShort = $STR_EPOCH_PET_WATERBOTTLE9OZ_DESC;
model = "z\addons\dayz_communityassets\models\waterbottle.p3d"; model = "z\addons\dayz_communityassets\models\waterbottle.p3d";
@@ -384,7 +414,9 @@ class ItemPlasticWaterbottle9oz : ItemWaterBottle {
infectionChance = 0.27; infectionChance = 0.27;
consumeOutput = "ItemPlasticWaterbottleUnfilled"; consumeOutput = "ItemPlasticWaterbottleUnfilled";
containerEmpty = "ItemPlasticWaterbottleUnfilled"; containerEmpty = "ItemPlasticWaterbottleUnfilled";
class ItemActions {
class ItemActions
{
class Consume class Consume
{ {
text = $STR_ACTIONS_DRINK2; text = $STR_ACTIONS_DRINK2;
@@ -395,14 +427,17 @@ class ItemPlasticWaterbottle9oz : ItemWaterBottle {
text = $STR_EQUIP_NAME_13_EMPTY; text = $STR_EQUIP_NAME_13_EMPTY;
script = "spawn player_emptyContainer"; script = "spawn player_emptyContainer";
}; };
class Fill { class Fill
{
text = "$STR_ACTIONS_FILL_W"; text = "$STR_ACTIONS_FILL_W";
script = "spawn player_fillWater;"; script = "spawn player_fillWater;";
}; };
}; };
}; };
//inherit from ItemWaterBottle because that's how the crafting script checks required input //inherit from ItemWaterBottle because that's how the crafting script checks required input
class ItemPlasticWaterbottle1ozBoiled : ItemWaterBottle { class ItemPlasticWaterbottle1ozBoiled : ItemWaterBottle
{
displayName = $STR_EPOCH_PET_WATERBOTTLE1OZBOILED; displayName = $STR_EPOCH_PET_WATERBOTTLE1OZBOILED;
descriptionShort = $STR_EPOCH_PET_WATERBOTTLE1OZBOILED_DESC; descriptionShort = $STR_EPOCH_PET_WATERBOTTLE1OZBOILED_DESC;
infectionChance = 0; infectionChance = 0;
@@ -415,7 +450,9 @@ class ItemPlasticWaterbottle1ozBoiled : ItemWaterBottle {
Nutrition[] = {0,0,100,0}; Nutrition[] = {0,0,100,0};
consumeOutput = "ItemPlasticWaterbottleUnfilled"; consumeOutput = "ItemPlasticWaterbottleUnfilled";
containerEmpty = "ItemPlasticWaterbottleUnfilled"; containerEmpty = "ItemPlasticWaterbottleUnfilled";
class ItemActions {
class ItemActions
{
class Consume class Consume
{ {
text = $STR_ACTIONS_DRINK2; text = $STR_ACTIONS_DRINK2;
@@ -426,13 +463,15 @@ class ItemPlasticWaterbottle1ozBoiled : ItemWaterBottle {
text = $STR_EQUIP_NAME_13_EMPTY; text = $STR_EQUIP_NAME_13_EMPTY;
script = "spawn player_emptyContainer"; script = "spawn player_emptyContainer";
}; };
class Fill { class Fill
{
text = "$STR_ACTIONS_FILL_W"; text = "$STR_ACTIONS_FILL_W";
script = "spawn player_fillWater;"; script = "spawn player_fillWater;";
}; };
}; };
}; };
class ItemPlasticWaterbottle2ozBoiled : ItemWaterBottle { class ItemPlasticWaterbottle2ozBoiled : ItemWaterBottle
{
displayName = $STR_EPOCH_PET_WATERBOTTLE2OZBOILED; displayName = $STR_EPOCH_PET_WATERBOTTLE2OZBOILED;
descriptionShort = $STR_EPOCH_PET_WATERBOTTLE2OZBOILED_DESC; descriptionShort = $STR_EPOCH_PET_WATERBOTTLE2OZBOILED_DESC;
infectionChance = 0; infectionChance = 0;
@@ -445,7 +484,9 @@ class ItemPlasticWaterbottle2ozBoiled : ItemWaterBottle {
Nutrition[] = {0,0,200,0}; Nutrition[] = {0,0,200,0};
consumeOutput = "ItemPlasticWaterbottleUnfilled"; consumeOutput = "ItemPlasticWaterbottleUnfilled";
containerEmpty = "ItemPlasticWaterbottleUnfilled"; containerEmpty = "ItemPlasticWaterbottleUnfilled";
class ItemActions {
class ItemActions
{
class Consume class Consume
{ {
text = $STR_ACTIONS_DRINK2; text = $STR_ACTIONS_DRINK2;
@@ -456,13 +497,15 @@ class ItemPlasticWaterbottle2ozBoiled : ItemWaterBottle {
text = $STR_EQUIP_NAME_13_EMPTY; text = $STR_EQUIP_NAME_13_EMPTY;
script = "spawn player_emptyContainer"; script = "spawn player_emptyContainer";
}; };
class Fill { class Fill
{
text = "$STR_ACTIONS_FILL_W"; text = "$STR_ACTIONS_FILL_W";
script = "spawn player_fillWater;"; script = "spawn player_fillWater;";
}; };
}; };
}; };
class ItemPlasticWaterbottle3ozBoiled : ItemWaterBottle { class ItemPlasticWaterbottle3ozBoiled : ItemWaterBottle
{
displayName = $STR_EPOCH_PET_WATERBOTTLE3OZBOILED; displayName = $STR_EPOCH_PET_WATERBOTTLE3OZBOILED;
descriptionShort = $STR_EPOCH_PET_WATERBOTTLE3OZBOILED_DESC; descriptionShort = $STR_EPOCH_PET_WATERBOTTLE3OZBOILED_DESC;
infectionChance = 0; infectionChance = 0;
@@ -475,7 +518,9 @@ class ItemPlasticWaterbottle3ozBoiled : ItemWaterBottle {
Nutrition[] = {0,0,300,0}; Nutrition[] = {0,0,300,0};
consumeOutput = "ItemPlasticWaterbottleUnfilled"; consumeOutput = "ItemPlasticWaterbottleUnfilled";
containerEmpty = "ItemPlasticWaterbottleUnfilled"; containerEmpty = "ItemPlasticWaterbottleUnfilled";
class ItemActions {
class ItemActions
{
class Consume class Consume
{ {
text = $STR_ACTIONS_DRINK2; text = $STR_ACTIONS_DRINK2;
@@ -486,13 +531,15 @@ class ItemPlasticWaterbottle3ozBoiled : ItemWaterBottle {
text = $STR_EQUIP_NAME_13_EMPTY; text = $STR_EQUIP_NAME_13_EMPTY;
script = "spawn player_emptyContainer"; script = "spawn player_emptyContainer";
}; };
class Fill { class Fill
{
text = "$STR_ACTIONS_FILL_W"; text = "$STR_ACTIONS_FILL_W";
script = "spawn player_fillWater;"; script = "spawn player_fillWater;";
}; };
}; };
}; };
class ItemPlasticWaterbottle4ozBoiled : ItemWaterBottle { class ItemPlasticWaterbottle4ozBoiled : ItemWaterBottle
{
displayName = $STR_EPOCH_PET_WATERBOTTLE4OZBOILED; displayName = $STR_EPOCH_PET_WATERBOTTLE4OZBOILED;
descriptionShort = $STR_EPOCH_PET_WATERBOTTLE4OZBOILED_DESC; descriptionShort = $STR_EPOCH_PET_WATERBOTTLE4OZBOILED_DESC;
infectionChance = 0; infectionChance = 0;
@@ -505,7 +552,9 @@ class ItemPlasticWaterbottle4ozBoiled : ItemWaterBottle {
Nutrition[] = {0,0,400,0}; Nutrition[] = {0,0,400,0};
consumeOutput = "ItemPlasticWaterbottleUnfilled"; consumeOutput = "ItemPlasticWaterbottleUnfilled";
containerEmpty = "ItemPlasticWaterbottleUnfilled"; containerEmpty = "ItemPlasticWaterbottleUnfilled";
class ItemActions {
class ItemActions
{
class Consume class Consume
{ {
text = $STR_ACTIONS_DRINK2; text = $STR_ACTIONS_DRINK2;
@@ -516,13 +565,15 @@ class ItemPlasticWaterbottle4ozBoiled : ItemWaterBottle {
text = $STR_EQUIP_NAME_13_EMPTY; text = $STR_EQUIP_NAME_13_EMPTY;
script = "spawn player_emptyContainer"; script = "spawn player_emptyContainer";
}; };
class Fill { class Fill
{
text = "$STR_ACTIONS_FILL_W"; text = "$STR_ACTIONS_FILL_W";
script = "spawn player_fillWater;"; script = "spawn player_fillWater;";
}; };
}; };
}; };
class ItemPlasticWaterbottle5ozBoiled : ItemWaterBottle { class ItemPlasticWaterbottle5ozBoiled : ItemWaterBottle
{
displayName = $STR_EPOCH_PET_WATERBOTTLE5OZBOILED; displayName = $STR_EPOCH_PET_WATERBOTTLE5OZBOILED;
descriptionShort = $STR_EPOCH_PET_WATERBOTTLE5OZBOILED_DESC; descriptionShort = $STR_EPOCH_PET_WATERBOTTLE5OZBOILED_DESC;
infectionChance = 0; infectionChance = 0;
@@ -535,7 +586,9 @@ class ItemPlasticWaterbottle5ozBoiled : ItemWaterBottle {
Nutrition[] = {0,0,500,0}; Nutrition[] = {0,0,500,0};
consumeOutput = "ItemPlasticWaterbottleUnfilled"; consumeOutput = "ItemPlasticWaterbottleUnfilled";
containerEmpty = "ItemPlasticWaterbottleUnfilled"; containerEmpty = "ItemPlasticWaterbottleUnfilled";
class ItemActions {
class ItemActions
{
class Consume class Consume
{ {
text = $STR_ACTIONS_DRINK2; text = $STR_ACTIONS_DRINK2;
@@ -546,13 +599,15 @@ class ItemPlasticWaterbottle5ozBoiled : ItemWaterBottle {
text = $STR_EQUIP_NAME_13_EMPTY; text = $STR_EQUIP_NAME_13_EMPTY;
script = "spawn player_emptyContainer"; script = "spawn player_emptyContainer";
}; };
class Fill { class Fill
{
text = "$STR_ACTIONS_FILL_W"; text = "$STR_ACTIONS_FILL_W";
script = "spawn player_fillWater;"; script = "spawn player_fillWater;";
}; };
}; };
}; };
class ItemPlasticWaterbottle6ozBoiled : ItemWaterBottle { class ItemPlasticWaterbottle6ozBoiled : ItemWaterBottle
{
displayName = $STR_EPOCH_PET_WATERBOTTLE6OZBOILED; displayName = $STR_EPOCH_PET_WATERBOTTLE6OZBOILED;
descriptionShort = $STR_EPOCH_PET_WATERBOTTLE6OZBOILED_DESC; descriptionShort = $STR_EPOCH_PET_WATERBOTTLE6OZBOILED_DESC;
infectionChance = 0; infectionChance = 0;
@@ -565,7 +620,9 @@ class ItemPlasticWaterbottle6ozBoiled : ItemWaterBottle {
Nutrition[] = {0,0,600,0}; Nutrition[] = {0,0,600,0};
consumeOutput = "ItemPlasticWaterbottleUnfilled"; consumeOutput = "ItemPlasticWaterbottleUnfilled";
containerEmpty = "ItemPlasticWaterbottleUnfilled"; containerEmpty = "ItemPlasticWaterbottleUnfilled";
class ItemActions {
class ItemActions
{
class Consume class Consume
{ {
text = $STR_ACTIONS_DRINK2; text = $STR_ACTIONS_DRINK2;
@@ -576,13 +633,15 @@ class ItemPlasticWaterbottle6ozBoiled : ItemWaterBottle {
text = $STR_EQUIP_NAME_13_EMPTY; text = $STR_EQUIP_NAME_13_EMPTY;
script = "spawn player_emptyContainer"; script = "spawn player_emptyContainer";
}; };
class Fill { class Fill
{
text = "$STR_ACTIONS_FILL_W"; text = "$STR_ACTIONS_FILL_W";
script = "spawn player_fillWater;"; script = "spawn player_fillWater;";
}; };
}; };
}; };
class ItemPlasticWaterbottle7ozBoiled : ItemWaterBottle { class ItemPlasticWaterbottle7ozBoiled : ItemWaterBottle
{
displayName = $STR_EPOCH_PET_WATERBOTTLE7OZBOILED; displayName = $STR_EPOCH_PET_WATERBOTTLE7OZBOILED;
descriptionShort = $STR_EPOCH_PET_WATERBOTTLE7OZBOILED_DESC; descriptionShort = $STR_EPOCH_PET_WATERBOTTLE7OZBOILED_DESC;
infectionChance = 0; infectionChance = 0;
@@ -595,7 +654,9 @@ class ItemPlasticWaterbottle7ozBoiled : ItemWaterBottle {
Nutrition[] = {0,0,700,0}; Nutrition[] = {0,0,700,0};
consumeOutput = "ItemPlasticWaterbottleUnfilled"; consumeOutput = "ItemPlasticWaterbottleUnfilled";
containerEmpty = "ItemPlasticWaterbottleUnfilled"; containerEmpty = "ItemPlasticWaterbottleUnfilled";
class ItemActions {
class ItemActions
{
class Consume class Consume
{ {
text = $STR_ACTIONS_DRINK2; text = $STR_ACTIONS_DRINK2;
@@ -606,13 +667,15 @@ class ItemPlasticWaterbottle7ozBoiled : ItemWaterBottle {
text = $STR_EQUIP_NAME_13_EMPTY; text = $STR_EQUIP_NAME_13_EMPTY;
script = "spawn player_emptyContainer"; script = "spawn player_emptyContainer";
}; };
class Fill { class Fill
{
text = "$STR_ACTIONS_FILL_W"; text = "$STR_ACTIONS_FILL_W";
script = "spawn player_fillWater;"; script = "spawn player_fillWater;";
}; };
}; };
}; };
class ItemPlasticWaterbottle8ozBoiled : ItemWaterBottle { class ItemPlasticWaterbottle8ozBoiled : ItemWaterBottle
{
displayName = $STR_EPOCH_PET_WATERBOTTLE8OZBOILED; displayName = $STR_EPOCH_PET_WATERBOTTLE8OZBOILED;
descriptionShort = $STR_EPOCH_PET_WATERBOTTLE8OZBOILED_DESC; descriptionShort = $STR_EPOCH_PET_WATERBOTTLE8OZBOILED_DESC;
infectionChance = 0; infectionChance = 0;
@@ -625,7 +688,9 @@ class ItemPlasticWaterbottle8ozBoiled : ItemWaterBottle {
Nutrition[] = {0,0,800,0}; Nutrition[] = {0,0,800,0};
consumeOutput = "ItemPlasticWaterbottleUnfilled"; consumeOutput = "ItemPlasticWaterbottleUnfilled";
containerEmpty = "ItemPlasticWaterbottleUnfilled"; containerEmpty = "ItemPlasticWaterbottleUnfilled";
class ItemActions {
class ItemActions
{
class Consume class Consume
{ {
text = $STR_ACTIONS_DRINK2; text = $STR_ACTIONS_DRINK2;
@@ -636,13 +701,15 @@ class ItemPlasticWaterbottle8ozBoiled : ItemWaterBottle {
text = $STR_EQUIP_NAME_13_EMPTY; text = $STR_EQUIP_NAME_13_EMPTY;
script = "spawn player_emptyContainer"; script = "spawn player_emptyContainer";
}; };
class Fill { class Fill
{
text = "$STR_ACTIONS_FILL_W"; text = "$STR_ACTIONS_FILL_W";
script = "spawn player_fillWater;"; script = "spawn player_fillWater;";
}; };
}; };
}; };
class ItemPlasticWaterbottle9ozBoiled : ItemWaterBottle { class ItemPlasticWaterbottle9ozBoiled : ItemWaterBottle
{
displayName = $STR_EPOCH_PET_WATERBOTTLE9OZBOILED; displayName = $STR_EPOCH_PET_WATERBOTTLE9OZBOILED;
descriptionShort = $STR_EPOCH_PET_WATERBOTTLE9OZBOILED_DESC; descriptionShort = $STR_EPOCH_PET_WATERBOTTLE9OZBOILED_DESC;
infectionChance = 0; infectionChance = 0;
@@ -655,7 +722,9 @@ class ItemPlasticWaterbottle9ozBoiled : ItemWaterBottle {
Nutrition[] = {0,0,900,0}; Nutrition[] = {0,0,900,0};
consumeOutput = "ItemPlasticWaterbottleUnfilled"; consumeOutput = "ItemPlasticWaterbottleUnfilled";
containerEmpty = "ItemPlasticWaterbottleUnfilled"; containerEmpty = "ItemPlasticWaterbottleUnfilled";
class ItemActions {
class ItemActions
{
class Consume class Consume
{ {
text = $STR_ACTIONS_DRINK2; text = $STR_ACTIONS_DRINK2;
@@ -666,7 +735,8 @@ class ItemPlasticWaterbottle9ozBoiled : ItemWaterBottle {
text = $STR_EQUIP_NAME_13_EMPTY; text = $STR_EQUIP_NAME_13_EMPTY;
script = "spawn player_emptyContainer"; script = "spawn player_emptyContainer";
}; };
class Fill { class Fill
{
text = "$STR_ACTIONS_FILL_W"; text = "$STR_ACTIONS_FILL_W";
script = "spawn player_fillWater;"; script = "spawn player_fillWater;";
}; };

View File

@@ -1,260 +1,210 @@
class ItemSodaCoke : ItemSoda class ItemSodaCoke : ItemSoda
{ {
scope = public; scope = 2;
model = "\dayz_equip\models\soda_coke.p3d"; model = "\dayz_equip\models\soda_coke.p3d";
picture = "\dayz_equip\textures\equip_soda_coke_ca.paa"; picture = "\dayz_equip\textures\equip_soda_coke_ca.paa";
displayName = $STR_EQUIP_NAME_36a; displayName = $STR_EQUIP_NAME_36a;
descriptionShort = $STR_EQUIP_DESC_36; descriptionShort = $STR_EQUIP_DESC_36;
Nutrition[] = {90,0,300,0}; Nutrition[] = {90,0,300,0};
}; };
class ItemSodaPepsi : ItemSoda class ItemSodaPepsi : ItemSoda
{ {
scope = public; scope = 2;
model = "\dayz_equip\models\soda_pepsi.p3d"; model = "\dayz_equip\models\soda_pepsi.p3d";
picture = "\dayz_equip\textures\equip_soda_pepsi_ca.paa"; picture = "\dayz_equip\textures\equip_soda_pepsi_ca.paa";
displayName = $STR_EQUIP_NAME_36b; displayName = $STR_EQUIP_NAME_36b;
descriptionShort = $STR_EQUIP_DESC_36; descriptionShort = $STR_EQUIP_DESC_36;
Nutrition[] = {90,0,300,0}; Nutrition[] = {90,0,300,0};
}; };
class ItemSodaMdew : ItemSoda class ItemSodaMdew : ItemSoda
{ {
scope = public; scope = 2;
model = "\dayz_equip\models\soda_mdew.p3d"; model = "\dayz_equip\models\soda_mdew.p3d";
picture = "\dayz_equip\textures\equip_soda_mdew_ca.paa"; picture = "\dayz_equip\textures\equip_soda_mdew_ca.paa";
displayName = $STR_EQUIP_NAME_37; displayName = $STR_EQUIP_NAME_37;
descriptionShort = $STR_EQUIP_NAME_37; descriptionShort = $STR_EQUIP_NAME_37;
Nutrition[] = {90,0,400,0}; Nutrition[] = {90,0,400,0};
}; };
class ItemSodaMtngreen : ItemSoda class ItemSodaMtngreen : ItemSoda
{ {
scope = public; scope = 2;
model = "z\addons\dayz_communityassets\models\soda_mtngreen_clean_full.p3d"; model = "z\addons\dayz_communityassets\models\soda_mtngreen_clean_full.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_soda_mtngreen_clean_full_ca.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_soda_mtngreen_clean_full_ca.paa";
displayName = $STR_ITEMSODA_FULL_CLEAN_CODE_NAME_0; displayName = $STR_ITEMSODA_FULL_CLEAN_CODE_NAME_0;
descriptionShort = $STR_ITEMSODA_FULL_CLEAN_CODE_DESC_0; descriptionShort = $STR_ITEMSODA_FULL_CLEAN_CODE_DESC_0;
Nutrition[] = {90,0,500,0};
Nutrition[] = {90,0,500,0};
consumeOutput = "ItemSodaMtngreenEmpty"; consumeOutput = "ItemSodaMtngreenEmpty";
}; };
class ItemSodaR4z0r : ItemSoda class ItemSodaR4z0r : ItemSoda
{ {
scope = public; scope = 2;
model = "z\addons\dayz_communityassets\models\soda_r4z0r_clean_full.p3d"; model = "z\addons\dayz_communityassets\models\soda_r4z0r_clean_full.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_soda_r4z0r_clean_full_ca.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_soda_r4z0r_clean_full_ca.paa";
displayName = $STR_ITEMSODA_FULL_CLEAN_CODE_NAME_1; displayName = $STR_ITEMSODA_FULL_CLEAN_CODE_NAME_1;
descriptionShort = $STR_ITEMSODA_FULL_CLEAN_CODE_DESC_1; descriptionShort = $STR_ITEMSODA_FULL_CLEAN_CODE_DESC_1;
Nutrition[] = {90,0,350,0};
Nutrition[] = {90,0,350,0};
consumeOutput = "ItemSodaR4z0rEmpty"; consumeOutput = "ItemSodaR4z0rEmpty";
}; };
class ItemSodaClays : ItemSoda class ItemSodaClays : ItemSoda
{ {
scope = public; scope = 2;
model = "z\addons\dayz_communityassets\models\soda_clays_clean_full.p3d"; model = "z\addons\dayz_communityassets\models\soda_clays_clean_full.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_soda_clays_clean_full_ca.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_soda_clays_clean_full_ca.paa";
displayName = $STR_ITEMSODA_FULL_CLEAN_CODE_NAME_2; displayName = $STR_ITEMSODA_FULL_CLEAN_CODE_NAME_2;
descriptionShort = $STR_ITEMSODA_FULL_CLEAN_CODE_DESC_2; descriptionShort = $STR_ITEMSODA_FULL_CLEAN_CODE_DESC_2;
Nutrition[] = {90,0,320,0};
Nutrition[] = {90,0,320,0};
consumeOutput = "ItemSodaClaysEmpty"; consumeOutput = "ItemSodaClaysEmpty";
}; };
class ItemSodaSmasht : ItemSoda class ItemSodaSmasht : ItemSoda
{ {
scope = public; scope = 2;
model = "z\addons\dayz_communityassets\models\soda_smasht_clean_full.p3d"; model = "z\addons\dayz_communityassets\models\soda_smasht_clean_full.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_soda_smasht_clean_full_ca.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_soda_smasht_clean_full_ca.paa";
displayName = $STR_ITEMSODA_FULL_CLEAN_CODE_NAME_3; displayName = $STR_ITEMSODA_FULL_CLEAN_CODE_NAME_3;
descriptionShort = $STR_ITEMSODA_FULL_CLEAN_CODE_DESC_3; descriptionShort = $STR_ITEMSODA_FULL_CLEAN_CODE_DESC_3;
Nutrition[] = {90,0,380,0};
Nutrition[] = {90,0,380,0};
consumeOutput = "ItemSodaSmashtEmpty"; consumeOutput = "ItemSodaSmashtEmpty";
}; };
class ItemSodaDrwaste : ItemSoda class ItemSodaDrwaste : ItemSoda
{ {
scope = public; scope = 2;
model = "z\addons\dayz_communityassets\models\soda_drwaste_clean_full.p3d"; model = "z\addons\dayz_communityassets\models\soda_drwaste_clean_full.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_soda_drwaste_clean_full_ca.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_soda_drwaste_clean_full_ca.paa";
displayName = $STR_ITEMSODA_FULL_CLEAN_CODE_NAME_4; displayName = $STR_ITEMSODA_FULL_CLEAN_CODE_NAME_4;
descriptionShort = $STR_ITEMSODA_FULL_CLEAN_CODE_DESC_4; descriptionShort = $STR_ITEMSODA_FULL_CLEAN_CODE_DESC_4;
Nutrition[] = {90,0,340,0};
Nutrition[] = {90,0,340,0};
consumeOutput = "ItemSodaDrwasteEmpty"; consumeOutput = "ItemSodaDrwasteEmpty";
}; };
class ItemSodaFranka : ItemSoda class ItemSodaFranka : ItemSoda
{ {
scope = public; scope = 2;
model = "z\addons\dayz_communityassets\models\soda_franka_clean_full.p3d"; model = "z\addons\dayz_communityassets\models\soda_franka_clean_full.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_soda_franka_clean_full_ca.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_soda_franka_clean_full_ca.paa";
displayName = $STR_ITEMSODA_FULL_CLEAN_CODE_NAME_5; displayName = $STR_ITEMSODA_FULL_CLEAN_CODE_NAME_5;
descriptionShort = $STR_ITEMSODA_FULL_CLEAN_CODE_DESC_5; descriptionShort = $STR_ITEMSODA_FULL_CLEAN_CODE_DESC_5;
Nutrition[] = {90,0,340,0};
Nutrition[] = {90,0,340,0};
consumeOutput = "ItemSodaFrankaEmpty"; consumeOutput = "ItemSodaFrankaEmpty";
}; };
class ItemSodaLemonade : ItemSoda class ItemSodaLemonade : ItemSoda
{ {
scope = public; scope = 2;
model = "z\addons\dayz_communityassets\models\soda_lemonade_clean_full.p3d"; model = "z\addons\dayz_communityassets\models\soda_lemonade_clean_full.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_soda_lemonade_clean_full_ca.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_soda_lemonade_clean_full_ca.paa";
displayName = $STR_ITEMSODA_FULL_CLEAN_CODE_NAME_6; displayName = $STR_ITEMSODA_FULL_CLEAN_CODE_NAME_6;
descriptionShort = $STR_ITEMSODA_FULL_CLEAN_CODE_DESC_6; descriptionShort = $STR_ITEMSODA_FULL_CLEAN_CODE_DESC_6;
Nutrition[] = {90,0,500,0};
Nutrition[] = {90,0,500,0};
consumeOutput = "ItemSodaLemonadeEmpty"; consumeOutput = "ItemSodaLemonadeEmpty";
}; };
class ItemSodaLirik : ItemSoda class ItemSodaLirik : ItemSoda
{ {
scope = public; scope = 2;
model = "z\addons\dayz_communityassets\models\soda_lirik_clean_full.p3d"; model = "z\addons\dayz_communityassets\models\soda_lirik_clean_full.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_soda_lirik_clean_full_ca.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_soda_lirik_clean_full_ca.paa";
displayName = $STR_EQUIP_NAME_36a; displayName = $STR_EQUIP_NAME_36a;
descriptionShort = $STR_EQUIP_DESC_36; descriptionShort = $STR_EQUIP_DESC_36;
Nutrition[] = {90,0,300,0};
Nutrition[] = {90,0,300,0};
consumeOutput = "ItemSodaLirikEmpty"; consumeOutput = "ItemSodaLirikEmpty";
}; };
class ItemSodaLvg : ItemSoda class ItemSodaLvg : ItemSoda
{ {
scope = public; scope = 2;
model = "z\addons\dayz_communityassets\models\soda_lvg_clean_full.p3d"; model = "z\addons\dayz_communityassets\models\soda_lvg_clean_full.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_soda_lvg_clean_full_ca.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_soda_lvg_clean_full_ca.paa";
displayName = $STR_ITEMSODA_FULL_CLEAN_CODE_NAME_8; displayName = $STR_ITEMSODA_FULL_CLEAN_CODE_NAME_8;
descriptionShort = $STR_ITEMSODA_FULL_CLEAN_CODE_DESC_8; descriptionShort = $STR_ITEMSODA_FULL_CLEAN_CODE_DESC_8;
Nutrition[] = {90,0,550,0}; Nutrition[] = {90,0,550,0};
consumeOutput = "ItemSodaLvgEmpty"; consumeOutput = "ItemSodaLvgEmpty";
}; };
class ItemSodaMzly : ItemSoda class ItemSodaMzly : ItemSoda
{ {
scope = public; scope = 2;
model = "z\addons\dayz_communityassets\models\soda_mzly_clean_full.p3d"; model = "z\addons\dayz_communityassets\models\soda_mzly_clean_full.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_soda_mzly_clean_full_ca.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_soda_mzly_clean_full_ca.paa";
displayName = $STR_ITEMSODA_FULL_CLEAN_CODE_NAME_9; displayName = $STR_ITEMSODA_FULL_CLEAN_CODE_NAME_9;
descriptionShort = $STR_ITEMSODA_FULL_CLEAN_CODE_DESC_9; descriptionShort = $STR_ITEMSODA_FULL_CLEAN_CODE_DESC_9;
Nutrition[] = {90,0,380,0};
Nutrition[] = {90,0,380,0};
consumeOutput = "ItemSodaMzlyEmpty"; consumeOutput = "ItemSodaMzlyEmpty";
}; };
class ItemSodaPeppsy : ItemSoda class ItemSodaPeppsy : ItemSoda
{ {
scope = public; scope = 2;
model = "z\addons\dayz_communityassets\models\soda_peppsy_clean_full.p3d"; model = "z\addons\dayz_communityassets\models\soda_peppsy_clean_full.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_soda_peppsy_clean_full_ca.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_soda_peppsy_clean_full_ca.paa";
displayName = $STR_EQUIP_NAME_36b; displayName = $STR_EQUIP_NAME_36b;
descriptionShort = $STR_EQUIP_DESC_36; descriptionShort = $STR_EQUIP_DESC_36;
Nutrition[] = {90,0,300,0};
Nutrition[] = {90,0,300,0};
consumeOutput = "ItemSodaPeppsyEmpty"; consumeOutput = "ItemSodaPeppsyEmpty";
}; };
class ItemSodaRabbit : ItemSoda class ItemSodaRabbit : ItemSoda
{ {
scope = public; scope = 2;
model = "z\addons\dayz_communityassets\models\soda_rabbit_clean_full.p3d"; model = "z\addons\dayz_communityassets\models\soda_rabbit_clean_full.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_soda_rabbit_clean_full_ca.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_soda_rabbit_clean_full_ca.paa";
displayName = $STR_ITEMSODA_FULL_CLEAN_CODE_NAME_11; displayName = $STR_ITEMSODA_FULL_CLEAN_CODE_NAME_11;
descriptionShort = $STR_ITEMSODA_FULL_CLEAN_CODE_DESC_11; descriptionShort = $STR_ITEMSODA_FULL_CLEAN_CODE_DESC_11;
Nutrition[] = {90,0,550,0};
Nutrition[] = {90,0,550,0};
consumeOutput = "ItemSodaRabbitEmpty"; consumeOutput = "ItemSodaRabbitEmpty";
}; };
class ItemSodaSacrite : ItemSoda class ItemSodaSacrite : ItemSoda
{ {
scope = public; scope = 2;
model = "z\addons\dayz_communityassets\models\soda_sacrite_clean_full.p3d"; model = "z\addons\dayz_communityassets\models\soda_sacrite_clean_full.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_soda_sacrite_clean_full_ca.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_soda_sacrite_clean_full_ca.paa";
displayName = $STR_ITEMSODA_FULL_CLEAN_CODE_NAME_12; displayName = $STR_ITEMSODA_FULL_CLEAN_CODE_NAME_12;
descriptionShort = $STR_ITEMSODA_FULL_CLEAN_CODE_DESC_12; descriptionShort = $STR_ITEMSODA_FULL_CLEAN_CODE_DESC_12;
Nutrition[] = {90,0,550,0};
Nutrition[] = {90,0,550,0};
consumeOutput = "ItemSodaSacriteEmpty"; consumeOutput = "ItemSodaSacriteEmpty";
}; };
class ItemSodaRocketFuel : ItemSoda class ItemSodaRocketFuel : ItemSoda
{ {
scope = public; scope = 2;
model = "z\addons\dayz_communityassets\models\soda_rocket_clean_full.p3d"; model = "z\addons\dayz_communityassets\models\soda_rocket_clean_full.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_soda_rocket_clean_full_ca.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_soda_rocket_clean_full_ca.paa";
displayName = $STR_ITEMSODA_FULL_CLEAN_CODE_NAME_13; displayName = $STR_ITEMSODA_FULL_CLEAN_CODE_NAME_13;
descriptionShort = $STR_ITEMSODA_FULL_CLEAN_CODE_DESC_13; descriptionShort = $STR_ITEMSODA_FULL_CLEAN_CODE_DESC_13;
Nutrition[] = {90,0,550,0};
Nutrition[] = {90,0,550,0};
consumeOutput = "ItemSodaRocketFuelEmpty"; consumeOutput = "ItemSodaRocketFuelEmpty";
}; };
class ItemSodaGrapeDrink : ItemSoda class ItemSodaGrapeDrink : ItemSoda
{ {
scope = public; scope = 2;
model = "z\addons\dayz_communityassets\models\soda_grape_clean_full.p3d"; model = "z\addons\dayz_communityassets\models\soda_grape_clean_full.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_soda_grape_clean_full_ca.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_soda_grape_clean_full_ca.paa";
displayName = $STR_ITEMSODA_FULL_CLEAN_CODE_NAME_14; displayName = $STR_ITEMSODA_FULL_CLEAN_CODE_NAME_14;
descriptionShort = $STR_ITEMSODA_FULL_CLEAN_CODE_DESC_14; descriptionShort = $STR_ITEMSODA_FULL_CLEAN_CODE_DESC_14;
Nutrition[] = {90,0,700,0};
Nutrition[] = {90,0,700,0};
consumeOutput = "ItemSodaGrapeDrinkEmpty"; consumeOutput = "ItemSodaGrapeDrinkEmpty";
}; };
class ItemSherbet : ItemSoda class ItemSherbet : ItemSoda
{ {
scope = public; scope = 2;
model = "z\addons\dayz_communityassets\models\soda_sherbet_clean_full.p3d"; model = "z\addons\dayz_communityassets\models\soda_sherbet_clean_full.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_soda_sherbet_clean_full_ca.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_soda_sherbet_clean_full_ca.paa";
displayName = $STR_ITEMSODA_FULL_CLEAN_CODE_NAME_15; displayName = $STR_ITEMSODA_FULL_CLEAN_CODE_NAME_15;
descriptionShort = $STR_ITEMSODA_FULL_CLEAN_CODE_DESC_15; descriptionShort = $STR_ITEMSODA_FULL_CLEAN_CODE_DESC_15;
Nutrition[] = {90,0,500,0};
Nutrition[] = {90,0,500,0};
consumeOutput = "ItemSodaSherbetEmpty"; consumeOutput = "ItemSodaSherbetEmpty";
}; };
@@ -264,6 +214,7 @@ class ItemSodaRbull : ItemSodaCoke {
model = "z\addons\dayz_epoch\models\soda_redbull.p3d"; model = "z\addons\dayz_epoch\models\soda_redbull.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_soda_rbull_CA.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_soda_rbull_CA.paa";
}; };
class ItemSodaOrangeSherbet : ItemSodaCoke { class ItemSodaOrangeSherbet : ItemSodaCoke {
displayName = $STR_FOOD_NAME_OSHERBET; displayName = $STR_FOOD_NAME_OSHERBET;
descriptionShort = $STR_FOOD_DESC_OSHERBET; descriptionShort = $STR_FOOD_DESC_OSHERBET;

View File

@@ -1,7 +1,6 @@
class ItemWaterBottle : FoodDrink class ItemWaterBottle : FoodDrink
{ {
scope = public; scope = 2;
model = "\dayz_equip\models\waterbottle_gear.p3d"; model = "\dayz_equip\models\waterbottle_gear.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_waterbottle10oz_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_waterbottle10oz_ca.paa";
displayName = $STR_EQUIP_NAME_12; displayName = $STR_EQUIP_NAME_12;
@@ -43,8 +42,7 @@ class ItemWaterBottleSafe : ItemWaterBottle
class ItemWaterBottleBoiled : ItemWaterBottle class ItemWaterBottleBoiled : ItemWaterBottle
{ {
displayName = $STR_ITEMWATERBOTTLEBOILED_CODE_NAME; displayName = $STR_ITEMWATERBOTTLEBOILED_CODE_NAME;
descriptionShort = $STR_ITEMWATERBOTTLEBOILED_CODE_DESC; descriptionShort = $STR_ITEMWATERBOTTLEBOILED_CODE_DESC;
infectionChance = 0; infectionChance = 0;
class ItemActions class ItemActions
@@ -69,22 +67,19 @@ class ItemWaterBottleBoiled : ItemWaterBottle
class ItemWaterBottleHerbal : ItemWaterBottle class ItemWaterBottleHerbal : ItemWaterBottle
{ {
displayName = $STR_ITEM_NAME_HerbalDrink; displayName = $STR_ITEM_NAME_HerbalDrink;
descriptionShort = $STR_ITEM_DESC_HerbalDrink; descriptionShort = $STR_ITEM_DESC_HerbalDrink;
infectionChance = -0.5; infectionChance = -0.5;
}; };
class ItemWaterBottleUnfilled : CA_Magazine class ItemWaterBottleUnfilled : CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = WeaponSlotItem; type = 256;
model = "\dayz_equip\models\waterbottle_gear.p3d"; model = "\dayz_equip\models\waterbottle_gear.p3d";
picture = "\dayz_equip\textures\equip_waterbottle_empty_ca.paa"; picture = "\dayz_equip\textures\equip_waterbottle_empty_ca.paa";
displayName = $STR_EQUIP_NAME_13; displayName = $STR_EQUIP_NAME_13;
descriptionShort = $STR_EQUIP_DESC_13; descriptionShort = $STR_EQUIP_DESC_13;
containerWater = "ItemWaterBottle"; containerWater = "ItemWaterBottle";
containerWaterSafe = "ItemWaterBottleSafe"; containerWaterSafe = "ItemWaterBottleSafe";
containerWaterInfected = "ItemWaterBottleInfected"; containerWaterInfected = "ItemWaterBottleInfected";
@@ -101,10 +96,9 @@ class ItemWaterBottleUnfilled : CA_Magazine
class ItemWaterBottleDmg : CA_Magazine //We don't have a damaged canteen image/model , so the regular bottle image is used for now class ItemWaterBottleDmg : CA_Magazine //We don't have a damaged canteen image/model , so the regular bottle image is used for now
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = WeaponSlotItem; type = 256;
model = "\dayz_equip\models\waterbottle_gear.p3d"; model = "\dayz_equip\models\waterbottle_gear.p3d";
picture = "\dayz_equip\textures\equip_waterbottle_empty_ca.paa"; picture = "\dayz_equip\textures\equip_waterbottle_empty_ca.paa";
displayName = $STR_ITEMWATERBOTTLEDMG_CODE_NAME; displayName = $STR_ITEMWATERBOTTLEDMG_CODE_NAME;
@@ -113,7 +107,8 @@ class ItemWaterBottleDmg : CA_Magazine //We don't have a damaged canteen image/m
class ItemActions class ItemActions
{ {
class Crafting { class Crafting
{
text = $STR_ACTIONS_FIX_W; text = $STR_ACTIONS_FIX_W;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -124,7 +119,8 @@ class ItemWaterBottleDmg : CA_Magazine //We don't have a damaged canteen image/m
}; };
}; };
class ItemWaterbottle1oz : ItemWaterbottle { class ItemWaterbottle1oz : ItemWaterbottle
{
displayName = $STR_EPOCH_WATERBOTTLE1OZ; displayName = $STR_EPOCH_WATERBOTTLE1OZ;
descriptionShort = $STR_EPOCH_WATERBOTTLE1OZ_DESC; descriptionShort = $STR_EPOCH_WATERBOTTLE1OZ_DESC;
picture = "\z\addons\dayz_epoch\pictures\equip_waterbottle_1oz_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_waterbottle_1oz_ca.paa";
@@ -136,7 +132,9 @@ class ItemWaterbottle1oz : ItemWaterbottle {
infectionChance = 0.03; infectionChance = 0.03;
consumeOutput = "ItemWaterBottleUnfilled"; consumeOutput = "ItemWaterBottleUnfilled";
containerEmpty = "ItemWaterBottleUnfilled"; containerEmpty = "ItemWaterBottleUnfilled";
class ItemActions {
class ItemActions
{
class Consume class Consume
{ {
text = $STR_ACTIONS_DRINK2; text = $STR_ACTIONS_DRINK2;
@@ -147,13 +145,15 @@ class ItemWaterbottle1oz : ItemWaterbottle {
text = $STR_EQUIP_NAME_13_EMPTY; text = $STR_EQUIP_NAME_13_EMPTY;
script = "spawn player_emptyContainer"; script = "spawn player_emptyContainer";
}; };
class Fill { class Fill
{
text = "$STR_ACTIONS_FILL_W"; text = "$STR_ACTIONS_FILL_W";
script = "spawn player_fillWater;"; script = "spawn player_fillWater;";
}; };
}; };
}; };
class ItemWaterbottle2oz : ItemWaterbottle { class ItemWaterbottle2oz : ItemWaterbottle
{
displayName = $STR_EPOCH_WATERBOTTLE2OZ; displayName = $STR_EPOCH_WATERBOTTLE2OZ;
descriptionShort = $STR_EPOCH_WATERBOTTLE2OZ_DESC; descriptionShort = $STR_EPOCH_WATERBOTTLE2OZ_DESC;
picture = "\z\addons\dayz_epoch\pictures\equip_waterbottle_2oz_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_waterbottle_2oz_ca.paa";
@@ -165,7 +165,9 @@ class ItemWaterbottle2oz : ItemWaterbottle {
infectionChance = 0.06; infectionChance = 0.06;
consumeOutput = "ItemWaterBottleUnfilled"; consumeOutput = "ItemWaterBottleUnfilled";
containerEmpty = "ItemWaterBottleUnfilled"; containerEmpty = "ItemWaterBottleUnfilled";
class ItemActions {
class ItemActions
{
class Consume class Consume
{ {
text = $STR_ACTIONS_DRINK2; text = $STR_ACTIONS_DRINK2;
@@ -176,14 +178,16 @@ class ItemWaterbottle2oz : ItemWaterbottle {
text = $STR_EQUIP_NAME_13_EMPTY; text = $STR_EQUIP_NAME_13_EMPTY;
script = "spawn player_emptyContainer"; script = "spawn player_emptyContainer";
}; };
class Fill { class Fill
{
text = "$STR_ACTIONS_FILL_W"; text = "$STR_ACTIONS_FILL_W";
script = "spawn player_fillWater;"; script = "spawn player_fillWater;";
}; };
}; };
}; };
class ItemWaterbottle3oz : ItemWaterbottle { class ItemWaterbottle3oz : ItemWaterbottle
{
displayName = $STR_EPOCH_WATERBOTTLE3OZ; displayName = $STR_EPOCH_WATERBOTTLE3OZ;
descriptionShort = $STR_EPOCH_WATERBOTTLE3OZ_DESC; descriptionShort = $STR_EPOCH_WATERBOTTLE3OZ_DESC;
picture = "\z\addons\dayz_epoch\pictures\equip_waterbottle_3oz_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_waterbottle_3oz_ca.paa";
@@ -195,7 +199,9 @@ class ItemWaterbottle3oz : ItemWaterbottle {
infectionChance = 0.09; infectionChance = 0.09;
consumeOutput = "ItemWaterBottleUnfilled"; consumeOutput = "ItemWaterBottleUnfilled";
containerEmpty = "ItemWaterBottleUnfilled"; containerEmpty = "ItemWaterBottleUnfilled";
class ItemActions {
class ItemActions
{
class Consume class Consume
{ {
text = $STR_ACTIONS_DRINK2; text = $STR_ACTIONS_DRINK2;
@@ -206,14 +212,16 @@ class ItemWaterbottle3oz : ItemWaterbottle {
text = $STR_EQUIP_NAME_13_EMPTY; text = $STR_EQUIP_NAME_13_EMPTY;
script = "spawn player_emptyContainer"; script = "spawn player_emptyContainer";
}; };
class Fill { class Fill
{
text = "$STR_ACTIONS_FILL_W"; text = "$STR_ACTIONS_FILL_W";
script = "spawn player_fillWater;"; script = "spawn player_fillWater;";
}; };
}; };
}; };
class ItemWaterbottle4oz : ItemWaterbottle { class ItemWaterbottle4oz : ItemWaterbottle
{
displayName = $STR_EPOCH_WATERBOTTLE4OZ; displayName = $STR_EPOCH_WATERBOTTLE4OZ;
descriptionShort = $STR_EPOCH_WATERBOTTLE4OZ_DESC; descriptionShort = $STR_EPOCH_WATERBOTTLE4OZ_DESC;
picture = "\z\addons\dayz_epoch\pictures\equip_waterbottle_4oz_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_waterbottle_4oz_ca.paa";
@@ -225,7 +233,9 @@ class ItemWaterbottle4oz : ItemWaterbottle {
infectionChance = 0.12; infectionChance = 0.12;
consumeOutput = "ItemWaterBottleUnfilled"; consumeOutput = "ItemWaterBottleUnfilled";
containerEmpty = "ItemWaterBottleUnfilled"; containerEmpty = "ItemWaterBottleUnfilled";
class ItemActions {
class ItemActions
{
class Consume class Consume
{ {
text = $STR_ACTIONS_DRINK2; text = $STR_ACTIONS_DRINK2;
@@ -236,14 +246,16 @@ class ItemWaterbottle4oz : ItemWaterbottle {
text = $STR_EQUIP_NAME_13_EMPTY; text = $STR_EQUIP_NAME_13_EMPTY;
script = "spawn player_emptyContainer"; script = "spawn player_emptyContainer";
}; };
class Fill { class Fill
{
text = "$STR_ACTIONS_FILL_W"; text = "$STR_ACTIONS_FILL_W";
script = "spawn player_fillWater;"; script = "spawn player_fillWater;";
}; };
}; };
}; };
class ItemWaterbottle5oz : ItemWaterbottle { class ItemWaterbottle5oz : ItemWaterbottle
{
displayName = $STR_EPOCH_WATERBOTTLE5OZ; displayName = $STR_EPOCH_WATERBOTTLE5OZ;
descriptionShort = $STR_EPOCH_WATERBOTTLE5OZ_DESC; descriptionShort = $STR_EPOCH_WATERBOTTLE5OZ_DESC;
picture = "\z\addons\dayz_epoch\pictures\equip_waterbottle_5oz_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_waterbottle_5oz_ca.paa";
@@ -255,7 +267,9 @@ class ItemWaterbottle5oz : ItemWaterbottle {
infectionChance = 0.15; infectionChance = 0.15;
consumeOutput = "ItemWaterBottleUnfilled"; consumeOutput = "ItemWaterBottleUnfilled";
containerEmpty = "ItemWaterBottleUnfilled"; containerEmpty = "ItemWaterBottleUnfilled";
class ItemActions {
class ItemActions
{
class Consume class Consume
{ {
text = $STR_ACTIONS_DRINK2; text = $STR_ACTIONS_DRINK2;
@@ -266,14 +280,16 @@ class ItemWaterbottle5oz : ItemWaterbottle {
text = $STR_EQUIP_NAME_13_EMPTY; text = $STR_EQUIP_NAME_13_EMPTY;
script = "spawn player_emptyContainer"; script = "spawn player_emptyContainer";
}; };
class Fill { class Fill
{
text = "$STR_ACTIONS_FILL_W"; text = "$STR_ACTIONS_FILL_W";
script = "spawn player_fillWater;"; script = "spawn player_fillWater;";
}; };
}; };
}; };
class ItemWaterbottle6oz : ItemWaterbottle { class ItemWaterbottle6oz : ItemWaterbottle
{
displayName = $STR_EPOCH_WATERBOTTLE6OZ; displayName = $STR_EPOCH_WATERBOTTLE6OZ;
descriptionShort = $STR_EPOCH_WATERBOTTLE6OZ_DESC; descriptionShort = $STR_EPOCH_WATERBOTTLE6OZ_DESC;
picture = "\z\addons\dayz_epoch\pictures\equip_waterbottle_6oz_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_waterbottle_6oz_ca.paa";
@@ -285,7 +301,9 @@ class ItemWaterbottle6oz : ItemWaterbottle {
infectionChance = 0.18; infectionChance = 0.18;
consumeOutput = "ItemWaterBottleUnfilled"; consumeOutput = "ItemWaterBottleUnfilled";
containerEmpty = "ItemWaterBottleUnfilled"; containerEmpty = "ItemWaterBottleUnfilled";
class ItemActions {
class ItemActions
{
class Consume class Consume
{ {
text = $STR_ACTIONS_DRINK2; text = $STR_ACTIONS_DRINK2;
@@ -296,14 +314,16 @@ class ItemWaterbottle6oz : ItemWaterbottle {
text = $STR_EQUIP_NAME_13_EMPTY; text = $STR_EQUIP_NAME_13_EMPTY;
script = "spawn player_emptyContainer"; script = "spawn player_emptyContainer";
}; };
class Fill { class Fill
{
text = "$STR_ACTIONS_FILL_W"; text = "$STR_ACTIONS_FILL_W";
script = "spawn player_fillWater;"; script = "spawn player_fillWater;";
}; };
}; };
}; };
class ItemWaterbottle7oz : ItemWaterbottle { class ItemWaterbottle7oz : ItemWaterbottle
{
displayName = $STR_EPOCH_WATERBOTTLE7OZ; displayName = $STR_EPOCH_WATERBOTTLE7OZ;
descriptionShort = $STR_EPOCH_WATERBOTTLE7OZ_DESC; descriptionShort = $STR_EPOCH_WATERBOTTLE7OZ_DESC;
picture = "\z\addons\dayz_epoch\pictures\equip_waterbottle_7oz_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_waterbottle_7oz_ca.paa";
@@ -315,7 +335,9 @@ class ItemWaterbottle7oz : ItemWaterbottle {
infectionChance = 0.21; infectionChance = 0.21;
consumeOutput = "ItemWaterBottleUnfilled"; consumeOutput = "ItemWaterBottleUnfilled";
containerEmpty = "ItemWaterBottleUnfilled"; containerEmpty = "ItemWaterBottleUnfilled";
class ItemActions {
class ItemActions
{
class Consume class Consume
{ {
text = $STR_ACTIONS_DRINK2; text = $STR_ACTIONS_DRINK2;
@@ -326,13 +348,15 @@ class ItemWaterbottle7oz : ItemWaterbottle {
text = $STR_EQUIP_NAME_13_EMPTY; text = $STR_EQUIP_NAME_13_EMPTY;
script = "spawn player_emptyContainer"; script = "spawn player_emptyContainer";
}; };
class Fill { class Fill
{
text = "$STR_ACTIONS_FILL_W"; text = "$STR_ACTIONS_FILL_W";
script = "spawn player_fillWater;"; script = "spawn player_fillWater;";
}; };
}; };
}; };
class ItemWaterbottle8oz : ItemWaterbottle { class ItemWaterbottle8oz : ItemWaterbottle
{
displayName = $STR_EPOCH_WATERBOTTLE8OZ; displayName = $STR_EPOCH_WATERBOTTLE8OZ;
descriptionShort = $STR_EPOCH_WATERBOTTLE8OZ_DESC; descriptionShort = $STR_EPOCH_WATERBOTTLE8OZ_DESC;
picture = "\z\addons\dayz_epoch\pictures\equip_waterbottle_8oz_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_waterbottle_8oz_ca.paa";
@@ -344,7 +368,9 @@ class ItemWaterbottle8oz : ItemWaterbottle {
infectionChance = 0.24; infectionChance = 0.24;
consumeOutput = "ItemWaterBottleUnfilled"; consumeOutput = "ItemWaterBottleUnfilled";
containerEmpty = "ItemWaterBottleUnfilled"; containerEmpty = "ItemWaterBottleUnfilled";
class ItemActions {
class ItemActions
{
class Consume class Consume
{ {
text = $STR_ACTIONS_DRINK2; text = $STR_ACTIONS_DRINK2;
@@ -355,14 +381,16 @@ class ItemWaterbottle8oz : ItemWaterbottle {
text = $STR_EQUIP_NAME_13_EMPTY; text = $STR_EQUIP_NAME_13_EMPTY;
script = "spawn player_emptyContainer"; script = "spawn player_emptyContainer";
}; };
class Fill { class Fill
{
text = "$STR_ACTIONS_FILL_W"; text = "$STR_ACTIONS_FILL_W";
script = "spawn player_fillWater;"; script = "spawn player_fillWater;";
}; };
}; };
}; };
class ItemWaterbottle9oz : ItemWaterbottle { class ItemWaterbottle9oz : ItemWaterbottle
{
displayName = $STR_EPOCH_WATERBOTTLE9OZ; displayName = $STR_EPOCH_WATERBOTTLE9OZ;
descriptionShort = $STR_EPOCH_WATERBOTTLE9OZ_DESC; descriptionShort = $STR_EPOCH_WATERBOTTLE9OZ_DESC;
picture = "\z\addons\dayz_epoch\pictures\equip_waterbottle_9oz_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_waterbottle_9oz_ca.paa";
@@ -374,7 +402,9 @@ class ItemWaterbottle9oz : ItemWaterbottle {
infectionChance = 0.27; infectionChance = 0.27;
consumeOutput = "ItemWaterBottleUnfilled"; consumeOutput = "ItemWaterBottleUnfilled";
containerEmpty = "ItemWaterBottleUnfilled"; containerEmpty = "ItemWaterBottleUnfilled";
class ItemActions {
class ItemActions
{
class Consume class Consume
{ {
text = $STR_ACTIONS_DRINK2; text = $STR_ACTIONS_DRINK2;
@@ -385,14 +415,17 @@ class ItemWaterbottle9oz : ItemWaterbottle {
text = $STR_EQUIP_NAME_13_EMPTY; text = $STR_EQUIP_NAME_13_EMPTY;
script = "spawn player_emptyContainer"; script = "spawn player_emptyContainer";
}; };
class Fill { class Fill
{
text = "$STR_ACTIONS_FILL_W"; text = "$STR_ACTIONS_FILL_W";
script = "spawn player_fillWater;"; script = "spawn player_fillWater;";
}; };
}; };
}; };
//inherit from ItemWaterbottle because that's how the crafting script checks required input //inherit from ItemWaterbottle because that's how the crafting script checks required input
class ItemWaterbottle1ozBoiled : ItemWaterbottle { class ItemWaterbottle1ozBoiled : ItemWaterbottle
{
displayName = $STR_EPOCH_WATERBOTTLE1OZBOILED; displayName = $STR_EPOCH_WATERBOTTLE1OZBOILED;
descriptionShort = $STR_EPOCH_WATERBOTTLE1OZBOILED_DESC; descriptionShort = $STR_EPOCH_WATERBOTTLE1OZBOILED_DESC;
infectionChance = 0; infectionChance = 0;
@@ -404,7 +437,9 @@ class ItemWaterbottle1ozBoiled : ItemWaterbottle {
Nutrition[] = {0,0,100,0}; Nutrition[] = {0,0,100,0};
consumeOutput = "ItemWaterBottleUnfilled"; consumeOutput = "ItemWaterBottleUnfilled";
containerEmpty = "ItemWaterBottleUnfilled"; containerEmpty = "ItemWaterBottleUnfilled";
class ItemActions {
class ItemActions
{
class Consume class Consume
{ {
text = $STR_ACTIONS_DRINK2; text = $STR_ACTIONS_DRINK2;
@@ -415,13 +450,15 @@ class ItemWaterbottle1ozBoiled : ItemWaterbottle {
text = $STR_EQUIP_NAME_13_EMPTY; text = $STR_EQUIP_NAME_13_EMPTY;
script = "spawn player_emptyContainer"; script = "spawn player_emptyContainer";
}; };
class Fill { class Fill
{
text = "$STR_ACTIONS_FILL_W"; text = "$STR_ACTIONS_FILL_W";
script = "spawn player_fillWater;"; script = "spawn player_fillWater;";
}; };
}; };
}; };
class ItemWaterbottle2ozBoiled : ItemWaterbottle { class ItemWaterbottle2ozBoiled : ItemWaterbottle
{
displayName = $STR_EPOCH_WATERBOTTLE2OZBOILED; displayName = $STR_EPOCH_WATERBOTTLE2OZBOILED;
descriptionShort = $STR_EPOCH_WATERBOTTLE2OZBOILED_DESC; descriptionShort = $STR_EPOCH_WATERBOTTLE2OZBOILED_DESC;
infectionChance = 0; infectionChance = 0;
@@ -433,7 +470,9 @@ class ItemWaterbottle2ozBoiled : ItemWaterbottle {
Nutrition[] = {0,0,200,0}; Nutrition[] = {0,0,200,0};
consumeOutput = "ItemWaterBottleUnfilled"; consumeOutput = "ItemWaterBottleUnfilled";
containerEmpty = "ItemWaterBottleUnfilled"; containerEmpty = "ItemWaterBottleUnfilled";
class ItemActions {
class ItemActions
{
class Consume class Consume
{ {
text = $STR_ACTIONS_DRINK2; text = $STR_ACTIONS_DRINK2;
@@ -444,13 +483,15 @@ class ItemWaterbottle2ozBoiled : ItemWaterbottle {
text = $STR_EQUIP_NAME_13_EMPTY; text = $STR_EQUIP_NAME_13_EMPTY;
script = "spawn player_emptyContainer"; script = "spawn player_emptyContainer";
}; };
class Fill { class Fill
{
text = "$STR_ACTIONS_FILL_W"; text = "$STR_ACTIONS_FILL_W";
script = "spawn player_fillWater;"; script = "spawn player_fillWater;";
}; };
}; };
}; };
class ItemWaterbottle3ozBoiled : ItemWaterbottle { class ItemWaterbottle3ozBoiled : ItemWaterbottle
{
displayName = $STR_EPOCH_WATERBOTTLE3OZBOILED; displayName = $STR_EPOCH_WATERBOTTLE3OZBOILED;
descriptionShort = $STR_EPOCH_WATERBOTTLE3OZBOILED_DESC; descriptionShort = $STR_EPOCH_WATERBOTTLE3OZBOILED_DESC;
infectionChance = 0; infectionChance = 0;
@@ -462,7 +503,9 @@ class ItemWaterbottle3ozBoiled : ItemWaterbottle {
Nutrition[] = {0,0,300,0}; Nutrition[] = {0,0,300,0};
consumeOutput = "ItemWaterBottleUnfilled"; consumeOutput = "ItemWaterBottleUnfilled";
containerEmpty = "ItemWaterBottleUnfilled"; containerEmpty = "ItemWaterBottleUnfilled";
class ItemActions {
class ItemActions
{
class Consume class Consume
{ {
text = $STR_ACTIONS_DRINK2; text = $STR_ACTIONS_DRINK2;
@@ -473,13 +516,15 @@ class ItemWaterbottle3ozBoiled : ItemWaterbottle {
text = $STR_EQUIP_NAME_13_EMPTY; text = $STR_EQUIP_NAME_13_EMPTY;
script = "spawn player_emptyContainer"; script = "spawn player_emptyContainer";
}; };
class Fill { class Fill
{
text = "$STR_ACTIONS_FILL_W"; text = "$STR_ACTIONS_FILL_W";
script = "spawn player_fillWater;"; script = "spawn player_fillWater;";
}; };
}; };
}; };
class ItemWaterbottle4ozBoiled : ItemWaterbottle { class ItemWaterbottle4ozBoiled : ItemWaterbottle
{
displayName = $STR_EPOCH_WATERBOTTLE4OZBOILED; displayName = $STR_EPOCH_WATERBOTTLE4OZBOILED;
descriptionShort = $STR_EPOCH_WATERBOTTLE4OZBOILED_DESC; descriptionShort = $STR_EPOCH_WATERBOTTLE4OZBOILED_DESC;
infectionChance = 0; infectionChance = 0;
@@ -491,7 +536,9 @@ class ItemWaterbottle4ozBoiled : ItemWaterbottle {
Nutrition[] = {0,0,400,0}; Nutrition[] = {0,0,400,0};
consumeOutput = "ItemWaterBottleUnfilled"; consumeOutput = "ItemWaterBottleUnfilled";
containerEmpty = "ItemWaterBottleUnfilled"; containerEmpty = "ItemWaterBottleUnfilled";
class ItemActions {
class ItemActions
{
class Consume class Consume
{ {
text = $STR_ACTIONS_DRINK2; text = $STR_ACTIONS_DRINK2;
@@ -502,13 +549,15 @@ class ItemWaterbottle4ozBoiled : ItemWaterbottle {
text = $STR_EQUIP_NAME_13_EMPTY; text = $STR_EQUIP_NAME_13_EMPTY;
script = "spawn player_emptyContainer"; script = "spawn player_emptyContainer";
}; };
class Fill { class Fill
{
text = "$STR_ACTIONS_FILL_W"; text = "$STR_ACTIONS_FILL_W";
script = "spawn player_fillWater;"; script = "spawn player_fillWater;";
}; };
}; };
}; };
class ItemWaterbottle5ozBoiled : ItemWaterbottle { class ItemWaterbottle5ozBoiled : ItemWaterbottle
{
displayName = $STR_EPOCH_WATERBOTTLE5OZBOILED; displayName = $STR_EPOCH_WATERBOTTLE5OZBOILED;
descriptionShort = $STR_EPOCH_WATERBOTTLE5OZBOILED_DESC; descriptionShort = $STR_EPOCH_WATERBOTTLE5OZBOILED_DESC;
infectionChance = 0; infectionChance = 0;
@@ -520,7 +569,9 @@ class ItemWaterbottle5ozBoiled : ItemWaterbottle {
Nutrition[] = {0,0,500,0}; Nutrition[] = {0,0,500,0};
consumeOutput = "ItemWaterBottleUnfilled"; consumeOutput = "ItemWaterBottleUnfilled";
containerEmpty = "ItemWaterBottleUnfilled"; containerEmpty = "ItemWaterBottleUnfilled";
class ItemActions {
class ItemActions
{
class Consume class Consume
{ {
text = $STR_ACTIONS_DRINK2; text = $STR_ACTIONS_DRINK2;
@@ -531,13 +582,15 @@ class ItemWaterbottle5ozBoiled : ItemWaterbottle {
text = $STR_EQUIP_NAME_13_EMPTY; text = $STR_EQUIP_NAME_13_EMPTY;
script = "spawn player_emptyContainer"; script = "spawn player_emptyContainer";
}; };
class Fill { class Fill
{
text = "$STR_ACTIONS_FILL_W"; text = "$STR_ACTIONS_FILL_W";
script = "spawn player_fillWater;"; script = "spawn player_fillWater;";
}; };
}; };
}; };
class ItemWaterbottle6ozBoiled : ItemWaterbottle { class ItemWaterbottle6ozBoiled : ItemWaterbottle
{
displayName = $STR_EPOCH_WATERBOTTLE6OZBOILED; displayName = $STR_EPOCH_WATERBOTTLE6OZBOILED;
descriptionShort = $STR_EPOCH_WATERBOTTLE6OZBOILED_DESC; descriptionShort = $STR_EPOCH_WATERBOTTLE6OZBOILED_DESC;
infectionChance = 0; infectionChance = 0;
@@ -549,7 +602,9 @@ class ItemWaterbottle6ozBoiled : ItemWaterbottle {
Nutrition[] = {0,0,600,0}; Nutrition[] = {0,0,600,0};
consumeOutput = "ItemWaterBottleUnfilled"; consumeOutput = "ItemWaterBottleUnfilled";
containerEmpty = "ItemWaterBottleUnfilled"; containerEmpty = "ItemWaterBottleUnfilled";
class ItemActions {
class ItemActions
{
class Consume class Consume
{ {
text = $STR_ACTIONS_DRINK2; text = $STR_ACTIONS_DRINK2;
@@ -560,13 +615,15 @@ class ItemWaterbottle6ozBoiled : ItemWaterbottle {
text = $STR_EQUIP_NAME_13_EMPTY; text = $STR_EQUIP_NAME_13_EMPTY;
script = "spawn player_emptyContainer"; script = "spawn player_emptyContainer";
}; };
class Fill { class Fill
{
text = "$STR_ACTIONS_FILL_W"; text = "$STR_ACTIONS_FILL_W";
script = "spawn player_fillWater;"; script = "spawn player_fillWater;";
}; };
}; };
}; };
class ItemWaterbottle7ozBoiled : ItemWaterbottle { class ItemWaterbottle7ozBoiled : ItemWaterbottle
{
displayName = $STR_EPOCH_WATERBOTTLE7OZBOILED; displayName = $STR_EPOCH_WATERBOTTLE7OZBOILED;
descriptionShort = $STR_EPOCH_WATERBOTTLE7OZBOILED_DESC; descriptionShort = $STR_EPOCH_WATERBOTTLE7OZBOILED_DESC;
infectionChance = 0; infectionChance = 0;
@@ -578,7 +635,9 @@ class ItemWaterbottle7ozBoiled : ItemWaterbottle {
Nutrition[] = {0,0,700,0}; Nutrition[] = {0,0,700,0};
consumeOutput = "ItemWaterBottleUnfilled"; consumeOutput = "ItemWaterBottleUnfilled";
containerEmpty = "ItemWaterBottleUnfilled"; containerEmpty = "ItemWaterBottleUnfilled";
class ItemActions {
class ItemActions
{
class Consume class Consume
{ {
text = $STR_ACTIONS_DRINK2; text = $STR_ACTIONS_DRINK2;
@@ -589,13 +648,15 @@ class ItemWaterbottle7ozBoiled : ItemWaterbottle {
text = $STR_EQUIP_NAME_13_EMPTY; text = $STR_EQUIP_NAME_13_EMPTY;
script = "spawn player_emptyContainer"; script = "spawn player_emptyContainer";
}; };
class Fill { class Fill
{
text = "$STR_ACTIONS_FILL_W"; text = "$STR_ACTIONS_FILL_W";
script = "spawn player_fillWater;"; script = "spawn player_fillWater;";
}; };
}; };
}; };
class ItemWaterbottle8ozBoiled : ItemWaterbottle { class ItemWaterbottle8ozBoiled : ItemWaterbottle
{
displayName = $STR_EPOCH_WATERBOTTLE8OZBOILED; displayName = $STR_EPOCH_WATERBOTTLE8OZBOILED;
descriptionShort = $STR_EPOCH_WATERBOTTLE8OZBOILED_DESC; descriptionShort = $STR_EPOCH_WATERBOTTLE8OZBOILED_DESC;
infectionChance = 0; infectionChance = 0;
@@ -607,7 +668,9 @@ class ItemWaterbottle8ozBoiled : ItemWaterbottle {
Nutrition[] = {0,0,800,0}; Nutrition[] = {0,0,800,0};
consumeOutput = "ItemWaterBottleUnfilled"; consumeOutput = "ItemWaterBottleUnfilled";
containerEmpty = "ItemWaterBottleUnfilled"; containerEmpty = "ItemWaterBottleUnfilled";
class ItemActions {
class ItemActions
{
class Consume class Consume
{ {
text = $STR_ACTIONS_DRINK2; text = $STR_ACTIONS_DRINK2;
@@ -618,13 +681,15 @@ class ItemWaterbottle8ozBoiled : ItemWaterbottle {
text = $STR_EQUIP_NAME_13_EMPTY; text = $STR_EQUIP_NAME_13_EMPTY;
script = "spawn player_emptyContainer"; script = "spawn player_emptyContainer";
}; };
class Fill { class Fill
{
text = "$STR_ACTIONS_FILL_W"; text = "$STR_ACTIONS_FILL_W";
script = "spawn player_fillWater;"; script = "spawn player_fillWater;";
}; };
}; };
}; };
class ItemWaterbottle9ozBoiled : ItemWaterbottle { class ItemWaterbottle9ozBoiled : ItemWaterbottle
{
displayName = $STR_EPOCH_WATERBOTTLE9OZBOILED; displayName = $STR_EPOCH_WATERBOTTLE9OZBOILED;
descriptionShort = $STR_EPOCH_WATERBOTTLE9OZBOILED_DESC; descriptionShort = $STR_EPOCH_WATERBOTTLE9OZBOILED_DESC;
infectionChance = 0; infectionChance = 0;
@@ -636,7 +701,9 @@ class ItemWaterbottle9ozBoiled : ItemWaterbottle {
Nutrition[] = {0,0,900,0}; Nutrition[] = {0,0,900,0};
consumeOutput = "ItemWaterBottleUnfilled"; consumeOutput = "ItemWaterBottleUnfilled";
containerEmpty = "ItemWaterBottleUnfilled"; containerEmpty = "ItemWaterBottleUnfilled";
class ItemActions {
class ItemActions
{
class Consume class Consume
{ {
text = $STR_ACTIONS_DRINK2; text = $STR_ACTIONS_DRINK2;
@@ -647,7 +714,8 @@ class ItemWaterbottle9ozBoiled : ItemWaterbottle {
text = $STR_EQUIP_NAME_13_EMPTY; text = $STR_EQUIP_NAME_13_EMPTY;
script = "spawn player_emptyContainer"; script = "spawn player_emptyContainer";
}; };
class Fill { class Fill
{
text = "$STR_ACTIONS_FILL_W"; text = "$STR_ACTIONS_FILL_W";
script = "spawn player_fillWater;"; script = "spawn player_fillWater;";
}; };

View File

@@ -1,14 +1,12 @@
class ItemJerrycanEmpty : CA_Magazine class ItemJerrycanEmpty : CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = WeaponSlotItem; type = 256;
model = "\dayz_equip\models\jerrycan.p3d"; model = "\dayz_equip\models\jerrycan.p3d";
picture = "\dayz_equip\textures\equip_jerrycan_e_ca.paa"; picture = "\dayz_equip\textures\equip_jerrycan_e_ca.paa";
displayName = $STR_ITEM_NAME_JERRYCAN_EMPTY; displayName = $STR_ITEM_NAME_JERRYCAN_EMPTY;
descriptionShort = $STR_ITEM_DESC_JERRYCAN_EMPTY; descriptionShort = $STR_ITEM_DESC_JERRYCAN_EMPTY;
fuelQuantity = 0; fuelQuantity = 0;
fullcan = "ItemJerrycan"; fullcan = "ItemJerrycan";
}; };
@@ -17,16 +15,17 @@ class ItemJerrycan : ItemJerrycanEmpty
{ {
picture = "\dayz_equip\textures\equip_jerrycan_ca.paa"; picture = "\dayz_equip\textures\equip_jerrycan_ca.paa";
displayName = $STR_ITEM_NAME_JERRYCAN; displayName = $STR_ITEM_NAME_JERRYCAN;
descriptionShort = $STR_ITEM_DESC_JERRYCAN; descriptionShort = $STR_ITEM_DESC_JERRYCAN;
fuelQuantity = 20; fuelQuantity = 20;
containerEmpty = "ItemJerrycanEmpty"; containerEmpty = "ItemJerrycanEmpty";
//used for tent burning //used for tent burning
fireIntensity = 6; fireIntensity = 6;
class ItemActions { class ItemActions
class Empty { {
class Empty
{
text = $STR_EQUIP_NAME_13_EMPTY; text = $STR_EQUIP_NAME_13_EMPTY;
script = "spawn player_emptyContainer"; script = "spawn player_emptyContainer";
}; };
@@ -35,13 +34,11 @@ class ItemJerrycan : ItemJerrycanEmpty
class ItemFuelcanEmpty : ItemJerrycanEmpty class ItemFuelcanEmpty : ItemJerrycanEmpty
{ {
type = WeaponSlotItem; type = 256;
model = "z\addons\dayz_communityassets\models\fuelcan.p3d"; model = "z\addons\dayz_communityassets\models\fuelcan.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_fuelcan_empty_CA.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_fuelcan_empty_CA.paa";
displayName = $STR_ITEM_NAME_FUELCAN_EMPTY; displayName = $STR_ITEM_NAME_FUELCAN_EMPTY;
descriptionShort = $STR_ITEM_DESC_FUELCAN_EMPTY; descriptionShort = $STR_ITEM_DESC_FUELCAN_EMPTY;
fuelQuantity = 0; fuelQuantity = 0;
fullcan = "ItemFuelcan"; fullcan = "ItemFuelcan";
}; };
@@ -50,16 +47,17 @@ class ItemFuelcan : ItemFuelcanEmpty
{ {
picture = "\z\addons\dayz_communityassets\pictures\equip_fuelcan_CA.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_fuelcan_CA.paa";
displayName = $STR_ITEM_NAME_FUELCAN; displayName = $STR_ITEM_NAME_FUELCAN;
descriptionShort = $STR_ITEM_DESC_FUELCAN; descriptionShort = $STR_ITEM_DESC_FUELCAN;
fuelQuantity = 5; fuelQuantity = 5;
containerEmpty = "ItemFuelcanEmpty"; containerEmpty = "ItemFuelcanEmpty";
//used for tent burning //used for tent burning
fireIntensity = 4; fireIntensity = 4;
class ItemActions { class ItemActions
class Empty { {
class Empty
{
text = $STR_EQUIP_NAME_13_EMPTY; text = $STR_EQUIP_NAME_13_EMPTY;
script = "spawn player_emptyContainer"; script = "spawn player_emptyContainer";
}; };
@@ -68,7 +66,7 @@ class ItemFuelcan : ItemFuelcanEmpty
class ItemFuelBarrel: CA_Magazine class ItemFuelBarrel: CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
fuelQuantity = 210; fuelQuantity = 210;
type = 256; type = 256;
@@ -79,8 +77,10 @@ class ItemFuelBarrel: CA_Magazine
fireIntensity = 6; //used for tent burning fireIntensity = 6; //used for tent burning
containerEmpty = "ItemFuelBarrelEmpty"; containerEmpty = "ItemFuelBarrelEmpty";
class ItemActions { class ItemActions
class Empty { {
class Empty
{
text = $STR_EQUIP_NAME_13_EMPTY; text = $STR_EQUIP_NAME_13_EMPTY;
script = "spawn player_emptyContainer"; script = "spawn player_emptyContainer";
}; };
@@ -88,7 +88,7 @@ class ItemFuelBarrel: CA_Magazine
}; };
class ItemFuelBarrelEmpty: ItemFuelBarrel class ItemFuelBarrelEmpty: ItemFuelBarrel
{ {
scope = public; scope = 2;
count = 1; count = 1;
fuelQuantity = 0; fuelQuantity = 0;
type = 256; type = 256;
@@ -96,6 +96,7 @@ class ItemFuelBarrelEmpty: ItemFuelBarrel
picture = "\z\addons\dayz_epoch\pictures\equip_oildrum_e_CA.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_oildrum_e_CA.paa";
descriptionShort = $STR_EPOCH_EMPTYFUELBARREL_DESC; descriptionShort = $STR_EPOCH_EMPTYFUELBARREL_DESC;
fullcan = "ItemFuelBarrel"; fullcan = "ItemFuelBarrel";
class ItemActions class ItemActions
{ {
class Crafting class Crafting
@@ -112,28 +113,34 @@ class ItemFuelBarrelEmpty: ItemFuelBarrel
class ItemOilBarrel: CA_Magazine class ItemOilBarrel: CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_OILBARREL; displayName = $STR_EPOCH_OILBARREL;
model = "\z\addons\dayz_epoch\models\oil_drum_model.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_oil_drum_model_ca.paa";
descriptionShort = $STR_EPOCH_OILBARREL_DESC; descriptionShort = $STR_EPOCH_OILBARREL_DESC;
model = "\z\addons\dayz_epoch\models\oil_drum_model.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_oil_drum_model_ca.paa";
containerEmpty = "ItemOilBarrelEmpty"; containerEmpty = "ItemOilBarrelEmpty";
class ItemActions { class ItemActions
class Empty { {
class Empty
{
text = $STR_EQUIP_NAME_13_EMPTY; text = $STR_EQUIP_NAME_13_EMPTY;
script = "spawn player_emptyContainer"; script = "spawn player_emptyContainer";
}; };
}; };
}; };
class ItemOilBarrelEmpty : ItemOilBarrel class ItemOilBarrelEmpty : CA_Magazine
{ {
scope = 2;
count = 1;
type = 256;
displayName = $STR_EPOCH_EMPTYOILBARREL; displayName = $STR_EPOCH_EMPTYOILBARREL;
descriptionShort = $STR_EPOCH_EMPTYOILBARREL_DESC; descriptionShort = $STR_EPOCH_EMPTYOILBARREL_DESC;
picture = "\z\addons\dayz_epoch\pictures\equip_oildrum_e_CA.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_oildrum_e_CA.paa";
model = "\z\addons\dayz_epoch\models\oil_drum_model.p3d";
class ItemActions class ItemActions
{ {
@@ -149,11 +156,15 @@ class ItemOilBarrelEmpty : ItemOilBarrel
}; };
}; };
class ItemMethylaminBarrelEmpty : ItemOilBarrel class ItemMethylaminBarrelEmpty : CA_Magazine
{ {
scope = 2;
count = 1;
type = 256;
displayName = $STR_EPOCH_EMPTYMETHYLAMINEBARREL; displayName = $STR_EPOCH_EMPTYMETHYLAMINEBARREL;
descriptionShort = $STR_EPOCH_EMPTYMETHYLAMINEBARREL_DESC; descriptionShort = $STR_EPOCH_EMPTYMETHYLAMINEBARREL_DESC;
picture = "\z\addons\dayz_epoch\pictures\equip_oildrum_e_CA.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_oildrum_e_CA.paa";
model = "\z\addons\dayz_epoch\models\oil_drum_model.p3d";
class ItemActions class ItemActions
{ {
@@ -169,14 +180,21 @@ class ItemMethylaminBarrelEmpty : ItemOilBarrel
}; };
}; };
class ItemMethylaminBarrel : ItemOilBarrel class ItemMethylaminBarrel : CA_Magazine
{ {
scope = 2;
count = 1;
type = 256;
model = "\z\addons\dayz_epoch\models\oil_drum_model.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_oil_drum_model_ca.paa";
displayName = $STR_EPOCH_METHYLAMINEBARREL; displayName = $STR_EPOCH_METHYLAMINEBARREL;
descriptionShort = $STR_EPOCH_METHYLAMINEBARREL_DESC; descriptionShort = $STR_EPOCH_METHYLAMINEBARREL_DESC;
containerEmpty = "ItemMethylaminBarrelEmpty"; containerEmpty = "ItemMethylaminBarrelEmpty";
class ItemActions { class ItemActions
class Empty { {
class Empty
{
text = $STR_EQUIP_NAME_13_EMPTY; text = $STR_EQUIP_NAME_13_EMPTY;
script = "spawn player_emptyContainer"; script = "spawn player_emptyContainer";
}; };

View File

@@ -1,19 +1,23 @@
class bulk: CA_Magazine { class bulk: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_BULK_NAME; displayName = $STR_EPOCH_BULK_NAME;
model = "\z\addons\dayz_epoch\models\supply_crate.p3d"; model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
descriptionShort = $STR_EPOCH_BULK_DESC; descriptionShort = $STR_EPOCH_BULK_DESC;
weight = 5;
}; };
class bulk_empty: bulk {
class bulk_empty: bulk
{
displayName = $STR_EPOCH_BULK_DISP_EMPTY; displayName = $STR_EPOCH_BULK_DISP_EMPTY;
descriptionShort = $STR_EPOCH_BULK_DESC_EMPTY; descriptionShort = $STR_EPOCH_BULK_DESC_EMPTY;
weight = 5;
class ItemActions { class ItemActions
class Crafting { {
class Crafting
{
text = $STR_EPOCH_PLAYER_221; text = $STR_EPOCH_PLAYER_221;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -21,7 +25,8 @@ class bulk_empty: bulk {
output[] = {{"bulk_ItemSodaCoke",1}}; output[] = {{"bulk_ItemSodaCoke",1}};
input[] = {{"bulk_empty",1},{"ItemSodaCoke",6}}; input[] = {{"bulk_empty",1},{"ItemSodaCoke",6}};
}; };
class Crafting1 { class Crafting1
{
text = $STR_EPOCH_PLAYER_222; text = $STR_EPOCH_PLAYER_222;
script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -30,7 +35,8 @@ class bulk_empty: bulk {
input[] = {{"bulk_empty",1},{"ItemSodaPepsi",6}}; input[] = {{"bulk_empty",1},{"ItemSodaPepsi",6}};
}; };
class Crafting2 { class Crafting2
{
text = $STR_EPOCH_PLAYER_223; text = $STR_EPOCH_PLAYER_223;
script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -38,7 +44,8 @@ class bulk_empty: bulk {
output[] = {{"bulk_PartGenericHalf",1}}; output[] = {{"bulk_PartGenericHalf",1}};
input[] = {{"bulk_empty",1},{"PartGeneric",6}}; input[] = {{"bulk_empty",1},{"PartGeneric",6}};
}; };
class Crafting3 { class Crafting3
{
text = $STR_EPOCH_PLAYER_224; text = $STR_EPOCH_PLAYER_224;
script = ";['Crafting3','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting3','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -46,7 +53,8 @@ class bulk_empty: bulk {
output[] = {{"bulk_ItemTankTrapHalf",1}}; output[] = {{"bulk_ItemTankTrapHalf",1}};
input[] = {{"bulk_empty",1},{"ItemTankTrap",6}}; input[] = {{"bulk_empty",1},{"ItemTankTrap",6}};
}; };
class Crafting4 { class Crafting4
{
text = $STR_EPOCH_PLAYER_225; text = $STR_EPOCH_PLAYER_225;
script = ";['Crafting4','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting4','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -54,7 +62,8 @@ class bulk_empty: bulk {
output[] = {{"bulk_ItemWireHalf",1}}; output[] = {{"bulk_ItemWireHalf",1}};
input[] = {{"bulk_empty",1},{"ItemWire",6}}; input[] = {{"bulk_empty",1},{"ItemWire",6}};
}; };
class Crafting5 { class Crafting5
{
text = $STR_EPOCH_PLAYER_226; text = $STR_EPOCH_PLAYER_226;
script = ";['Crafting5','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting5','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -65,17 +74,21 @@ class bulk_empty: bulk {
}; };
}; };
class bulk_ItemSodaCoke: bulk { class bulk_ItemSodaCoke: bulk
{
displayName = $STR_EPOCH_BULK_DISP_SODACOKE_HALF; displayName = $STR_EPOCH_BULK_DISP_SODACOKE_HALF;
descriptionShort = $STR_EPOCH_BULK_DESC_SODACOKE_HALF; descriptionShort = $STR_EPOCH_BULK_DESC_SODACOKE_HALF;
weight = 6;
class ItemActions { class ItemActions
class CreateMags { {
class CreateMags
{
text = $STR_EPOCH_ACTIONS_OPEN; text = $STR_EPOCH_ACTIONS_OPEN;
script = "spawn player_loadCrate;"; script = "spawn player_loadCrate;";
output[] = {"ItemSodaCoke",6,"magazine"}; output[] = {"ItemSodaCoke",6,"magazine"};
}; };
class Crafting { class Crafting
{
text = $STR_EPOCH_PLAYER_221; text = $STR_EPOCH_PLAYER_221;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -85,12 +98,16 @@ class bulk_ItemSodaCoke: bulk {
}; };
}; };
}; };
class bulk_ItemSodaCokeFull: bulk {
class bulk_ItemSodaCokeFull: bulk
{
displayName = $STR_EPOCH_BULK_DISP_SODACOKE_FULL; displayName = $STR_EPOCH_BULK_DISP_SODACOKE_FULL;
descriptionShort = $STR_EPOCH_BULK_DESC_SODACOKE_FULL; descriptionShort = $STR_EPOCH_BULK_DESC_SODACOKE_FULL;
weight = 7;
class ItemActions { class ItemActions
class CreateMags { {
class CreateMags
{
text = $STR_EPOCH_ACTIONS_OPEN; text = $STR_EPOCH_ACTIONS_OPEN;
script = "spawn player_loadCrate;"; script = "spawn player_loadCrate;";
output[] = {"ItemSodaCoke",12,"magazine"}; output[] = {"ItemSodaCoke",12,"magazine"};
@@ -98,17 +115,21 @@ class bulk_ItemSodaCokeFull: bulk {
}; };
}; };
class bulk_ItemSodaPepsi: bulk { class bulk_ItemSodaPepsi: bulk
{
displayName = $STR_EPOCH_BULK_DISP_SODAPEPSI_HALF; displayName = $STR_EPOCH_BULK_DISP_SODAPEPSI_HALF;
descriptionShort = $STR_EPOCH_BULK_DESC_SODAPEPSI_HALF; descriptionShort = $STR_EPOCH_BULK_DESC_SODAPEPSI_HALF;
weight = 6;
class ItemActions { class ItemActions
class CreateMags { {
class CreateMags
{
text = $STR_EPOCH_ACTIONS_OPEN; text = $STR_EPOCH_ACTIONS_OPEN;
script = "spawn player_loadCrate;"; script = "spawn player_loadCrate;";
output[] = {"ItemSodaPepsi",6,"magazine"}; output[] = {"ItemSodaPepsi",6,"magazine"};
}; };
class Crafting { class Crafting
{
text = $STR_EPOCH_PLAYER_222; text = $STR_EPOCH_PLAYER_222;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -118,12 +139,15 @@ class bulk_ItemSodaPepsi: bulk {
}; };
}; };
}; };
class bulk_ItemSodaPepsiFull: bulk { class bulk_ItemSodaPepsiFull: bulk
{
displayName = $STR_EPOCH_BULK_DISP_SODAPEPSI_FULL; displayName = $STR_EPOCH_BULK_DISP_SODAPEPSI_FULL;
descriptionShort = $STR_EPOCH_BULK_DESC_SODAPEPSI_FULL; descriptionShort = $STR_EPOCH_BULK_DESC_SODAPEPSI_FULL;
weight = 7;
class ItemActions { class ItemActions
class CreateMags { {
class CreateMags
{
text = $STR_EPOCH_ACTIONS_OPEN; text = $STR_EPOCH_ACTIONS_OPEN;
script = "spawn player_loadCrate;"; script = "spawn player_loadCrate;";
output[] = {"ItemSodaPepsi",12,"magazine"}; output[] = {"ItemSodaPepsi",12,"magazine"};
@@ -131,17 +155,21 @@ class bulk_ItemSodaPepsiFull: bulk {
}; };
}; };
class bulk_FoodbaconCooked: bulk { class bulk_FoodbaconCooked: bulk
{
displayName = $STR_EPOCH_BULK_DISP_BACON_HALF; displayName = $STR_EPOCH_BULK_DISP_BACON_HALF;
descriptionShort = $STR_EPOCH_BULK_DESC_BACON_HALF; descriptionShort = $STR_EPOCH_BULK_DESC_BACON_HALF;
weight = 5;
class ItemActions { class ItemActions
class CreateMags { {
class CreateMags
{
text = $STR_EPOCH_ACTIONS_OPEN; text = $STR_EPOCH_ACTIONS_OPEN;
script = "spawn player_loadCrate;"; script = "spawn player_loadCrate;";
output[] = {"FoodbaconCooked",6,"magazine"}; output[] = {"FoodbaconCooked",6,"magazine"};
}; };
class Crafting { class Crafting
{
text = $STR_EPOCH_PLAYER_227; text = $STR_EPOCH_PLAYER_227;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -154,9 +182,11 @@ class bulk_FoodbaconCooked: bulk {
class bulk_FoodbaconCookedFull: bulk { class bulk_FoodbaconCookedFull: bulk {
displayName = $STR_EPOCH_BULK_DISP_BACON_FULL; displayName = $STR_EPOCH_BULK_DISP_BACON_FULL;
descriptionshort = $STR_EPOCH_BULK_DESC_BACON_FULL; descriptionshort = $STR_EPOCH_BULK_DESC_BACON_FULL;
weight = 5;
class ItemActions { class ItemActions
class CreateMags { {
class CreateMags
{
text = $STR_EPOCH_ACTIONS_OPEN; text = $STR_EPOCH_ACTIONS_OPEN;
script = "spawn player_loadCrate;"; script = "spawn player_loadCrate;";
output[] = {"FoodbaconCooked",12,"magazine"}; output[] = {"FoodbaconCooked",12,"magazine"};
@@ -165,48 +195,60 @@ class bulk_FoodbaconCookedFull: bulk {
}; };
// Ammo // Ammo
class bulk_17Rnd_9x19_glock17: bulk { class bulk_17Rnd_9x19_glock17: bulk
{
displayName = $STR_EPOCH_BULK_DISP_G17; displayName = $STR_EPOCH_BULK_DISP_G17;
descriptionShort = $STR_EPOCH_BULK_DESC_G17; descriptionShort = $STR_EPOCH_BULK_DESC_G17;
weight = 17;
class ItemActions { class ItemActions
class CreateMags { {
class CreateMags
{
text = $STR_EPOCH_ACTIONS_OPEN; text = $STR_EPOCH_ACTIONS_OPEN;
script = "spawn player_loadCrate;"; script = "spawn player_loadCrate;";
output[] = {"17Rnd_9x19_glock17",12,"magazine"}; output[] = {"17Rnd_9x19_glock17",12,"magazine"};
}; };
}; };
}; };
class bulk_15Rnd_9x19_M9SD: bulk { class bulk_15Rnd_9x19_M9SD: bulk
{
displayName = $STR_EPOCH_BULK_DISP_M9SD; displayName = $STR_EPOCH_BULK_DISP_M9SD;
descriptionShort = $STR_EPOCH_BULK_DESC_M9SD; descriptionShort = $STR_EPOCH_BULK_DESC_M9SD;
weight = 17;
class ItemActions { class ItemActions
class CreateMags { {
class CreateMags
{
text = $STR_EPOCH_ACTIONS_OPEN; text = $STR_EPOCH_ACTIONS_OPEN;
script = "spawn player_loadCrate;"; script = "spawn player_loadCrate;";
output[] = {"15Rnd_9x19_M9SD",12,"magazine"}; output[] = {"15Rnd_9x19_M9SD",12,"magazine"};
}; };
}; };
}; };
class bulk_30Rnd_9x19_MP5SD: bulk { class bulk_30Rnd_9x19_MP5SD: bulk
{
displayName = $STR_EPOCH_BULK_DISP_MP5SD; displayName = $STR_EPOCH_BULK_DISP_MP5SD;
descriptionShort = $STR_EPOCH_BULK_DESC_MP5SD; descriptionShort = $STR_EPOCH_BULK_DESC_MP5SD;
weight = 18;
class ItemActions { class ItemActions
class CreateMags { {
class CreateMags
{
text = $STR_EPOCH_ACTIONS_OPEN; text = $STR_EPOCH_ACTIONS_OPEN;
script = "spawn player_loadCrate;"; script = "spawn player_loadCrate;";
output[] = {"30Rnd_9x19_MP5SD",12,"magazine"}; output[] = {"30Rnd_9x19_MP5SD",12,"magazine"};
}; };
}; };
}; };
class bulk_30Rnd_556x45_StanagSD: bulk { class bulk_30Rnd_556x45_StanagSD: bulk
{
displayName = $STR_EPOCH_BULK_DISP_STANAGSD; displayName = $STR_EPOCH_BULK_DISP_STANAGSD;
descriptionShort = $STR_EPOCH_BULK_DESC_STANAGSD; descriptionShort = $STR_EPOCH_BULK_DESC_STANAGSD;
weight = 20;
class ItemActions { class ItemActions
class CreateMags { {
class CreateMags
{
text = $STR_EPOCH_ACTIONS_OPEN; text = $STR_EPOCH_ACTIONS_OPEN;
script = "spawn player_loadCrate;"; script = "spawn player_loadCrate;";
output[] = {"30Rnd_556x45_StanagSD",12,"magazine"}; output[] = {"30Rnd_556x45_StanagSD",12,"magazine"};
@@ -214,12 +256,15 @@ class bulk_30Rnd_556x45_StanagSD: bulk {
}; };
}; };
class bulk_ItemSandbag: bulk { class bulk_ItemSandbag: bulk
{
displayName = $STR_EPOCH_BULK_DISP_SANDBAG; displayName = $STR_EPOCH_BULK_DISP_SANDBAG;
descriptionShort = $STR_EPOCH_BULK_DESC_SANDBAG; descriptionShort = $STR_EPOCH_BULK_DESC_SANDBAG;
weight = 60;
class ItemActions { class ItemActions
class CreateMags { {
class CreateMags
{
text = $STR_EPOCH_ACTIONS_OPEN; text = $STR_EPOCH_ACTIONS_OPEN;
script = "spawn player_loadCrate;"; script = "spawn player_loadCrate;";
output[] = {"ItemSandbag",12,"magazine"}; output[] = {"ItemSandbag",12,"magazine"};
@@ -227,29 +272,36 @@ class bulk_ItemSandbag: bulk {
}; };
}; };
class bulk_ItemTankTrap: bulk { class bulk_ItemTankTrap: bulk
{
displayName = $STR_EPOCH_BULK_DISP_TANKTRAP_FULL; displayName = $STR_EPOCH_BULK_DISP_TANKTRAP_FULL;
descriptionShort = $STR_EPOCH_BULK_DESC_TANKTRAP_FULL; descriptionShort = $STR_EPOCH_BULK_DESC_TANKTRAP_FULL;
weight = 25;
class ItemActions { class ItemActions
class CreateMags { {
class CreateMags
{
text = $STR_EPOCH_ACTIONS_OPEN; text = $STR_EPOCH_ACTIONS_OPEN;
script = "spawn player_loadCrate;"; script = "spawn player_loadCrate;";
output[] = {"ItemTankTrap",12,"magazine"}; output[] = {"ItemTankTrap",12,"magazine"};
}; };
}; };
}; };
class bulk_ItemTankTrapHalf: bulk { class bulk_ItemTankTrapHalf: bulk
{
displayName = $STR_EPOCH_BULK_DISP_TANKTRAP_HALF; displayName = $STR_EPOCH_BULK_DISP_TANKTRAP_HALF;
descriptionShort = $STR_EPOCH_BULK_DESC_TANKTRAP_HALF; descriptionShort = $STR_EPOCH_BULK_DESC_TANKTRAP_HALF;
weight = 12.5;
class ItemActions { class ItemActions
class CreateMags { {
class CreateMags
{
text = $STR_EPOCH_ACTIONS_OPEN; text = $STR_EPOCH_ACTIONS_OPEN;
script = "spawn player_loadCrate;"; script = "spawn player_loadCrate;";
output[] = {"ItemTankTrap",6,"magazine"}; output[] = {"ItemTankTrap",6,"magazine"};
}; };
class Crafting { class Crafting
{
text = $STR_EPOCH_PLAYER_224; text = $STR_EPOCH_PLAYER_224;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -260,29 +312,36 @@ class bulk_ItemTankTrapHalf: bulk {
}; };
}; };
class bulk_ItemWire: bulk { class bulk_ItemWire: bulk
{
displayName = $STR_EPOCH_BULK_DISP_WIREKIT_FULL; displayName = $STR_EPOCH_BULK_DISP_WIREKIT_FULL;
descriptionShort = $STR_EPOCH_BULK_DESC_WIREKIT_FULL; descriptionShort = $STR_EPOCH_BULK_DESC_WIREKIT_FULL;
weight = 25;
class ItemActions { class ItemActions
class CreateMags { {
class CreateMags
{
text = $STR_EPOCH_ACTIONS_OPEN; text = $STR_EPOCH_ACTIONS_OPEN;
script = "spawn player_loadCrate;"; script = "spawn player_loadCrate;";
output[] = {"ItemWire",12,"magazine"}; output[] = {"ItemWire",12,"magazine"};
}; };
}; };
}; };
class bulk_ItemWireHalf: bulk { class bulk_ItemWireHalf: bulk
{
displayName = $STR_EPOCH_BULK_DISP_WIREKIT_HALF; displayName = $STR_EPOCH_BULK_DISP_WIREKIT_HALF;
descriptionShort = $STR_EPOCH_BULK_DESC_WIREKIT_HALF; descriptionShort = $STR_EPOCH_BULK_DESC_WIREKIT_HALF;
weight = 12.5;
class ItemActions { class ItemActions
class CreateMags { {
class CreateMags
{
text = $STR_EPOCH_ACTIONS_OPEN; text = $STR_EPOCH_ACTIONS_OPEN;
script = "spawn player_loadCrate;"; script = "spawn player_loadCrate;";
output[] = {"ItemWire",6,"magazine"}; output[] = {"ItemWire",6,"magazine"};
}; };
class Crafting { class Crafting
{
text = $STR_EPOCH_PLAYER_225; text = $STR_EPOCH_PLAYER_225;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -293,29 +352,36 @@ class bulk_ItemWireHalf: bulk {
}; };
}; };
class bulk_PartGeneric: bulk { class bulk_PartGeneric: bulk
{
displayName = $STR_EPOCH_BULK_DISP_GENERIC_FULL; displayName = $STR_EPOCH_BULK_DISP_GENERIC_FULL;
descriptionShort = $STR_EPOCH_BULK_DESC_GENERIC_FULL; descriptionShort = $STR_EPOCH_BULK_DESC_GENERIC_FULL;
weight = 60;
class ItemActions { class ItemActions
class CreateMags { {
class CreateMags
{
text = $STR_EPOCH_ACTIONS_OPEN; text = $STR_EPOCH_ACTIONS_OPEN;
script = "spawn player_loadCrate;"; script = "spawn player_loadCrate;";
output[] = {"PartGeneric",12,"magazine"}; output[] = {"PartGeneric",12,"magazine"};
}; };
}; };
}; };
class bulk_PartGenericHalf: bulk { class bulk_PartGenericHalf: bulk
{
displayName = $STR_EPOCH_BULK_DISP_GENERIC_HALF; displayName = $STR_EPOCH_BULK_DISP_GENERIC_HALF;
descriptionShort = $STR_EPOCH_BULK_DESC_GENERIC_HALF; descriptionShort = $STR_EPOCH_BULK_DESC_GENERIC_HALF;
weight = 30;
class ItemActions { class ItemActions
class CreateMags { {
class CreateMags
{
text = $STR_EPOCH_ACTIONS_OPEN; text = $STR_EPOCH_ACTIONS_OPEN;
script = "spawn player_loadCrate;"; script = "spawn player_loadCrate;";
output[] = {"PartGeneric",6,"magazine"}; output[] = {"PartGeneric",6,"magazine"};
}; };
class Crafting { class Crafting
{
text = $STR_EPOCH_PLAYER_223; text = $STR_EPOCH_PLAYER_223;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};

View File

@@ -1,15 +1,19 @@
// For Chainsaw // For Chainsaw
class ItemMixOil : CA_Magazine { class ItemMixOil : CA_Magazine
scope = public; {
scope = 2;
displayName = $STR_EPOCH_CHAINSAW_OIL; displayName = $STR_EPOCH_CHAINSAW_OIL;
model = "\z\addons\dayz_epoch\models\oilmix.p3d"; model = "\z\addons\dayz_epoch\models\oilmix.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_oilmix_CA.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_oilmix_CA.paa";
count = 1; count = 1;
type = "256"; type = 256;
descriptionShort = $STR_EPOCH_CHAINSAW_OIL; descriptionShort = $STR_EPOCH_CHAINSAW_OIL;
sfx = "refuel"; sfx = "refuel";
class ItemActions {
class Crafting { class ItemActions
{
class Crafting
{
text = $STR_EPOCH_CHAINSAW_MIXGAS_ACTION; text = $STR_EPOCH_CHAINSAW_MIXGAS_ACTION;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -20,8 +24,9 @@ class ItemMixOil : CA_Magazine {
}; };
}; };
}; };
class CSGAS : CA_Magazine { class CSGAS : CA_Magazine
scope = public; {
scope = 2;
type = VSoft; type = VSoft;
displayName = $STR_EPOCH_CHAINSAW_GAS; displayName = $STR_EPOCH_CHAINSAW_GAS;
descriptionShort = $STR_EPOCH_CHAINSAW_GAS_DESC; descriptionShort = $STR_EPOCH_CHAINSAW_GAS_DESC;
@@ -61,8 +66,9 @@ class CSGAS : CA_Magazine {
hit_wood = "ImpactWood"; hit_wood = "ImpactWood";
}; };
}; };
class ItemJerryMixed: CA_Magazine { class ItemJerryMixed: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_CHAINSAW_MIXEDGAS20L_CAN; displayName = $STR_EPOCH_CHAINSAW_MIXEDGAS20L_CAN;
@@ -72,8 +78,10 @@ class ItemJerryMixed: CA_Magazine {
sfx = "refuel"; sfx = "refuel";
containerEmpty = "ItemJerrycanEmpty"; containerEmpty = "ItemJerrycanEmpty";
class ItemActions { class ItemActions
class Crafting { {
class Crafting
{
text = $STR_EPOCH_CHAINSAW_MIXEDGAS_CAN_ACTION; text = $STR_EPOCH_CHAINSAW_MIXEDGAS_CAN_ACTION;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -81,14 +89,16 @@ class ItemJerryMixed: CA_Magazine {
output[] = {{"CSGAS",1},{"ItemJerryMixed4",1}}; output[] = {{"CSGAS",1},{"ItemJerryMixed4",1}};
input[] = {{"ItemJerryMixed",1}}; input[] = {{"ItemJerryMixed",1}};
}; };
class Empty { class Empty
{
text = $STR_EQUIP_NAME_13_EMPTY; text = $STR_EQUIP_NAME_13_EMPTY;
script = "spawn player_emptyContainer"; script = "spawn player_emptyContainer";
}; };
}; };
}; };
class ItemJerryMixed4: CA_Magazine { class ItemJerryMixed4: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_CHAINSAW_MIXEDGAS16L_CAN; displayName = $STR_EPOCH_CHAINSAW_MIXEDGAS16L_CAN;
@@ -98,8 +108,10 @@ class ItemJerryMixed4: CA_Magazine {
sfx = "refuel"; sfx = "refuel";
containerEmpty = "ItemJerrycanEmpty"; containerEmpty = "ItemJerrycanEmpty";
class ItemActions { class ItemActions
class Crafting { {
class Crafting
{
text = $STR_EPOCH_CHAINSAW_MIXEDGAS_CAN_ACTION; text = $STR_EPOCH_CHAINSAW_MIXEDGAS_CAN_ACTION;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -107,14 +119,16 @@ class ItemJerryMixed4: CA_Magazine {
output[] = {{"CSGAS",1},{"ItemJerryMixed3",1}}; output[] = {{"CSGAS",1},{"ItemJerryMixed3",1}};
input[] = {{"ItemJerryMixed4",1}}; input[] = {{"ItemJerryMixed4",1}};
}; };
class Empty { class Empty
{
text = $STR_EQUIP_NAME_13_EMPTY; text = $STR_EQUIP_NAME_13_EMPTY;
script = "spawn player_emptyContainer"; script = "spawn player_emptyContainer";
}; };
}; };
}; };
class ItemJerryMixed3: CA_Magazine { class ItemJerryMixed3: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_CHAINSAW_MIXEDGAS12L_CAN; displayName = $STR_EPOCH_CHAINSAW_MIXEDGAS12L_CAN;
@@ -124,8 +138,10 @@ class ItemJerryMixed3: CA_Magazine {
sfx = "refuel"; sfx = "refuel";
containerEmpty = "ItemJerrycanEmpty"; containerEmpty = "ItemJerrycanEmpty";
class ItemActions { class ItemActions
class Crafting { {
class Crafting
{
text = $STR_EPOCH_CHAINSAW_MIXEDGAS_CAN_ACTION; text = $STR_EPOCH_CHAINSAW_MIXEDGAS_CAN_ACTION;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -133,14 +149,16 @@ class ItemJerryMixed3: CA_Magazine {
output[] = {{"CSGAS",1},{"ItemJerryMixed2",1}}; output[] = {{"CSGAS",1},{"ItemJerryMixed2",1}};
input[] = {{"ItemJerryMixed3",1}}; input[] = {{"ItemJerryMixed3",1}};
}; };
class Empty { class Empty
{
text = $STR_EQUIP_NAME_13_EMPTY; text = $STR_EQUIP_NAME_13_EMPTY;
script = "spawn player_emptyContainer"; script = "spawn player_emptyContainer";
}; };
}; };
}; };
class ItemJerryMixed2: CA_Magazine { class ItemJerryMixed2: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_CHAINSAW_MIXEDGAS8L_CAN; displayName = $STR_EPOCH_CHAINSAW_MIXEDGAS8L_CAN;
@@ -150,8 +168,10 @@ class ItemJerryMixed2: CA_Magazine {
sfx = "refuel"; sfx = "refuel";
containerEmpty = "ItemJerrycanEmpty"; containerEmpty = "ItemJerrycanEmpty";
class ItemActions { class ItemActions
class Crafting { {
class Crafting
{
text = $STR_EPOCH_CHAINSAW_MIXEDGAS_CAN_ACTION; text = $STR_EPOCH_CHAINSAW_MIXEDGAS_CAN_ACTION;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -159,14 +179,16 @@ class ItemJerryMixed2: CA_Magazine {
output[] = {{"CSGAS",1},{"ItemJerryMixed1",1}}; output[] = {{"CSGAS",1},{"ItemJerryMixed1",1}};
input[] = {{"ItemJerryMixed2",1}}; input[] = {{"ItemJerryMixed2",1}};
}; };
class Empty { class Empty
{
text = $STR_EQUIP_NAME_13_EMPTY; text = $STR_EQUIP_NAME_13_EMPTY;
script = "spawn player_emptyContainer"; script = "spawn player_emptyContainer";
}; };
}; };
}; };
class ItemJerryMixed1: CA_Magazine { class ItemJerryMixed1: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_CHAINSAW_MIXEDGAS4L_CAN; displayName = $STR_EPOCH_CHAINSAW_MIXEDGAS4L_CAN;
@@ -176,8 +198,10 @@ class ItemJerryMixed1: CA_Magazine {
sfx = "refuel"; sfx = "refuel";
containerEmpty = "ItemJerrycanEmpty"; containerEmpty = "ItemJerrycanEmpty";
class ItemActions { class ItemActions
class Crafting { {
class Crafting
{
text = $STR_EPOCH_CHAINSAW_MIXEDGAS_CAN_ACTION; text = $STR_EPOCH_CHAINSAW_MIXEDGAS_CAN_ACTION;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -185,7 +209,8 @@ class ItemJerryMixed1: CA_Magazine {
output[] = {{"CSGAS",1},{"ItemJerrycanEmpty",1}}; output[] = {{"CSGAS",1},{"ItemJerrycanEmpty",1}};
input[] = {{"ItemJerryMixed1",1}}; input[] = {{"ItemJerryMixed1",1}};
}; };
class Empty { class Empty
{
text = $STR_EQUIP_NAME_13_EMPTY; text = $STR_EQUIP_NAME_13_EMPTY;
script = "spawn player_emptyContainer"; script = "spawn player_emptyContainer";
}; };

View File

@@ -1,6 +1,6 @@
class ItemStone: CA_Magazine class ItemStone: CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_BLD_name_ItemStone;//"Rough Stone" displayName = $STR_BLD_name_ItemStone;//"Rough Stone"
@@ -22,14 +22,14 @@ class ItemConcreteBlock: CA_Magazine //Construection,indestrial
class CinderBlocks: CA_Magazine class CinderBlocks: CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_CINDERBLOCKS; displayName = $STR_EPOCH_CINDERBLOCKS;
model = "\z\addons\dayz_epoch\models\cinder_stack.p3d"; model = "\z\addons\dayz_epoch\models\cinder_stack.p3d";
picture = "\z\addons\dayz_epoch\pictures\epuip_cinder_blocks_CA.paa"; picture = "\z\addons\dayz_epoch\pictures\epuip_cinder_blocks_CA.paa";
descriptionShort = $STR_EPOCH_CINDERBLOCKS_DESC; descriptionShort = $STR_EPOCH_CINDERBLOCKS_DESC;
weight = 100;
class ItemActions class ItemActions
{ {
class Crafting class Crafting
@@ -72,22 +72,19 @@ class CinderBlocks: CA_Magazine
}; };
class MortarBucket: CA_Magazine class MortarBucket: CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_BUCKETOFMORTAR; displayName = $STR_EPOCH_BUCKETOFMORTAR;
model = "\z\addons\dayz_epoch\models\mortar.p3d"; model = "\z\addons\dayz_epoch\models\mortar.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_mortar_CA.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_mortar_CA.paa";
descriptionShort = $STR_EPOCH_BUCKETOFMORTAR_DESC; descriptionShort = $STR_EPOCH_BUCKETOFMORTAR_DESC;
weight = 21;
}; };
class equip_brick : CA_Magazine class equip_brick : CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = WeaponSlotItem;
model = "\z\addons\dayz_communityassets\models\brick.p3d"; model = "\z\addons\dayz_communityassets\models\brick.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_brick.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_brick.paa";
displayName = $STR_ITEM_NAME_equip_brick; displayName = $STR_ITEM_NAME_equip_brick;

View File

@@ -1,5 +1,6 @@
class ItemAluminumBar: CA_Magazine { class ItemAluminumBar: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_ALUMINUM; displayName = $STR_EPOCH_ALUMINUM;
@@ -8,16 +9,20 @@ class ItemAluminumBar: CA_Magazine {
descriptionShort = $STR_EPOCH_ALUMINUM_DESC; descriptionShort = $STR_EPOCH_ALUMINUM_DESC;
}; };
class ItemAluminumBar10oz: CA_Magazine { class ItemAluminumBar10oz: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_10OZALUMINUM; displayName = $STR_EPOCH_10OZALUMINUM;
model = "\z\addons\dayz_epoch\models\aluminum_bar.p3d"; model = "\z\addons\dayz_epoch\models\aluminum_bar.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_alum_bar_10oz_CA.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_alum_bar_10oz_CA.paa";
descriptionShort = $STR_EPOCH_10OZALUMINUM_DESC; descriptionShort = $STR_EPOCH_10OZALUMINUM_DESC;
class ItemActions {
class Crafting { class ItemActions
{
class Crafting
{
text = $STR_EPOCH_PLAYER_211; text = $STR_EPOCH_PLAYER_211;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};

View File

@@ -1,18 +1,23 @@
class ItemBriefcase_Base: CA_Magazine { class ItemBriefcase_Base: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_BRIEFCASE; displayName = $STR_EPOCH_BRIEFCASE;
model = "\z\addons\dayz_epoch\models\briefcase.p3d"; model = "\z\addons\dayz_epoch\models\briefcase.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_briefcase_E_CA.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_briefcase_E_CA.paa";
}; };
// Gold // Gold
class ItemBriefcaseEmpty: ItemBriefcase_Base { class ItemBriefcaseEmpty: ItemBriefcase_Base
{
picture = "\z\addons\dayz_epoch\pictures\equip_briefcase_E_CA.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_briefcase_E_CA.paa";
descriptionShort = $STR_EPOCH_BRIEFCASE_EMPTY; descriptionShort = $STR_EPOCH_BRIEFCASE_EMPTY;
weight = 1;
class ItemActions { class ItemActions
class Crafting { {
class Crafting
{
text = $STR_EPOCH_PLAYER_197; text = $STR_EPOCH_PLAYER_197;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -20,7 +25,8 @@ class ItemBriefcaseEmpty: ItemBriefcase_Base {
output[] = {{"ItemBriefcase10oz",1}}; output[] = {{"ItemBriefcase10oz",1}};
input[] = {{"ItemBriefcaseEmpty",1},{"ItemGoldBar10oz",1}}; input[] = {{"ItemBriefcaseEmpty",1},{"ItemGoldBar10oz",1}};
}; };
class Crafting1 { class Crafting1
{
text = $STR_EPOCH_PLAYER_198; text = $STR_EPOCH_PLAYER_198;
script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -28,7 +34,8 @@ class ItemBriefcaseEmpty: ItemBriefcase_Base {
output[] = {{"ItemBriefcase100oz",1}}; output[] = {{"ItemBriefcase100oz",1}};
input[] = {{"ItemBriefcaseEmpty",1},{"ItemGoldBar10oz",10}}; input[] = {{"ItemBriefcaseEmpty",1},{"ItemGoldBar10oz",10}};
}; };
class Crafting2 { class Crafting2
{
text = $STR_EPOCH_PLAYER_S_197; text = $STR_EPOCH_PLAYER_S_197;
script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -36,7 +43,8 @@ class ItemBriefcaseEmpty: ItemBriefcase_Base {
output[] = {{"ItemBriefcaseS10oz",1}}; output[] = {{"ItemBriefcaseS10oz",1}};
input[] = {{"ItemBriefcaseEmpty",1},{"ItemSilverBar10oz",1}}; input[] = {{"ItemBriefcaseEmpty",1},{"ItemSilverBar10oz",1}};
}; };
class Crafting3 { class Crafting3
{
text = $STR_EPOCH_PLAYER_S_198; text = $STR_EPOCH_PLAYER_S_198;
script = ";['Crafting3','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting3','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -46,13 +54,16 @@ class ItemBriefcaseEmpty: ItemBriefcase_Base {
}; };
}; };
}; };
class ItemBriefcase10oz: ItemBriefcase_Base { class ItemBriefcase10oz: ItemBriefcase_Base
{
picture = "\z\addons\dayz_epoch\pictures\equip_briefcase_10oz_CA.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_briefcase_10oz_CA.paa";
descriptionShort = $STR_EPOCH_BRIEFCASE_1X10OZGOLD; descriptionShort = $STR_EPOCH_BRIEFCASE_1X10OZGOLD;
weight = 1.2;
worth = 1000; worth = 1000;
class ItemActions {
class Crafting { class ItemActions
{
class Crafting
{
text = $STR_EPOCH_PLAYER_197; text = $STR_EPOCH_PLAYER_197;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -60,7 +71,8 @@ class ItemBriefcase10oz: ItemBriefcase_Base {
output[] = {{"ItemBriefcase20oz",1}}; output[] = {{"ItemBriefcase20oz",1}};
input[] = {{"ItemBriefcase10oz",1},{"ItemGoldBar10oz",1}}; input[] = {{"ItemBriefcase10oz",1},{"ItemGoldBar10oz",1}};
}; };
class Crafting1 { class Crafting1
{
text = $STR_EPOCH_PLAYER_199; text = $STR_EPOCH_PLAYER_199;
script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -68,7 +80,8 @@ class ItemBriefcase10oz: ItemBriefcase_Base {
output[] = {{"ItemBriefcase100oz",1}}; output[] = {{"ItemBriefcase100oz",1}};
input[] = {{"ItemBriefcase10oz",1},{"ItemGoldBar10oz",9}}; input[] = {{"ItemBriefcase10oz",1},{"ItemGoldBar10oz",9}};
}; };
class Crafting2 { class Crafting2
{
text = $STR_EPOCH_PLAYER_200; text = $STR_EPOCH_PLAYER_200;
script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -78,13 +91,16 @@ class ItemBriefcase10oz: ItemBriefcase_Base {
}; };
}; };
}; };
class ItemBriefcase20oz: ItemBriefcase_Base { class ItemBriefcase20oz: ItemBriefcase_Base
{
picture = "\z\addons\dayz_epoch\pictures\equip_briefcase_20oz_CA.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_briefcase_20oz_CA.paa";
descriptionShort = $STR_EPOCH_BRIEFCASE_2X10OZGOLD; descriptionShort = $STR_EPOCH_BRIEFCASE_2X10OZGOLD;
weight = 1.5;
worth = 2000; worth = 2000;
class ItemActions {
class Crafting { class ItemActions
{
class Crafting
{
text = $STR_EPOCH_PLAYER_197; text = $STR_EPOCH_PLAYER_197;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -92,7 +108,8 @@ class ItemBriefcase20oz: ItemBriefcase_Base {
output[] = {{"ItemBriefcase30oz",1}}; output[] = {{"ItemBriefcase30oz",1}};
input[] = {{"ItemBriefcase20oz",1},{"ItemGoldBar10oz",1}}; input[] = {{"ItemBriefcase20oz",1},{"ItemGoldBar10oz",1}};
}; };
class Crafting1 { class Crafting1
{
text = $STR_EPOCH_PLAYER_202; text = $STR_EPOCH_PLAYER_202;
script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -100,7 +117,8 @@ class ItemBriefcase20oz: ItemBriefcase_Base {
output[] = {{"ItemBriefcase100oz",1}}; output[] = {{"ItemBriefcase100oz",1}};
input[] = {{"ItemBriefcase20oz",1},{"ItemGoldBar10oz",8}}; input[] = {{"ItemBriefcase20oz",1},{"ItemGoldBar10oz",8}};
}; };
class Crafting2 { class Crafting2
{
text = $STR_EPOCH_PLAYER_200; text = $STR_EPOCH_PLAYER_200;
script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -108,7 +126,8 @@ class ItemBriefcase20oz: ItemBriefcase_Base {
output[] = {{"ItemGoldBar10oz",1},{"ItemBriefcase10oz",1}}; output[] = {{"ItemGoldBar10oz",1},{"ItemBriefcase10oz",1}};
input[] = {{"ItemBriefcase20oz",1}}; input[] = {{"ItemBriefcase20oz",1}};
}; };
class Crafting3 { class Crafting3
{
text = $STR_EPOCH_PLAYER_201; text = $STR_EPOCH_PLAYER_201;
script = ";['Crafting3','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting3','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -118,13 +137,16 @@ class ItemBriefcase20oz: ItemBriefcase_Base {
}; };
}; };
}; };
class ItemBriefcase30oz: ItemBriefcase_Base { class ItemBriefcase30oz: ItemBriefcase_Base
{
picture = "\z\addons\dayz_epoch\pictures\equip_briefcase_30oz_CA.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_briefcase_30oz_CA.paa";
descriptionShort = $STR_EPOCH_BRIEFCASE_3X10OZGOLD; descriptionShort = $STR_EPOCH_BRIEFCASE_3X10OZGOLD;
weight = 1.8;
worth = 3000; worth = 3000;
class ItemActions {
class Crafting { class ItemActions
{
class Crafting
{
text = $STR_EPOCH_PLAYER_197; text = $STR_EPOCH_PLAYER_197;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -132,7 +154,8 @@ class ItemBriefcase30oz: ItemBriefcase_Base {
output[] = {{"ItemBriefcase40oz",1}}; output[] = {{"ItemBriefcase40oz",1}};
input[] = {{"ItemBriefcase30oz",1},{"ItemGoldBar10oz",1}}; input[] = {{"ItemBriefcase30oz",1},{"ItemGoldBar10oz",1}};
}; };
class Crafting1 { class Crafting1
{
text = $STR_EPOCH_PLAYER_203; text = $STR_EPOCH_PLAYER_203;
script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -140,7 +163,8 @@ class ItemBriefcase30oz: ItemBriefcase_Base {
output[] = {{"ItemBriefcase100oz",1}}; output[] = {{"ItemBriefcase100oz",1}};
input[] = {{"ItemBriefcase30oz",1},{"ItemGoldBar10oz",7}}; input[] = {{"ItemBriefcase30oz",1},{"ItemGoldBar10oz",7}};
}; };
class Crafting2 { class Crafting2
{
text = $STR_EPOCH_PLAYER_200; text = $STR_EPOCH_PLAYER_200;
script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -148,7 +172,8 @@ class ItemBriefcase30oz: ItemBriefcase_Base {
output[] = {{"ItemGoldBar10oz",1},{"ItemBriefcase20oz",1}}; output[] = {{"ItemGoldBar10oz",1},{"ItemBriefcase20oz",1}};
input[] = {{"ItemBriefcase30oz",1}}; input[] = {{"ItemBriefcase30oz",1}};
}; };
class Crafting3 { class Crafting3
{
text = $STR_EPOCH_PLAYER_201; text = $STR_EPOCH_PLAYER_201;
script = ";['Crafting3','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting3','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -158,13 +183,16 @@ class ItemBriefcase30oz: ItemBriefcase_Base {
}; };
}; };
}; };
class ItemBriefcase40oz: ItemBriefcase_Base { class ItemBriefcase40oz: ItemBriefcase_Base
{
picture = "\z\addons\dayz_epoch\pictures\equip_briefcase_40oz_CA.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_briefcase_40oz_CA.paa";
descriptionShort = $STR_EPOCH_BRIEFCASE_4X10OZGOLD; descriptionShort = $STR_EPOCH_BRIEFCASE_4X10OZGOLD;
weight = 2.1;
worth = 4000; worth = 4000;
class ItemActions {
class Crafting { class ItemActions
{
class Crafting
{
text = $STR_EPOCH_PLAYER_197; text = $STR_EPOCH_PLAYER_197;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -172,7 +200,8 @@ class ItemBriefcase40oz: ItemBriefcase_Base {
output[] = {{"ItemBriefcase50oz",1}}; output[] = {{"ItemBriefcase50oz",1}};
input[] = {{"ItemBriefcase40oz",1},{"ItemGoldBar10oz",1}}; input[] = {{"ItemBriefcase40oz",1},{"ItemGoldBar10oz",1}};
}; };
class Crafting1 { class Crafting1
{
text = $STR_EPOCH_PLAYER_204; text = $STR_EPOCH_PLAYER_204;
script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -180,7 +209,8 @@ class ItemBriefcase40oz: ItemBriefcase_Base {
output[] = {{"ItemBriefcase100oz",1}}; output[] = {{"ItemBriefcase100oz",1}};
input[] = {{"ItemBriefcase40oz",1},{"ItemGoldBar10oz",6}}; input[] = {{"ItemBriefcase40oz",1},{"ItemGoldBar10oz",6}};
}; };
class Crafting2 { class Crafting2
{
text = $STR_EPOCH_PLAYER_200; text = $STR_EPOCH_PLAYER_200;
script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -188,7 +218,8 @@ class ItemBriefcase40oz: ItemBriefcase_Base {
output[] = {{"ItemGoldBar10oz",1},{"ItemBriefcase30oz",1}}; output[] = {{"ItemGoldBar10oz",1},{"ItemBriefcase30oz",1}};
input[] = {{"ItemBriefcase40oz",1}}; input[] = {{"ItemBriefcase40oz",1}};
}; };
class Crafting3 { class Crafting3
{
text = $STR_EPOCH_PLAYER_201; text = $STR_EPOCH_PLAYER_201;
script = ";['Crafting3','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting3','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -198,13 +229,16 @@ class ItemBriefcase40oz: ItemBriefcase_Base {
}; };
}; };
}; };
class ItemBriefcase50oz: ItemBriefcase_Base { class ItemBriefcase50oz: ItemBriefcase_Base
{
picture = "\z\addons\dayz_epoch\pictures\equip_briefcase_50oz_CA.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_briefcase_50oz_CA.paa";
descriptionShort = $STR_EPOCH_BRIEFCASE_5X10OZGOLD; descriptionShort = $STR_EPOCH_BRIEFCASE_5X10OZGOLD;
weight = 2.4;
worth = 5000; worth = 5000;
class ItemActions {
class Crafting { class ItemActions
{
class Crafting
{
text = $STR_EPOCH_PLAYER_197; text = $STR_EPOCH_PLAYER_197;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -212,7 +246,8 @@ class ItemBriefcase50oz: ItemBriefcase_Base {
output[] = {{"ItemBriefcase60oz",1}}; output[] = {{"ItemBriefcase60oz",1}};
input[] = {{"ItemBriefcase50oz",1},{"ItemGoldBar10oz",1}}; input[] = {{"ItemBriefcase50oz",1},{"ItemGoldBar10oz",1}};
}; };
class Crafting1 { class Crafting1
{
text = $STR_EPOCH_PLAYER_205; text = $STR_EPOCH_PLAYER_205;
script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -220,7 +255,8 @@ class ItemBriefcase50oz: ItemBriefcase_Base {
output[] = {{"ItemBriefcase100oz",1}}; output[] = {{"ItemBriefcase100oz",1}};
input[] = {{"ItemBriefcase50oz",1},{"ItemGoldBar10oz",5}}; input[] = {{"ItemBriefcase50oz",1},{"ItemGoldBar10oz",5}};
}; };
class Crafting2 { class Crafting2
{
text = $STR_EPOCH_PLAYER_200; text = $STR_EPOCH_PLAYER_200;
script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -228,7 +264,8 @@ class ItemBriefcase50oz: ItemBriefcase_Base {
output[] = {{"ItemGoldBar10oz",1},{"ItemBriefcase40oz",1}}; output[] = {{"ItemGoldBar10oz",1},{"ItemBriefcase40oz",1}};
input[] = {{"ItemBriefcase50oz",1}}; input[] = {{"ItemBriefcase50oz",1}};
}; };
class Crafting3 { class Crafting3
{
text = $STR_EPOCH_PLAYER_201; text = $STR_EPOCH_PLAYER_201;
script = ";['Crafting3','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting3','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -238,13 +275,16 @@ class ItemBriefcase50oz: ItemBriefcase_Base {
}; };
}; };
}; };
class ItemBriefcase60oz: ItemBriefcase_Base { class ItemBriefcase60oz: ItemBriefcase_Base
{
picture = "\z\addons\dayz_epoch\pictures\equip_briefcase_60oz_CA.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_briefcase_60oz_CA.paa";
descriptionShort = $STR_EPOCH_BRIEFCASE_6X10OZGOLD; descriptionShort = $STR_EPOCH_BRIEFCASE_6X10OZGOLD;
weight = 2.7;
worth = 6000; worth = 6000;
class ItemActions {
class Crafting { class ItemActions
{
class Crafting
{
text = $STR_EPOCH_PLAYER_197; text = $STR_EPOCH_PLAYER_197;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -252,7 +292,8 @@ class ItemBriefcase60oz: ItemBriefcase_Base {
output[] = {{"ItemBriefcase70oz",1}}; output[] = {{"ItemBriefcase70oz",1}};
input[] = {{"ItemBriefcase60oz",1},{"ItemGoldBar10oz",1}}; input[] = {{"ItemBriefcase60oz",1},{"ItemGoldBar10oz",1}};
}; };
class Crafting1 { class Crafting1
{
text = $STR_EPOCH_PLAYER_206; text = $STR_EPOCH_PLAYER_206;
script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -260,7 +301,8 @@ class ItemBriefcase60oz: ItemBriefcase_Base {
output[] = {{"ItemBriefcase100oz",1}}; output[] = {{"ItemBriefcase100oz",1}};
input[] = {{"ItemBriefcase60oz",1},{"ItemGoldBar10oz",4}}; input[] = {{"ItemBriefcase60oz",1},{"ItemGoldBar10oz",4}};
}; };
class Crafting2 { class Crafting2
{
text = $STR_EPOCH_PLAYER_200; text = $STR_EPOCH_PLAYER_200;
script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -268,7 +310,8 @@ class ItemBriefcase60oz: ItemBriefcase_Base {
output[] = {{"ItemGoldBar10oz",1},{"ItemBriefcase50oz",1}}; output[] = {{"ItemGoldBar10oz",1},{"ItemBriefcase50oz",1}};
input[] = {{"ItemBriefcase60oz",1}}; input[] = {{"ItemBriefcase60oz",1}};
}; };
class Crafting3 { class Crafting3
{
text = $STR_EPOCH_PLAYER_201; text = $STR_EPOCH_PLAYER_201;
script = ";['Crafting3','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting3','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -278,13 +321,16 @@ class ItemBriefcase60oz: ItemBriefcase_Base {
}; };
}; };
}; };
class ItemBriefcase70oz: ItemBriefcase_Base { class ItemBriefcase70oz: ItemBriefcase_Base
{
picture = "\z\addons\dayz_epoch\pictures\equip_briefcase_70oz_CA.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_briefcase_70oz_CA.paa";
descriptionShort = $STR_EPOCH_BRIEFCASE_7X10OZGOLD; descriptionShort = $STR_EPOCH_BRIEFCASE_7X10OZGOLD;
weight = 2.9;
worth = 7000; worth = 7000;
class ItemActions {
class Crafting { class ItemActions
{
class Crafting
{
text = $STR_EPOCH_PLAYER_197; text = $STR_EPOCH_PLAYER_197;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -292,7 +338,8 @@ class ItemBriefcase70oz: ItemBriefcase_Base {
output[] = {{"ItemBriefcase80oz",1}}; output[] = {{"ItemBriefcase80oz",1}};
input[] = {{"ItemBriefcase70oz",1},{"ItemGoldBar10oz",1}}; input[] = {{"ItemBriefcase70oz",1},{"ItemGoldBar10oz",1}};
}; };
class Crafting1 { class Crafting1
{
text = $STR_EPOCH_PLAYER_207; text = $STR_EPOCH_PLAYER_207;
script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -300,7 +347,8 @@ class ItemBriefcase70oz: ItemBriefcase_Base {
output[] = {{"ItemBriefcase100oz",1}}; output[] = {{"ItemBriefcase100oz",1}};
input[] = {{"ItemBriefcase70oz",1},{"ItemGoldBar10oz",3}}; input[] = {{"ItemBriefcase70oz",1},{"ItemGoldBar10oz",3}};
}; };
class Crafting2 { class Crafting2
{
text = $STR_EPOCH_PLAYER_200; text = $STR_EPOCH_PLAYER_200;
script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -308,7 +356,8 @@ class ItemBriefcase70oz: ItemBriefcase_Base {
output[] = {{"ItemGoldBar10oz",1},{"ItemBriefcase60oz",1}}; output[] = {{"ItemGoldBar10oz",1},{"ItemBriefcase60oz",1}};
input[] = {{"ItemBriefcase70oz",1}}; input[] = {{"ItemBriefcase70oz",1}};
}; };
class Crafting3 { class Crafting3
{
text = $STR_EPOCH_PLAYER_201; text = $STR_EPOCH_PLAYER_201;
script = ";['Crafting3','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting3','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -318,13 +367,16 @@ class ItemBriefcase70oz: ItemBriefcase_Base {
}; };
}; };
}; };
class ItemBriefcase80oz: ItemBriefcase_Base { class ItemBriefcase80oz: ItemBriefcase_Base
{
picture = "\z\addons\dayz_epoch\pictures\equip_briefcase_80oz_CA.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_briefcase_80oz_CA.paa";
descriptionShort = $STR_EPOCH_BRIEFCASE_8X10OZGOLD; descriptionShort = $STR_EPOCH_BRIEFCASE_8X10OZGOLD;
weight = 3.2;
worth = 8000; worth = 8000;
class ItemActions {
class Crafting { class ItemActions
{
class Crafting
{
text = $STR_EPOCH_PLAYER_197; text = $STR_EPOCH_PLAYER_197;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -332,7 +384,8 @@ class ItemBriefcase80oz: ItemBriefcase_Base {
output[] = {{"ItemBriefcase90oz",1}}; output[] = {{"ItemBriefcase90oz",1}};
input[] = {{"ItemBriefcase80oz",1},{"ItemGoldBar10oz",1}}; input[] = {{"ItemBriefcase80oz",1},{"ItemGoldBar10oz",1}};
}; };
class Crafting1 { class Crafting1
{
text = $STR_EPOCH_PLAYER_208; text = $STR_EPOCH_PLAYER_208;
script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -340,7 +393,8 @@ class ItemBriefcase80oz: ItemBriefcase_Base {
output[] = {{"ItemBriefcase100oz",1}}; output[] = {{"ItemBriefcase100oz",1}};
input[] = {{"ItemBriefcase80oz",1},{"ItemGoldBar10oz",2}}; input[] = {{"ItemBriefcase80oz",1},{"ItemGoldBar10oz",2}};
}; };
class Crafting2 { class Crafting2
{
text = $STR_EPOCH_PLAYER_200; text = $STR_EPOCH_PLAYER_200;
script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -348,7 +402,8 @@ class ItemBriefcase80oz: ItemBriefcase_Base {
output[] = {{"ItemGoldBar10oz",1},{"ItemBriefcase70oz",1}}; output[] = {{"ItemGoldBar10oz",1},{"ItemBriefcase70oz",1}};
input[] = {{"ItemBriefcase80oz",1}}; input[] = {{"ItemBriefcase80oz",1}};
}; };
class Crafting3 { class Crafting3
{
text = $STR_EPOCH_PLAYER_201; text = $STR_EPOCH_PLAYER_201;
script = ";['Crafting3','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting3','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -358,13 +413,16 @@ class ItemBriefcase80oz: ItemBriefcase_Base {
}; };
}; };
}; };
class ItemBriefcase90oz: ItemBriefcase_Base { class ItemBriefcase90oz: ItemBriefcase_Base
{
picture = "\z\addons\dayz_epoch\pictures\equip_briefcase_90oz_CA.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_briefcase_90oz_CA.paa";
descriptionShort = $STR_EPOCH_BRIEFCASE_9X10OZGOLD; descriptionShort = $STR_EPOCH_BRIEFCASE_9X10OZGOLD;
weight = 3.5;
worth = 9000; worth = 9000;
class ItemActions {
class Crafting { class ItemActions
{
class Crafting
{
text = $STR_EPOCH_PLAYER_197; text = $STR_EPOCH_PLAYER_197;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -372,7 +430,8 @@ class ItemBriefcase90oz: ItemBriefcase_Base {
output[] = {{"ItemBriefcase100oz",1}}; output[] = {{"ItemBriefcase100oz",1}};
input[] = {{"ItemBriefcase90oz",1},{"ItemGoldBar10oz",1}}; input[] = {{"ItemBriefcase90oz",1},{"ItemGoldBar10oz",1}};
}; };
class Crafting1 { class Crafting1
{
text = $STR_EPOCH_PLAYER_200; text = $STR_EPOCH_PLAYER_200;
script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -380,7 +439,8 @@ class ItemBriefcase90oz: ItemBriefcase_Base {
output[] = {{"ItemGoldBar10oz",1},{"ItemBriefcase80oz",1}}; output[] = {{"ItemGoldBar10oz",1},{"ItemBriefcase80oz",1}};
input[] = {{"ItemBriefcase90oz",1}}; input[] = {{"ItemBriefcase90oz",1}};
}; };
class Crafting2 { class Crafting2
{
text = $STR_EPOCH_PLAYER_201; text = $STR_EPOCH_PLAYER_201;
script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -390,13 +450,16 @@ class ItemBriefcase90oz: ItemBriefcase_Base {
}; };
}; };
}; };
class ItemBriefcase100oz: ItemBriefcase_Base { class ItemBriefcase100oz: ItemBriefcase_Base
{
picture = "\z\addons\dayz_epoch\pictures\equip_briefcase_100oz_CA.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_briefcase_100oz_CA.paa";
descriptionShort = $STR_EPOCH_BRIEFCASE_10X10OZGOLD; descriptionShort = $STR_EPOCH_BRIEFCASE_10X10OZGOLD;
weight = 3.8;
worth = 10000; worth = 10000;
class ItemActions {
class Crafting { class ItemActions
{
class Crafting
{
text = $STR_EPOCH_PLAYER_200; text = $STR_EPOCH_PLAYER_200;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -404,7 +467,8 @@ class ItemBriefcase100oz: ItemBriefcase_Base {
output[] = {{"ItemGoldBar10oz",1},{"ItemBriefcase90oz",1}}; output[] = {{"ItemGoldBar10oz",1},{"ItemBriefcase90oz",1}};
input[] = {{"ItemBriefcase100oz",1}}; input[] = {{"ItemBriefcase100oz",1}};
}; };
class Crafting1 { class Crafting1
{
text = $STR_EPOCH_PLAYER_201; text = $STR_EPOCH_PLAYER_201;
script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -415,17 +479,21 @@ class ItemBriefcase100oz: ItemBriefcase_Base {
}; };
}; };
// Silver // Silver
class ItemSilvercase_Base: ItemBriefcase_Base { class ItemSilvercase_Base: ItemBriefcase_Base
{
model = "\z\addons\dayz_epoch\models\silvercase.p3d"; model = "\z\addons\dayz_epoch\models\silvercase.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_briefcase_E_CA.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_briefcase_E_CA.paa";
}; };
class ItemBriefcaseS10oz: ItemSilvercase_Base { class ItemBriefcaseS10oz: ItemSilvercase_Base
{
picture = "\z\addons\dayz_epoch\pictures\equip_silvercase_10oz_CA.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_silvercase_10oz_CA.paa";
descriptionShort = $STR_EPOCH_BRIEFCASE_1X10OZSILVER; descriptionShort = $STR_EPOCH_BRIEFCASE_1X10OZSILVER;
weight = 1.2;
worth = 10; worth = 10;
class ItemActions {
class Crafting { class ItemActions
{
class Crafting
{
text = $STR_EPOCH_PLAYER_S_197; text = $STR_EPOCH_PLAYER_S_197;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -433,7 +501,8 @@ class ItemBriefcaseS10oz: ItemSilvercase_Base {
output[] = {{"ItemBriefcaseS20oz",1}}; output[] = {{"ItemBriefcaseS20oz",1}};
input[] = {{"ItemBriefcaseS10oz",1},{"ItemSilverBar10oz",1}}; input[] = {{"ItemBriefcaseS10oz",1},{"ItemSilverBar10oz",1}};
}; };
class Crafting1 { class Crafting1
{
text = $STR_EPOCH_PLAYER_S_199; text = $STR_EPOCH_PLAYER_S_199;
script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -441,7 +510,8 @@ class ItemBriefcaseS10oz: ItemSilvercase_Base {
output[] = {{"ItemBriefcaseS100oz",1}}; output[] = {{"ItemBriefcaseS100oz",1}};
input[] = {{"ItemBriefcaseS10oz",1},{"ItemSilverBar10oz",9}}; input[] = {{"ItemBriefcaseS10oz",1},{"ItemSilverBar10oz",9}};
}; };
class Crafting2 { class Crafting2
{
text = $STR_EPOCH_PLAYER_S_200; text = $STR_EPOCH_PLAYER_S_200;
script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -451,13 +521,16 @@ class ItemBriefcaseS10oz: ItemSilvercase_Base {
}; };
}; };
}; };
class ItemBriefcaseS20oz: ItemSilvercase_Base { class ItemBriefcaseS20oz: ItemSilvercase_Base
{
picture = "\z\addons\dayz_epoch\pictures\equip_silvercase_20oz_CA.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_silvercase_20oz_CA.paa";
descriptionShort = $STR_EPOCH_BRIEFCASE_2X10OZSILVER; descriptionShort = $STR_EPOCH_BRIEFCASE_2X10OZSILVER;
weight = 1.5;
worth = 20; worth = 20;
class ItemActions {
class Crafting { class ItemActions
{
class Crafting
{
text = $STR_EPOCH_PLAYER_S_197; text = $STR_EPOCH_PLAYER_S_197;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -465,7 +538,8 @@ class ItemBriefcaseS20oz: ItemSilvercase_Base {
output[] = {{"ItemBriefcaseS30oz",1}}; output[] = {{"ItemBriefcaseS30oz",1}};
input[] = {{"ItemBriefcaseS20oz",1},{"ItemSilverBar10oz",1}}; input[] = {{"ItemBriefcaseS20oz",1},{"ItemSilverBar10oz",1}};
}; };
class Crafting1 { class Crafting1
{
text = $STR_EPOCH_PLAYER_S_202; text = $STR_EPOCH_PLAYER_S_202;
script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -473,7 +547,8 @@ class ItemBriefcaseS20oz: ItemSilvercase_Base {
output[] = {{"ItemBriefcaseS100oz",1}}; output[] = {{"ItemBriefcaseS100oz",1}};
input[] = {{"ItemBriefcaseS20oz",1},{"ItemSilverBar10oz",8}}; input[] = {{"ItemBriefcaseS20oz",1},{"ItemSilverBar10oz",8}};
}; };
class Crafting2 { class Crafting2
{
text = $STR_EPOCH_PLAYER_S_200; text = $STR_EPOCH_PLAYER_S_200;
script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -481,7 +556,8 @@ class ItemBriefcaseS20oz: ItemSilvercase_Base {
output[] = {{"ItemSilverBar10oz",1},{"ItemBriefcaseS10oz",1}}; output[] = {{"ItemSilverBar10oz",1},{"ItemBriefcaseS10oz",1}};
input[] = {{"ItemBriefcaseS20oz",1}}; input[] = {{"ItemBriefcaseS20oz",1}};
}; };
class Crafting3 { class Crafting3
{
text = $STR_EPOCH_PLAYER_201; text = $STR_EPOCH_PLAYER_201;
script = ";['Crafting3','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting3','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -491,13 +567,16 @@ class ItemBriefcaseS20oz: ItemSilvercase_Base {
}; };
}; };
}; };
class ItemBriefcaseS30oz: ItemSilvercase_Base { class ItemBriefcaseS30oz: ItemSilvercase_Base
{
picture = "\z\addons\dayz_epoch\pictures\equip_silvercase_30oz_CA.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_silvercase_30oz_CA.paa";
descriptionShort = $STR_EPOCH_BRIEFCASE_3X10OZSILVER; descriptionShort = $STR_EPOCH_BRIEFCASE_3X10OZSILVER;
weight = 1.8;
worth = 30; worth = 30;
class ItemActions {
class Crafting { class ItemActions
{
class Crafting
{
text = $STR_EPOCH_PLAYER_S_197; text = $STR_EPOCH_PLAYER_S_197;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -505,7 +584,8 @@ class ItemBriefcaseS30oz: ItemSilvercase_Base {
output[] = {{"ItemBriefcaseS40oz",1}}; output[] = {{"ItemBriefcaseS40oz",1}};
input[] = {{"ItemBriefcaseS30oz",1},{"ItemSilverBar10oz",1}}; input[] = {{"ItemBriefcaseS30oz",1},{"ItemSilverBar10oz",1}};
}; };
class Crafting1 { class Crafting1
{
text = $STR_EPOCH_PLAYER_S_203; text = $STR_EPOCH_PLAYER_S_203;
script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -513,7 +593,8 @@ class ItemBriefcaseS30oz: ItemSilvercase_Base {
output[] = {{"ItemBriefcaseS100oz",1}}; output[] = {{"ItemBriefcaseS100oz",1}};
input[] = {{"ItemBriefcaseS30oz",1},{"ItemSilverBar10oz",7}}; input[] = {{"ItemBriefcaseS30oz",1},{"ItemSilverBar10oz",7}};
}; };
class Crafting2 { class Crafting2
{
text = $STR_EPOCH_PLAYER_S_200; text = $STR_EPOCH_PLAYER_S_200;
script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -521,7 +602,8 @@ class ItemBriefcaseS30oz: ItemSilvercase_Base {
output[] = {{"ItemSilverBar10oz",1},{"ItemBriefcaseS20oz",1}}; output[] = {{"ItemSilverBar10oz",1},{"ItemBriefcaseS20oz",1}};
input[] = {{"ItemBriefcaseS30oz",1}}; input[] = {{"ItemBriefcaseS30oz",1}};
}; };
class Crafting3 { class Crafting3
{
text = $STR_EPOCH_PLAYER_201; text = $STR_EPOCH_PLAYER_201;
script = ";['Crafting3','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting3','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -531,13 +613,16 @@ class ItemBriefcaseS30oz: ItemSilvercase_Base {
}; };
}; };
}; };
class ItemBriefcaseS40oz: ItemSilvercase_Base { class ItemBriefcaseS40oz: ItemSilvercase_Base
{
picture = "\z\addons\dayz_epoch\pictures\equip_silvercase_40oz_CA.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_silvercase_40oz_CA.paa";
descriptionShort = $STR_EPOCH_BRIEFCASE_4X10OZSILVER; descriptionShort = $STR_EPOCH_BRIEFCASE_4X10OZSILVER;
weight = 2.1;
worth = 40; worth = 40;
class ItemActions {
class Crafting { class ItemActions
{
class Crafting
{
text = $STR_EPOCH_PLAYER_S_197; text = $STR_EPOCH_PLAYER_S_197;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -545,7 +630,8 @@ class ItemBriefcaseS40oz: ItemSilvercase_Base {
output[] = {{"ItemBriefcaseS50oz",1}}; output[] = {{"ItemBriefcaseS50oz",1}};
input[] = {{"ItemBriefcaseS40oz",1},{"ItemSilverBar10oz",1}}; input[] = {{"ItemBriefcaseS40oz",1},{"ItemSilverBar10oz",1}};
}; };
class Crafting1 { class Crafting1
{
text = $STR_EPOCH_PLAYER_S_204; text = $STR_EPOCH_PLAYER_S_204;
script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -553,7 +639,8 @@ class ItemBriefcaseS40oz: ItemSilvercase_Base {
output[] = {{"ItemBriefcaseS100oz",1}}; output[] = {{"ItemBriefcaseS100oz",1}};
input[] = {{"ItemBriefcaseS40oz",1},{"ItemSilverBar10oz",6}}; input[] = {{"ItemBriefcaseS40oz",1},{"ItemSilverBar10oz",6}};
}; };
class Crafting2 { class Crafting2
{
text = $STR_EPOCH_PLAYER_S_200; text = $STR_EPOCH_PLAYER_S_200;
script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -561,7 +648,8 @@ class ItemBriefcaseS40oz: ItemSilvercase_Base {
output[] = {{"ItemSilverBar10oz",1},{"ItemBriefcaseS30oz",1}}; output[] = {{"ItemSilverBar10oz",1},{"ItemBriefcaseS30oz",1}};
input[] = {{"ItemBriefcaseS40oz",1}}; input[] = {{"ItemBriefcaseS40oz",1}};
}; };
class Crafting3 { class Crafting3
{
text = $STR_EPOCH_PLAYER_201; text = $STR_EPOCH_PLAYER_201;
script = ";['Crafting3','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting3','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -571,13 +659,16 @@ class ItemBriefcaseS40oz: ItemSilvercase_Base {
}; };
}; };
}; };
class ItemBriefcaseS50oz: ItemSilvercase_Base { class ItemBriefcaseS50oz: ItemSilvercase_Base
{
picture = "\z\addons\dayz_epoch\pictures\equip_silvercase_50oz_CA.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_silvercase_50oz_CA.paa";
descriptionShort = $STR_EPOCH_BRIEFCASE_5X10OZSILVER; descriptionShort = $STR_EPOCH_BRIEFCASE_5X10OZSILVER;
weight = 2.4;
worth = 50; worth = 50;
class ItemActions {
class Crafting { class ItemActions
{
class Crafting
{
text = $STR_EPOCH_PLAYER_S_197; text = $STR_EPOCH_PLAYER_S_197;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -585,7 +676,8 @@ class ItemBriefcaseS50oz: ItemSilvercase_Base {
output[] = {{"ItemBriefcaseS60oz",1}}; output[] = {{"ItemBriefcaseS60oz",1}};
input[] = {{"ItemBriefcaseS50oz",1},{"ItemSilverBar10oz",1}}; input[] = {{"ItemBriefcaseS50oz",1},{"ItemSilverBar10oz",1}};
}; };
class Crafting1 { class Crafting1
{
text = $STR_EPOCH_PLAYER_S_205; text = $STR_EPOCH_PLAYER_S_205;
script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -593,7 +685,8 @@ class ItemBriefcaseS50oz: ItemSilvercase_Base {
output[] = {{"ItemBriefcaseS100oz",1}}; output[] = {{"ItemBriefcaseS100oz",1}};
input[] = {{"ItemBriefcaseS50oz",1},{"ItemSilverBar10oz",5}}; input[] = {{"ItemBriefcaseS50oz",1},{"ItemSilverBar10oz",5}};
}; };
class Crafting2 { class Crafting2
{
text = $STR_EPOCH_PLAYER_S_200; text = $STR_EPOCH_PLAYER_S_200;
script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -601,7 +694,8 @@ class ItemBriefcaseS50oz: ItemSilvercase_Base {
output[] = {{"ItemSilverBar10oz",1},{"ItemBriefcaseS40oz",1}}; output[] = {{"ItemSilverBar10oz",1},{"ItemBriefcaseS40oz",1}};
input[] = {{"ItemBriefcaseS50oz",1}}; input[] = {{"ItemBriefcaseS50oz",1}};
}; };
class Crafting3 { class Crafting3
{
text = $STR_EPOCH_PLAYER_201; text = $STR_EPOCH_PLAYER_201;
script = ";['Crafting3','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting3','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -611,13 +705,16 @@ class ItemBriefcaseS50oz: ItemSilvercase_Base {
}; };
}; };
}; };
class ItemBriefcaseS60oz: ItemSilvercase_Base { class ItemBriefcaseS60oz: ItemSilvercase_Base
{
picture = "\z\addons\dayz_epoch\pictures\equip_silvercase_60oz_CA.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_silvercase_60oz_CA.paa";
descriptionShort = $STR_EPOCH_BRIEFCASE_6X10OZSILVER; descriptionShort = $STR_EPOCH_BRIEFCASE_6X10OZSILVER;
weight = 2.7;
worth = 60; worth = 60;
class ItemActions {
class Crafting { class ItemActions
{
class Crafting
{
text = $STR_EPOCH_PLAYER_S_197; text = $STR_EPOCH_PLAYER_S_197;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -625,7 +722,8 @@ class ItemBriefcaseS60oz: ItemSilvercase_Base {
output[] = {{"ItemBriefcaseS70oz",1}}; output[] = {{"ItemBriefcaseS70oz",1}};
input[] = {{"ItemBriefcaseS60oz",1},{"ItemSilverBar10oz",1}}; input[] = {{"ItemBriefcaseS60oz",1},{"ItemSilverBar10oz",1}};
}; };
class Crafting1 { class Crafting1
{
text = $STR_EPOCH_PLAYER_S_206; text = $STR_EPOCH_PLAYER_S_206;
script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -633,7 +731,8 @@ class ItemBriefcaseS60oz: ItemSilvercase_Base {
output[] = {{"ItemBriefcaseS100oz",1}}; output[] = {{"ItemBriefcaseS100oz",1}};
input[] = {{"ItemBriefcaseS60oz",1},{"ItemSilverBar10oz",4}}; input[] = {{"ItemBriefcaseS60oz",1},{"ItemSilverBar10oz",4}};
}; };
class Crafting2 { class Crafting2
{
text = $STR_EPOCH_PLAYER_S_200; text = $STR_EPOCH_PLAYER_S_200;
script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -641,7 +740,8 @@ class ItemBriefcaseS60oz: ItemSilvercase_Base {
output[] = {{"ItemSilverBar10oz",1},{"ItemBriefcaseS50oz",1}}; output[] = {{"ItemSilverBar10oz",1},{"ItemBriefcaseS50oz",1}};
input[] = {{"ItemBriefcaseS60oz",1}}; input[] = {{"ItemBriefcaseS60oz",1}};
}; };
class Crafting3 { class Crafting3
{
text = $STR_EPOCH_PLAYER_201; text = $STR_EPOCH_PLAYER_201;
script = ";['Crafting3','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting3','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -651,13 +751,16 @@ class ItemBriefcaseS60oz: ItemSilvercase_Base {
}; };
}; };
}; };
class ItemBriefcaseS70oz: ItemSilvercase_Base { class ItemBriefcaseS70oz: ItemSilvercase_Base
{
picture = "\z\addons\dayz_epoch\pictures\equip_silvercase_70oz_CA.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_silvercase_70oz_CA.paa";
descriptionShort = $STR_EPOCH_BRIEFCASE_7X10OZSILVER; descriptionShort = $STR_EPOCH_BRIEFCASE_7X10OZSILVER;
weight = 2.9;
worth = 70; worth = 70;
class ItemActions {
class Crafting { class ItemActions
{
class Crafting
{
text = $STR_EPOCH_PLAYER_S_197; text = $STR_EPOCH_PLAYER_S_197;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -665,7 +768,8 @@ class ItemBriefcaseS70oz: ItemSilvercase_Base {
output[] = {{"ItemBriefcaseS80oz",1}}; output[] = {{"ItemBriefcaseS80oz",1}};
input[] = {{"ItemBriefcaseS70oz",1},{"ItemSilverBar10oz",1}}; input[] = {{"ItemBriefcaseS70oz",1},{"ItemSilverBar10oz",1}};
}; };
class Crafting1 { class Crafting1
{
text = $STR_EPOCH_PLAYER_S_207; text = $STR_EPOCH_PLAYER_S_207;
script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -673,7 +777,8 @@ class ItemBriefcaseS70oz: ItemSilvercase_Base {
output[] = {{"ItemBriefcaseS100oz",1}}; output[] = {{"ItemBriefcaseS100oz",1}};
input[] = {{"ItemBriefcaseS70oz",1},{"ItemSilverBar10oz",3}}; input[] = {{"ItemBriefcaseS70oz",1},{"ItemSilverBar10oz",3}};
}; };
class Crafting2 { class Crafting2
{
text = $STR_EPOCH_PLAYER_S_200; text = $STR_EPOCH_PLAYER_S_200;
script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -681,7 +786,8 @@ class ItemBriefcaseS70oz: ItemSilvercase_Base {
output[] = {{"ItemSilverBar10oz",1},{"ItemBriefcaseS60oz",1}}; output[] = {{"ItemSilverBar10oz",1},{"ItemBriefcaseS60oz",1}};
input[] = {{"ItemBriefcaseS70oz",1}}; input[] = {{"ItemBriefcaseS70oz",1}};
}; };
class Crafting3 { class Crafting3
{
text = $STR_EPOCH_PLAYER_201; text = $STR_EPOCH_PLAYER_201;
script = ";['Crafting3','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting3','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -691,13 +797,16 @@ class ItemBriefcaseS70oz: ItemSilvercase_Base {
}; };
}; };
}; };
class ItemBriefcaseS80oz: ItemSilvercase_Base { class ItemBriefcaseS80oz: ItemSilvercase_Base
{
picture = "\z\addons\dayz_epoch\pictures\equip_silvercase_80oz_CA.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_silvercase_80oz_CA.paa";
descriptionShort = $STR_EPOCH_BRIEFCASE_8X10OZSILVER; descriptionShort = $STR_EPOCH_BRIEFCASE_8X10OZSILVER;
weight = 3.2;
worth = 80; worth = 80;
class ItemActions {
class Crafting { class ItemActions
{
class Crafting
{
text = $STR_EPOCH_PLAYER_S_197; text = $STR_EPOCH_PLAYER_S_197;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -705,7 +814,8 @@ class ItemBriefcaseS80oz: ItemSilvercase_Base {
output[] = {{"ItemBriefcaseS90oz",1}}; output[] = {{"ItemBriefcaseS90oz",1}};
input[] = {{"ItemBriefcaseS80oz",1},{"ItemSilverBar10oz",1}}; input[] = {{"ItemBriefcaseS80oz",1},{"ItemSilverBar10oz",1}};
}; };
class Crafting1 { class Crafting1
{
text = $STR_EPOCH_PLAYER_S_208; text = $STR_EPOCH_PLAYER_S_208;
script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -713,7 +823,8 @@ class ItemBriefcaseS80oz: ItemSilvercase_Base {
output[] = {{"ItemBriefcaseS100oz",1}}; output[] = {{"ItemBriefcaseS100oz",1}};
input[] = {{"ItemBriefcaseS80oz",1},{"ItemSilverBar10oz",2}}; input[] = {{"ItemBriefcaseS80oz",1},{"ItemSilverBar10oz",2}};
}; };
class Crafting2 { class Crafting2
{
text = $STR_EPOCH_PLAYER_S_200; text = $STR_EPOCH_PLAYER_S_200;
script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -721,7 +832,8 @@ class ItemBriefcaseS80oz: ItemSilvercase_Base {
output[] = {{"ItemSilverBar10oz",1},{"ItemBriefcaseS70oz",1}}; output[] = {{"ItemSilverBar10oz",1},{"ItemBriefcaseS70oz",1}};
input[] = {{"ItemBriefcaseS80oz",1}}; input[] = {{"ItemBriefcaseS80oz",1}};
}; };
class Crafting3 { class Crafting3
{
text = $STR_EPOCH_PLAYER_201; text = $STR_EPOCH_PLAYER_201;
script = ";['Crafting3','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting3','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -731,13 +843,16 @@ class ItemBriefcaseS80oz: ItemSilvercase_Base {
}; };
}; };
}; };
class ItemBriefcaseS90oz: ItemSilvercase_Base { class ItemBriefcaseS90oz: ItemSilvercase_Base
{
picture = "\z\addons\dayz_epoch\pictures\equip_silvercase_90oz_CA.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_silvercase_90oz_CA.paa";
descriptionShort = $STR_EPOCH_BRIEFCASE_9X10OZSILVER; descriptionShort = $STR_EPOCH_BRIEFCASE_9X10OZSILVER;
weight = 3.5;
worth = 90; worth = 90;
class ItemActions {
class Crafting { class ItemActions
{
class Crafting
{
text = $STR_EPOCH_PLAYER_S_197; text = $STR_EPOCH_PLAYER_S_197;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -745,7 +860,8 @@ class ItemBriefcaseS90oz: ItemSilvercase_Base {
output[] = {{"ItemBriefcaseS100oz",1}}; output[] = {{"ItemBriefcaseS100oz",1}};
input[] = {{"ItemBriefcaseS90oz",1},{"ItemSilverBar10oz",1}}; input[] = {{"ItemBriefcaseS90oz",1},{"ItemSilverBar10oz",1}};
}; };
class Crafting1 { class Crafting1
{
text = $STR_EPOCH_PLAYER_S_200; text = $STR_EPOCH_PLAYER_S_200;
script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -753,7 +869,8 @@ class ItemBriefcaseS90oz: ItemSilvercase_Base {
output[] = {{"ItemSilverBar10oz",1},{"ItemBriefcaseS80oz",1}}; output[] = {{"ItemSilverBar10oz",1},{"ItemBriefcaseS80oz",1}};
input[] = {{"ItemBriefcaseS90oz",1}}; input[] = {{"ItemBriefcaseS90oz",1}};
}; };
class Crafting2 { class Crafting2
{
text = $STR_EPOCH_PLAYER_201; text = $STR_EPOCH_PLAYER_201;
script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -763,13 +880,16 @@ class ItemBriefcaseS90oz: ItemSilvercase_Base {
}; };
}; };
}; };
class ItemBriefcaseS100oz: ItemSilvercase_Base { class ItemBriefcaseS100oz: ItemSilvercase_Base
{
picture = "\z\addons\dayz_epoch\pictures\equip_silvercase_100oz_CA.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_silvercase_100oz_CA.paa";
descriptionShort = $STR_EPOCH_BRIEFCASE_10X10OZSILVER; descriptionShort = $STR_EPOCH_BRIEFCASE_10X10OZSILVER;
weight = 3.8;
worth = 100; worth = 100;
class ItemActions {
class Crafting { class ItemActions
{
class Crafting
{
text = $STR_EPOCH_PLAYER_S_200; text = $STR_EPOCH_PLAYER_S_200;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -777,7 +897,8 @@ class ItemBriefcaseS100oz: ItemSilvercase_Base {
output[] = {{"ItemSilverBar10oz",1},{"ItemBriefcaseS90oz",1}}; output[] = {{"ItemSilverBar10oz",1},{"ItemBriefcaseS90oz",1}};
input[] = {{"ItemBriefcaseS100oz",1}}; input[] = {{"ItemBriefcaseS100oz",1}};
}; };
class Crafting1 { class Crafting1
{
text = $STR_EPOCH_PLAYER_201; text = $STR_EPOCH_PLAYER_201;
script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};

View File

@@ -1,5 +1,6 @@
class ItemBronzeBar: CA_Magazine { class ItemBronzeBar: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_BRONZE; displayName = $STR_EPOCH_BRONZE;

View File

@@ -1,13 +1,17 @@
class ItemCopperBar: CA_Magazine { class ItemCopperBar: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_COPPER; displayName = $STR_EPOCH_COPPER;
model = "\z\addons\dayz_epoch\models\copper_bar.p3d"; model = "\z\addons\dayz_epoch\models\copper_bar.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_copper_bar_CA.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_copper_bar_CA.paa";
descriptionShort = $STR_EPOCH_COPPER_DESC; descriptionShort = $STR_EPOCH_COPPER_DESC;
class ItemActions {
class Crafting { class ItemActions
{
class Crafting
{
text = $STR_EPOCH_PLAYER_210_9; text = $STR_EPOCH_PLAYER_210_9;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -17,16 +21,20 @@ class ItemCopperBar: CA_Magazine {
}; };
}; };
}; };
class ItemCopperBar10oz: CA_Magazine { class ItemCopperBar10oz: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_10OZCOPPER; displayName = $STR_EPOCH_10OZCOPPER;
model = "\z\addons\dayz_epoch\models\copper_bar_10oz.p3d"; model = "\z\addons\dayz_epoch\models\copper_bar_10oz.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_copper_bar_10oz_CA.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_copper_bar_10oz_CA.paa";
descriptionShort = $STR_EPOCH_10OZCOPPER_DESC; descriptionShort = $STR_EPOCH_10OZCOPPER_DESC;
class ItemActions {
class Crafting { class ItemActions
{
class Crafting
{
text = $STR_EPOCH_PLAYER_211; text = $STR_EPOCH_PLAYER_211;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};

View File

@@ -1,5 +1,6 @@
class ItemGoldBar: CA_Magazine { class ItemGoldBar: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
worth = 100; worth = 100;
type = 256; type = 256;
@@ -7,8 +8,11 @@ class ItemGoldBar: CA_Magazine {
model = "\z\addons\dayz_epoch\models\ItemGoldBar1oz.p3d"; model = "\z\addons\dayz_epoch\models\ItemGoldBar1oz.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_gold_bar_CA.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_gold_bar_CA.paa";
descriptionShort = $STR_EPOCH_GOLD_DESC; descriptionShort = $STR_EPOCH_GOLD_DESC;
class ItemActions {
class Crafting { class ItemActions
{
class Crafting
{
text = $STR_EPOCH_PLAYER_210_1; text = $STR_EPOCH_PLAYER_210_1;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -17,7 +21,8 @@ class ItemGoldBar: CA_Magazine {
input[] = {{"ItemGoldBar",2}}; input[] = {{"ItemGoldBar",2}};
}; };
class Crafting1 { class Crafting1
{
text = $STR_EPOCH_PLAYER_210_9; text = $STR_EPOCH_PLAYER_210_9;
script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -27,8 +32,9 @@ class ItemGoldBar: CA_Magazine {
}; };
}; };
}; };
class ItemGoldBar2oz: CA_Magazine { class ItemGoldBar2oz: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
worth = 200; worth = 200;
type = 256; type = 256;
@@ -36,8 +42,11 @@ class ItemGoldBar2oz: CA_Magazine {
model = "\z\addons\dayz_epoch\models\ItemGoldBar2oz.p3d"; model = "\z\addons\dayz_epoch\models\ItemGoldBar2oz.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_gold_bar_CA.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_gold_bar_CA.paa";
descriptionShort = $STR_EPOCH_2OZGOLD_DESC; descriptionShort = $STR_EPOCH_2OZGOLD_DESC;
class ItemActions {
class Crafting { class ItemActions
{
class Crafting
{
text = $STR_EPOCH_PLAYER_210_1; text = $STR_EPOCH_PLAYER_210_1;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -46,7 +55,8 @@ class ItemGoldBar2oz: CA_Magazine {
input[] = {{"ItemGoldBar2oz",1},{"ItemGoldBar",1}}; input[] = {{"ItemGoldBar2oz",1},{"ItemGoldBar",1}};
}; };
class Crafting1 { class Crafting1
{
text = $STR_EPOCH_PLAYER_211_1; text = $STR_EPOCH_PLAYER_211_1;
script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -55,7 +65,8 @@ class ItemGoldBar2oz: CA_Magazine {
input[] = {{"ItemGoldBar2oz",1}}; input[] = {{"ItemGoldBar2oz",1}};
}; };
class Crafting2 { class Crafting2
{
text = $STR_EPOCH_PLAYER_210_8; text = $STR_EPOCH_PLAYER_210_8;
script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -65,8 +76,9 @@ class ItemGoldBar2oz: CA_Magazine {
}; };
}; };
}; };
class ItemGoldBar3oz: CA_Magazine { class ItemGoldBar3oz: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
worth = 300; worth = 300;
type = 256; type = 256;
@@ -74,8 +86,11 @@ class ItemGoldBar3oz: CA_Magazine {
model = "\z\addons\dayz_epoch\models\ItemGoldBar3oz.p3d"; model = "\z\addons\dayz_epoch\models\ItemGoldBar3oz.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_gold_bar_CA.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_gold_bar_CA.paa";
descriptionShort = $STR_EPOCH_3OZGOLD_DESC; descriptionShort = $STR_EPOCH_3OZGOLD_DESC;
class ItemActions {
class Crafting { class ItemActions
{
class Crafting
{
text = $STR_EPOCH_PLAYER_210_1; text = $STR_EPOCH_PLAYER_210_1;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -84,7 +99,8 @@ class ItemGoldBar3oz: CA_Magazine {
input[] = {{"ItemGoldBar3oz",1},{"ItemGoldBar",1}}; input[] = {{"ItemGoldBar3oz",1},{"ItemGoldBar",1}};
}; };
class Crafting1 { class Crafting1
{
text = $STR_EPOCH_PLAYER_211_1; text = $STR_EPOCH_PLAYER_211_1;
script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -93,7 +109,8 @@ class ItemGoldBar3oz: CA_Magazine {
input[] = {{"ItemGoldBar3oz",1}}; input[] = {{"ItemGoldBar3oz",1}};
}; };
class Crafting2 { class Crafting2
{
text = $STR_EPOCH_PLAYER_210_7; text = $STR_EPOCH_PLAYER_210_7;
script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -101,7 +118,8 @@ class ItemGoldBar3oz: CA_Magazine {
output[] = {{"ItemGoldBar10oz",1}}; output[] = {{"ItemGoldBar10oz",1}};
input[] = {{"ItemGoldBar3oz",1},{"ItemGoldBar",7}}; input[] = {{"ItemGoldBar3oz",1},{"ItemGoldBar",7}};
}; };
class Crafting3 { class Crafting3
{
text = $STR_EPOCH_PLAYER_211; text = $STR_EPOCH_PLAYER_211;
script = ";['Crafting3','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting3','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -111,8 +129,9 @@ class ItemGoldBar3oz: CA_Magazine {
}; };
}; };
}; };
class ItemGoldBar4oz: CA_Magazine { class ItemGoldBar4oz: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
worth = 400; worth = 400;
type = 256; type = 256;
@@ -120,8 +139,11 @@ class ItemGoldBar4oz: CA_Magazine {
model = "\z\addons\dayz_epoch\models\ItemGoldBar4oz.p3d"; model = "\z\addons\dayz_epoch\models\ItemGoldBar4oz.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_gold_bar_CA.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_gold_bar_CA.paa";
descriptionShort = $STR_EPOCH_4OZGOLD_DESC; descriptionShort = $STR_EPOCH_4OZGOLD_DESC;
class ItemActions {
class Crafting { class ItemActions
{
class Crafting
{
text = $STR_EPOCH_PLAYER_210_1; text = $STR_EPOCH_PLAYER_210_1;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -130,7 +152,8 @@ class ItemGoldBar4oz: CA_Magazine {
input[] = {{"ItemGoldBar4oz",1},{"ItemGoldBar",1}}; input[] = {{"ItemGoldBar4oz",1},{"ItemGoldBar",1}};
}; };
class Crafting1 { class Crafting1
{
text = $STR_EPOCH_PLAYER_211_1; text = $STR_EPOCH_PLAYER_211_1;
script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -139,7 +162,8 @@ class ItemGoldBar4oz: CA_Magazine {
input[] = {{"ItemGoldBar4oz",1}}; input[] = {{"ItemGoldBar4oz",1}};
}; };
class Crafting2 { class Crafting2
{
text = $STR_EPOCH_PLAYER_210_6; text = $STR_EPOCH_PLAYER_210_6;
script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -147,7 +171,8 @@ class ItemGoldBar4oz: CA_Magazine {
output[] = {{"ItemGoldBar10oz",1}}; output[] = {{"ItemGoldBar10oz",1}};
input[] = {{"ItemGoldBar4oz",1},{"ItemGoldBar",6}}; input[] = {{"ItemGoldBar4oz",1},{"ItemGoldBar",6}};
}; };
class Crafting3 { class Crafting3
{
text = $STR_EPOCH_PLAYER_211; text = $STR_EPOCH_PLAYER_211;
script = ";['Crafting3','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting3','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -157,8 +182,9 @@ class ItemGoldBar4oz: CA_Magazine {
}; };
}; };
}; };
class ItemGoldBar5oz: CA_Magazine { class ItemGoldBar5oz: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
worth = 500; worth = 500;
type = 256; type = 256;
@@ -166,8 +192,11 @@ class ItemGoldBar5oz: CA_Magazine {
model = "\z\addons\dayz_epoch\models\ItemGoldBar5oz.p3d"; model = "\z\addons\dayz_epoch\models\ItemGoldBar5oz.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_gold_bar_CA.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_gold_bar_CA.paa";
descriptionShort = $STR_EPOCH_5OZGOLD_DESC; descriptionShort = $STR_EPOCH_5OZGOLD_DESC;
class ItemActions {
class Crafting { class ItemActions
{
class Crafting
{
text = $STR_EPOCH_PLAYER_210_1; text = $STR_EPOCH_PLAYER_210_1;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -176,7 +205,8 @@ class ItemGoldBar5oz: CA_Magazine {
input[] = {{"ItemGoldBar5oz",1},{"ItemGoldBar",1}}; input[] = {{"ItemGoldBar5oz",1},{"ItemGoldBar",1}};
}; };
class Crafting1 { class Crafting1
{
text = $STR_EPOCH_PLAYER_211_1; text = $STR_EPOCH_PLAYER_211_1;
script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -185,7 +215,8 @@ class ItemGoldBar5oz: CA_Magazine {
input[] = {{"ItemGoldBar5oz",1}}; input[] = {{"ItemGoldBar5oz",1}};
}; };
class Crafting2 { class Crafting2
{
text = $STR_EPOCH_PLAYER_210_5; text = $STR_EPOCH_PLAYER_210_5;
script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -193,7 +224,8 @@ class ItemGoldBar5oz: CA_Magazine {
output[] = {{"ItemGoldBar10oz",1}}; output[] = {{"ItemGoldBar10oz",1}};
input[] = {{"ItemGoldBar5oz",1},{"ItemGoldBar",5}}; input[] = {{"ItemGoldBar5oz",1},{"ItemGoldBar",5}};
}; };
class Crafting3 { class Crafting3
{
text = $STR_EPOCH_PLAYER_211; text = $STR_EPOCH_PLAYER_211;
script = ";['Crafting3','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting3','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -203,8 +235,9 @@ class ItemGoldBar5oz: CA_Magazine {
}; };
}; };
}; };
class ItemGoldBar6oz: CA_Magazine { class ItemGoldBar6oz: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
worth = 600; worth = 600;
type = 256; type = 256;
@@ -212,8 +245,11 @@ class ItemGoldBar6oz: CA_Magazine {
model = "\z\addons\dayz_epoch\models\ItemGoldBar6oz.p3d"; model = "\z\addons\dayz_epoch\models\ItemGoldBar6oz.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_gold_bar_CA.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_gold_bar_CA.paa";
descriptionShort = $STR_EPOCH_6OZGOLD_DESC; descriptionShort = $STR_EPOCH_6OZGOLD_DESC;
class ItemActions {
class Crafting { class ItemActions
{
class Crafting
{
text = $STR_EPOCH_PLAYER_210_1; text = $STR_EPOCH_PLAYER_210_1;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -222,7 +258,8 @@ class ItemGoldBar6oz: CA_Magazine {
input[] = {{"ItemGoldBar6oz",1},{"ItemGoldBar",1}}; input[] = {{"ItemGoldBar6oz",1},{"ItemGoldBar",1}};
}; };
class Crafting1 { class Crafting1
{
text = $STR_EPOCH_PLAYER_211_1; text = $STR_EPOCH_PLAYER_211_1;
script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -231,7 +268,8 @@ class ItemGoldBar6oz: CA_Magazine {
input[] = {{"ItemGoldBar6oz",1}}; input[] = {{"ItemGoldBar6oz",1}};
}; };
class Crafting2 { class Crafting2
{
text = $STR_EPOCH_PLAYER_210_4; text = $STR_EPOCH_PLAYER_210_4;
script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -239,7 +277,8 @@ class ItemGoldBar6oz: CA_Magazine {
output[] = {{"ItemGoldBar10oz",1}}; output[] = {{"ItemGoldBar10oz",1}};
input[] = {{"ItemGoldBar6oz",1},{"ItemGoldBar",4}}; input[] = {{"ItemGoldBar6oz",1},{"ItemGoldBar",4}};
}; };
class Crafting3 { class Crafting3
{
text = $STR_EPOCH_PLAYER_211; text = $STR_EPOCH_PLAYER_211;
script = ";['Crafting3','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting3','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -249,8 +288,9 @@ class ItemGoldBar6oz: CA_Magazine {
}; };
}; };
}; };
class ItemGoldBar7oz: CA_Magazine { class ItemGoldBar7oz: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
worth = 700; worth = 700;
type = 256; type = 256;
@@ -258,8 +298,11 @@ class ItemGoldBar7oz: CA_Magazine {
model = "\z\addons\dayz_epoch\models\ItemGoldBar7oz.p3d"; model = "\z\addons\dayz_epoch\models\ItemGoldBar7oz.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_gold_bar_CA.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_gold_bar_CA.paa";
descriptionShort = $STR_EPOCH_7OZGOLD_DESC; descriptionShort = $STR_EPOCH_7OZGOLD_DESC;
class ItemActions {
class Crafting { class ItemActions
{
class Crafting
{
text = $STR_EPOCH_PLAYER_210_1; text = $STR_EPOCH_PLAYER_210_1;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -268,7 +311,8 @@ class ItemGoldBar7oz: CA_Magazine {
input[] = {{"ItemGoldBar7oz",1},{"ItemGoldBar",1}}; input[] = {{"ItemGoldBar7oz",1},{"ItemGoldBar",1}};
}; };
class Crafting1 { class Crafting1
{
text = $STR_EPOCH_PLAYER_211_1; text = $STR_EPOCH_PLAYER_211_1;
script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -277,7 +321,8 @@ class ItemGoldBar7oz: CA_Magazine {
input[] = {{"ItemGoldBar7oz",1}}; input[] = {{"ItemGoldBar7oz",1}};
}; };
class Crafting2 { class Crafting2
{
text = $STR_EPOCH_PLAYER_210_3; text = $STR_EPOCH_PLAYER_210_3;
script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -285,7 +330,8 @@ class ItemGoldBar7oz: CA_Magazine {
output[] = {{"ItemGoldBar10oz",1}}; output[] = {{"ItemGoldBar10oz",1}};
input[] = {{"ItemGoldBar7oz",1},{"ItemGoldBar",3}}; input[] = {{"ItemGoldBar7oz",1},{"ItemGoldBar",3}};
}; };
class Crafting3 { class Crafting3
{
text = $STR_EPOCH_PLAYER_211; text = $STR_EPOCH_PLAYER_211;
script = ";['Crafting3','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting3','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -295,8 +341,9 @@ class ItemGoldBar7oz: CA_Magazine {
}; };
}; };
}; };
class ItemGoldBar8oz: CA_Magazine { class ItemGoldBar8oz: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
worth = 800; worth = 800;
type = 256; type = 256;
@@ -304,8 +351,11 @@ class ItemGoldBar8oz: CA_Magazine {
model = "\z\addons\dayz_epoch\models\ItemGoldBar8oz.p3d"; model = "\z\addons\dayz_epoch\models\ItemGoldBar8oz.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_gold_bar_CA.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_gold_bar_CA.paa";
descriptionShort = $STR_EPOCH_8OZGOLD_DESC; descriptionShort = $STR_EPOCH_8OZGOLD_DESC;
class ItemActions {
class Crafting { class ItemActions
{
class Crafting
{
text = $STR_EPOCH_PLAYER_210_1; text = $STR_EPOCH_PLAYER_210_1;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -314,7 +364,8 @@ class ItemGoldBar8oz: CA_Magazine {
input[] = {{"ItemGoldBar8oz",1},{"ItemGoldBar",1}}; input[] = {{"ItemGoldBar8oz",1},{"ItemGoldBar",1}};
}; };
class Crafting1 { class Crafting1
{
text = $STR_EPOCH_PLAYER_211_1; text = $STR_EPOCH_PLAYER_211_1;
script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -323,7 +374,8 @@ class ItemGoldBar8oz: CA_Magazine {
input[] = {{"ItemGoldBar8oz",1}}; input[] = {{"ItemGoldBar8oz",1}};
}; };
class Crafting2 { class Crafting2
{
text = $STR_EPOCH_PLAYER_210_2; text = $STR_EPOCH_PLAYER_210_2;
script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -331,7 +383,8 @@ class ItemGoldBar8oz: CA_Magazine {
output[] = {{"ItemGoldBar10oz",1}}; output[] = {{"ItemGoldBar10oz",1}};
input[] = {{"ItemGoldBar8oz",1},{"ItemGoldBar",2}}; input[] = {{"ItemGoldBar8oz",1},{"ItemGoldBar",2}};
}; };
class Crafting3 { class Crafting3
{
text = $STR_EPOCH_PLAYER_211; text = $STR_EPOCH_PLAYER_211;
script = ";['Crafting3','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting3','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -341,8 +394,9 @@ class ItemGoldBar8oz: CA_Magazine {
}; };
}; };
}; };
class ItemGoldBar9oz: CA_Magazine { class ItemGoldBar9oz: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
worth = 900; worth = 900;
type = 256; type = 256;
@@ -350,8 +404,11 @@ class ItemGoldBar9oz: CA_Magazine {
model = "\z\addons\dayz_epoch\models\ItemGoldBar9oz.p3d"; model = "\z\addons\dayz_epoch\models\ItemGoldBar9oz.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_gold_bar_CA.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_gold_bar_CA.paa";
descriptionShort = $STR_EPOCH_9OZGOLD_DESC; descriptionShort = $STR_EPOCH_9OZGOLD_DESC;
class ItemActions {
class Crafting { class ItemActions
{
class Crafting
{
text = $STR_EPOCH_PLAYER_210_1; text = $STR_EPOCH_PLAYER_210_1;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -360,7 +417,8 @@ class ItemGoldBar9oz: CA_Magazine {
input[] = {{"ItemGoldBar9oz",1},{"ItemGoldBar",1}}; input[] = {{"ItemGoldBar9oz",1},{"ItemGoldBar",1}};
}; };
class Crafting1 { class Crafting1
{
text = $STR_EPOCH_PLAYER_211_1; text = $STR_EPOCH_PLAYER_211_1;
script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -369,7 +427,8 @@ class ItemGoldBar9oz: CA_Magazine {
input[] = {{"ItemGoldBar9oz",1}}; input[] = {{"ItemGoldBar9oz",1}};
}; };
class Crafting3 { class Crafting3
{
text = $STR_EPOCH_PLAYER_211; text = $STR_EPOCH_PLAYER_211;
script = ";['Crafting3','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting3','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -379,8 +438,9 @@ class ItemGoldBar9oz: CA_Magazine {
}; };
}; };
}; };
class ItemGoldBar10oz: CA_Magazine { class ItemGoldBar10oz: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
worth = 1000; worth = 1000;
type = 256; type = 256;
@@ -388,17 +448,20 @@ class ItemGoldBar10oz: CA_Magazine {
model = "\z\addons\dayz_epoch\models\ItemGoldBar10oz.p3d"; model = "\z\addons\dayz_epoch\models\ItemGoldBar10oz.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_gold_bar_10oz_CA.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_gold_bar_10oz_CA.paa";
descriptionShort = $STR_EPOCH_10OZGOLD_DESC; descriptionShort = $STR_EPOCH_10OZGOLD_DESC;
class ItemActions {
class Crafting { class ItemActions
{
class Crafting
{
text = $STR_EPOCH_PLAYER_211_1; text = $STR_EPOCH_PLAYER_211_1;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
requiretools[] = {}; requiretools[] = {};
output[] = {{"ItemGoldBar9oz",1},{"ItemGoldBar",1}}; output[] = {{"ItemGoldBar9oz",1},{"ItemGoldBar",1}};
input[] = {{"ItemGoldBar10oz",1}}; input[] = {{"ItemGoldBar10oz",1}};
}; };
class Crafting1 { class Crafting1
{
text = $STR_EPOCH_PLAYER_211; text = $STR_EPOCH_PLAYER_211;
script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};

View File

@@ -1,5 +1,6 @@
class ItemSilverBar: CA_Magazine { class ItemSilverBar: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
worth = 1; worth = 1;
type = 256; type = 256;
@@ -7,8 +8,11 @@ class ItemSilverBar: CA_Magazine {
model = "\z\addons\dayz_epoch\models\ItemSilverBar1oz.p3d"; model = "\z\addons\dayz_epoch\models\ItemSilverBar1oz.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_silver_bar_CA.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_silver_bar_CA.paa";
descriptionShort = $STR_EPOCH_SILVER_DESC; descriptionShort = $STR_EPOCH_SILVER_DESC;
class ItemActions {
class Crafting { class ItemActions
{
class Crafting
{
text = $STR_EPOCH_PLAYER_210_1; text = $STR_EPOCH_PLAYER_210_1;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -17,7 +21,8 @@ class ItemSilverBar: CA_Magazine {
input[] = {{"ItemSilverBar",2}}; input[] = {{"ItemSilverBar",2}};
}; };
class Crafting1 { class Crafting1
{
text = $STR_EPOCH_PLAYER_210_9; text = $STR_EPOCH_PLAYER_210_9;
script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -27,8 +32,9 @@ class ItemSilverBar: CA_Magazine {
}; };
}; };
}; };
class ItemSilverBar2oz: CA_Magazine { class ItemSilverBar2oz: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
worth = 2; worth = 2;
type = 256; type = 256;
@@ -36,8 +42,11 @@ class ItemSilverBar2oz: CA_Magazine {
model = "\z\addons\dayz_epoch\models\ItemSilverBar2oz.p3d"; model = "\z\addons\dayz_epoch\models\ItemSilverBar2oz.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_silver_bar_CA.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_silver_bar_CA.paa";
descriptionShort = $STR_EPOCH_2OZSILVER_DESC; descriptionShort = $STR_EPOCH_2OZSILVER_DESC;
class ItemActions {
class Crafting { class ItemActions
{
class Crafting
{
text = $STR_EPOCH_PLAYER_210_1; text = $STR_EPOCH_PLAYER_210_1;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -46,7 +55,8 @@ class ItemSilverBar2oz: CA_Magazine {
input[] = {{"ItemSilverBar2oz",1},{"ItemSilverBar",1}}; input[] = {{"ItemSilverBar2oz",1},{"ItemSilverBar",1}};
}; };
class Crafting1 { class Crafting1
{
text = $STR_EPOCH_PLAYER_211_1; text = $STR_EPOCH_PLAYER_211_1;
script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -55,7 +65,8 @@ class ItemSilverBar2oz: CA_Magazine {
input[] = {{"ItemSilverBar2oz",1}}; input[] = {{"ItemSilverBar2oz",1}};
}; };
class Crafting2 { class Crafting2
{
text = $STR_EPOCH_PLAYER_210_8; text = $STR_EPOCH_PLAYER_210_8;
script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -65,8 +76,9 @@ class ItemSilverBar2oz: CA_Magazine {
}; };
}; };
}; };
class ItemSilverBar3oz: CA_Magazine { class ItemSilverBar3oz: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
worth = 3; worth = 3;
type = 256; type = 256;
@@ -74,8 +86,11 @@ class ItemSilverBar3oz: CA_Magazine {
model = "\z\addons\dayz_epoch\models\ItemSilverBar3oz.p3d"; model = "\z\addons\dayz_epoch\models\ItemSilverBar3oz.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_silver_bar_CA.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_silver_bar_CA.paa";
descriptionShort = $STR_EPOCH_3OZSILVER_DESC; descriptionShort = $STR_EPOCH_3OZSILVER_DESC;
class ItemActions {
class Crafting { class ItemActions
{
class Crafting
{
text = $STR_EPOCH_PLAYER_210_1; text = $STR_EPOCH_PLAYER_210_1;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -84,7 +99,8 @@ class ItemSilverBar3oz: CA_Magazine {
input[] = {{"ItemSilverBar3oz",1},{"ItemSilverBar",1}}; input[] = {{"ItemSilverBar3oz",1},{"ItemSilverBar",1}};
}; };
class Crafting1 { class Crafting1
{
text = $STR_EPOCH_PLAYER_211_1; text = $STR_EPOCH_PLAYER_211_1;
script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -93,7 +109,8 @@ class ItemSilverBar3oz: CA_Magazine {
input[] = {{"ItemSilverBar3oz",1}}; input[] = {{"ItemSilverBar3oz",1}};
}; };
class Crafting2 { class Crafting2
{
text = $STR_EPOCH_PLAYER_210_7; text = $STR_EPOCH_PLAYER_210_7;
script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -101,7 +118,8 @@ class ItemSilverBar3oz: CA_Magazine {
output[] = {{"ItemSilverBar10oz",1}}; output[] = {{"ItemSilverBar10oz",1}};
input[] = {{"ItemSilverBar3oz",1},{"ItemSilverBar",7}}; input[] = {{"ItemSilverBar3oz",1},{"ItemSilverBar",7}};
}; };
class Crafting3 { class Crafting3
{
text = $STR_EPOCH_PLAYER_211; text = $STR_EPOCH_PLAYER_211;
script = ";['Crafting3','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting3','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -111,8 +129,9 @@ class ItemSilverBar3oz: CA_Magazine {
}; };
}; };
}; };
class ItemSilverBar4oz: CA_Magazine { class ItemSilverBar4oz: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
worth = 4; worth = 4;
type = 256; type = 256;
@@ -120,8 +139,11 @@ class ItemSilverBar4oz: CA_Magazine {
model = "\z\addons\dayz_epoch\models\ItemSilverBar4oz.p3d"; model = "\z\addons\dayz_epoch\models\ItemSilverBar4oz.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_silver_bar_CA.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_silver_bar_CA.paa";
descriptionShort = $STR_EPOCH_4OZSILVER_DESC; descriptionShort = $STR_EPOCH_4OZSILVER_DESC;
class ItemActions {
class Crafting { class ItemActions
{
class Crafting
{
text = $STR_EPOCH_PLAYER_210_1; text = $STR_EPOCH_PLAYER_210_1;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -130,7 +152,8 @@ class ItemSilverBar4oz: CA_Magazine {
input[] = {{"ItemSilverBar4oz",1},{"ItemSilverBar",1}}; input[] = {{"ItemSilverBar4oz",1},{"ItemSilverBar",1}};
}; };
class Crafting1 { class Crafting1
{
text = $STR_EPOCH_PLAYER_211_1; text = $STR_EPOCH_PLAYER_211_1;
script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -139,7 +162,8 @@ class ItemSilverBar4oz: CA_Magazine {
input[] = {{"ItemSilverBar4oz",1}}; input[] = {{"ItemSilverBar4oz",1}};
}; };
class Crafting2 { class Crafting2
{
text = $STR_EPOCH_PLAYER_210_6; text = $STR_EPOCH_PLAYER_210_6;
script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -147,7 +171,8 @@ class ItemSilverBar4oz: CA_Magazine {
output[] = {{"ItemSilverBar10oz",1}}; output[] = {{"ItemSilverBar10oz",1}};
input[] = {{"ItemSilverBar4oz",1},{"ItemSilverBar",6}}; input[] = {{"ItemSilverBar4oz",1},{"ItemSilverBar",6}};
}; };
class Crafting3 { class Crafting3
{
text = $STR_EPOCH_PLAYER_211; text = $STR_EPOCH_PLAYER_211;
script = ";['Crafting3','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting3','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -157,8 +182,9 @@ class ItemSilverBar4oz: CA_Magazine {
}; };
}; };
}; };
class ItemSilverBar5oz: CA_Magazine { class ItemSilverBar5oz: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
worth = 5; worth = 5;
type = 256; type = 256;
@@ -166,8 +192,11 @@ class ItemSilverBar5oz: CA_Magazine {
model = "\z\addons\dayz_epoch\models\ItemSilverBar5oz.p3d"; model = "\z\addons\dayz_epoch\models\ItemSilverBar5oz.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_silver_bar_CA.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_silver_bar_CA.paa";
descriptionShort = $STR_EPOCH_5OZSILVER_DESC; descriptionShort = $STR_EPOCH_5OZSILVER_DESC;
class ItemActions {
class Crafting { class ItemActions
{
class Crafting
{
text = $STR_EPOCH_PLAYER_210_1; text = $STR_EPOCH_PLAYER_210_1;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -176,7 +205,8 @@ class ItemSilverBar5oz: CA_Magazine {
input[] = {{"ItemSilverBar5oz",1},{"ItemSilverBar",1}}; input[] = {{"ItemSilverBar5oz",1},{"ItemSilverBar",1}};
}; };
class Crafting1 { class Crafting1
{
text = $STR_EPOCH_PLAYER_211_1; text = $STR_EPOCH_PLAYER_211_1;
script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -185,7 +215,8 @@ class ItemSilverBar5oz: CA_Magazine {
input[] = {{"ItemSilverBar5oz",1}}; input[] = {{"ItemSilverBar5oz",1}};
}; };
class Crafting2 { class Crafting2
{
text = $STR_EPOCH_PLAYER_210_5; text = $STR_EPOCH_PLAYER_210_5;
script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -193,7 +224,8 @@ class ItemSilverBar5oz: CA_Magazine {
output[] = {{"ItemSilverBar10oz",1}}; output[] = {{"ItemSilverBar10oz",1}};
input[] = {{"ItemSilverBar5oz",1},{"ItemSilverBar",5}}; input[] = {{"ItemSilverBar5oz",1},{"ItemSilverBar",5}};
}; };
class Crafting3 { class Crafting3
{
text = $STR_EPOCH_PLAYER_211; text = $STR_EPOCH_PLAYER_211;
script = ";['Crafting3','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting3','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -203,8 +235,9 @@ class ItemSilverBar5oz: CA_Magazine {
}; };
}; };
}; };
class ItemSilverBar6oz: CA_Magazine { class ItemSilverBar6oz: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
worth = 6; worth = 6;
type = 256; type = 256;
@@ -212,8 +245,11 @@ class ItemSilverBar6oz: CA_Magazine {
model = "\z\addons\dayz_epoch\models\ItemSilverBar6oz.p3d"; model = "\z\addons\dayz_epoch\models\ItemSilverBar6oz.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_silver_bar_CA.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_silver_bar_CA.paa";
descriptionShort = $STR_EPOCH_6OZSILVER_DESC; descriptionShort = $STR_EPOCH_6OZSILVER_DESC;
class ItemActions {
class Crafting { class ItemActions
{
class Crafting
{
text = $STR_EPOCH_PLAYER_210_1; text = $STR_EPOCH_PLAYER_210_1;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -222,7 +258,8 @@ class ItemSilverBar6oz: CA_Magazine {
input[] = {{"ItemSilverBar6oz",1},{"ItemSilverBar",1}}; input[] = {{"ItemSilverBar6oz",1},{"ItemSilverBar",1}};
}; };
class Crafting1 { class Crafting1
{
text = $STR_EPOCH_PLAYER_211_1; text = $STR_EPOCH_PLAYER_211_1;
script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -231,7 +268,8 @@ class ItemSilverBar6oz: CA_Magazine {
input[] = {{"ItemSilverBar6oz",1}}; input[] = {{"ItemSilverBar6oz",1}};
}; };
class Crafting2 { class Crafting2
{
text = $STR_EPOCH_PLAYER_210_4; text = $STR_EPOCH_PLAYER_210_4;
script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -239,7 +277,8 @@ class ItemSilverBar6oz: CA_Magazine {
output[] = {{"ItemSilverBar10oz",1}}; output[] = {{"ItemSilverBar10oz",1}};
input[] = {{"ItemSilverBar6oz",1},{"ItemSilverBar",4}}; input[] = {{"ItemSilverBar6oz",1},{"ItemSilverBar",4}};
}; };
class Crafting3 { class Crafting3
{
text = $STR_EPOCH_PLAYER_211; text = $STR_EPOCH_PLAYER_211;
script = ";['Crafting3','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting3','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -249,8 +288,9 @@ class ItemSilverBar6oz: CA_Magazine {
}; };
}; };
}; };
class ItemSilverBar7oz: CA_Magazine { class ItemSilverBar7oz: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
worth = 7; worth = 7;
type = 256; type = 256;
@@ -258,8 +298,11 @@ class ItemSilverBar7oz: CA_Magazine {
model = "\z\addons\dayz_epoch\models\ItemSilverBar7oz.p3d"; model = "\z\addons\dayz_epoch\models\ItemSilverBar7oz.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_silver_bar_CA.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_silver_bar_CA.paa";
descriptionShort = $STR_EPOCH_7OZSILVER_DESC; descriptionShort = $STR_EPOCH_7OZSILVER_DESC;
class ItemActions {
class Crafting { class ItemActions
{
class Crafting
{
text = $STR_EPOCH_PLAYER_210_1; text = $STR_EPOCH_PLAYER_210_1;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -268,7 +311,8 @@ class ItemSilverBar7oz: CA_Magazine {
input[] = {{"ItemSilverBar7oz",1},{"ItemSilverBar",1}}; input[] = {{"ItemSilverBar7oz",1},{"ItemSilverBar",1}};
}; };
class Crafting1 { class Crafting1
{
text = $STR_EPOCH_PLAYER_211_1; text = $STR_EPOCH_PLAYER_211_1;
script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -277,7 +321,8 @@ class ItemSilverBar7oz: CA_Magazine {
input[] = {{"ItemSilverBar7oz",1}}; input[] = {{"ItemSilverBar7oz",1}};
}; };
class Crafting2 { class Crafting2
{
text = $STR_EPOCH_PLAYER_210_3; text = $STR_EPOCH_PLAYER_210_3;
script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -285,7 +330,8 @@ class ItemSilverBar7oz: CA_Magazine {
output[] = {{"ItemSilverBar10oz",1}}; output[] = {{"ItemSilverBar10oz",1}};
input[] = {{"ItemSilverBar7oz",1},{"ItemSilverBar",3}}; input[] = {{"ItemSilverBar7oz",1},{"ItemSilverBar",3}};
}; };
class Crafting3 { class Crafting3
{
text = $STR_EPOCH_PLAYER_211; text = $STR_EPOCH_PLAYER_211;
script = ";['Crafting3','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting3','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -295,8 +341,9 @@ class ItemSilverBar7oz: CA_Magazine {
}; };
}; };
}; };
class ItemSilverBar8oz: CA_Magazine { class ItemSilverBar8oz: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
worth = 8; worth = 8;
type = 256; type = 256;
@@ -304,8 +351,11 @@ class ItemSilverBar8oz: CA_Magazine {
model = "\z\addons\dayz_epoch\models\ItemSilverBar8oz.p3d"; model = "\z\addons\dayz_epoch\models\ItemSilverBar8oz.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_silver_bar_CA.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_silver_bar_CA.paa";
descriptionShort = $STR_EPOCH_8OZSILVER_DESC; descriptionShort = $STR_EPOCH_8OZSILVER_DESC;
class ItemActions {
class Crafting { class ItemActions
{
class Crafting
{
text = $STR_EPOCH_PLAYER_210_1; text = $STR_EPOCH_PLAYER_210_1;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -314,7 +364,8 @@ class ItemSilverBar8oz: CA_Magazine {
input[] = {{"ItemSilverBar8oz",1},{"ItemSilverBar",1}}; input[] = {{"ItemSilverBar8oz",1},{"ItemSilverBar",1}};
}; };
class Crafting1 { class Crafting1
{
text = $STR_EPOCH_PLAYER_211_1; text = $STR_EPOCH_PLAYER_211_1;
script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -323,7 +374,8 @@ class ItemSilverBar8oz: CA_Magazine {
input[] = {{"ItemSilverBar8oz",1}}; input[] = {{"ItemSilverBar8oz",1}};
}; };
class Crafting2 { class Crafting2
{
text = $STR_EPOCH_PLAYER_210_2; text = $STR_EPOCH_PLAYER_210_2;
script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -331,7 +383,8 @@ class ItemSilverBar8oz: CA_Magazine {
output[] = {{"ItemSilverBar10oz",1}}; output[] = {{"ItemSilverBar10oz",1}};
input[] = {{"ItemSilverBar8oz",1},{"ItemSilverBar",2}}; input[] = {{"ItemSilverBar8oz",1},{"ItemSilverBar",2}};
}; };
class Crafting3 { class Crafting3
{
text = $STR_EPOCH_PLAYER_211; text = $STR_EPOCH_PLAYER_211;
script = ";['Crafting3','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting3','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -341,8 +394,9 @@ class ItemSilverBar8oz: CA_Magazine {
}; };
}; };
}; };
class ItemSilverBar9oz: CA_Magazine { class ItemSilverBar9oz: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
worth = 9; worth = 9;
type = 256; type = 256;
@@ -350,8 +404,11 @@ class ItemSilverBar9oz: CA_Magazine {
model = "\z\addons\dayz_epoch\models\ItemSilverBar9oz.p3d"; model = "\z\addons\dayz_epoch\models\ItemSilverBar9oz.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_silver_bar_CA.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_silver_bar_CA.paa";
descriptionShort = $STR_EPOCH_9OZSILVER_DESC; descriptionShort = $STR_EPOCH_9OZSILVER_DESC;
class ItemActions {
class Crafting { class ItemActions
{
class Crafting
{
text = $STR_EPOCH_PLAYER_210_1; text = $STR_EPOCH_PLAYER_210_1;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -360,7 +417,8 @@ class ItemSilverBar9oz: CA_Magazine {
input[] = {{"ItemSilverBar9oz",1},{"ItemSilverBar",1}}; input[] = {{"ItemSilverBar9oz",1},{"ItemSilverBar",1}};
}; };
class Crafting1 { class Crafting1
{
text = $STR_EPOCH_PLAYER_211_1; text = $STR_EPOCH_PLAYER_211_1;
script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -369,7 +427,8 @@ class ItemSilverBar9oz: CA_Magazine {
input[] = {{"ItemSilverBar9oz",1}}; input[] = {{"ItemSilverBar9oz",1}};
}; };
class Crafting3 { class Crafting3
{
text = $STR_EPOCH_PLAYER_211; text = $STR_EPOCH_PLAYER_211;
script = ";['Crafting3','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting3','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -379,8 +438,9 @@ class ItemSilverBar9oz: CA_Magazine {
}; };
}; };
}; };
class ItemSilverBar10oz: CA_Magazine { class ItemSilverBar10oz: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
worth = 10; worth = 10;
type = 256; type = 256;
@@ -388,8 +448,11 @@ class ItemSilverBar10oz: CA_Magazine {
model = "\z\addons\dayz_epoch\models\ItemSilverBar10oz.p3d"; model = "\z\addons\dayz_epoch\models\ItemSilverBar10oz.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_Silver_bar_10oz_CA.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_Silver_bar_10oz_CA.paa";
descriptionShort = $STR_EPOCH_10OZSILVER_DESC; descriptionShort = $STR_EPOCH_10OZSILVER_DESC;
class ItemActions {
class Crafting { class ItemActions
{
class Crafting
{
text = $STR_EPOCH_PLAYER_211_1; text = $STR_EPOCH_PLAYER_211_1;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -398,7 +461,8 @@ class ItemSilverBar10oz: CA_Magazine {
input[] = {{"ItemSilverBar10oz",1}}; input[] = {{"ItemSilverBar10oz",1}};
}; };
class Crafting1 { class Crafting1
{
text = $STR_EPOCH_PLAYER_211; text = $STR_EPOCH_PLAYER_211;
script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};

View File

@@ -1,5 +1,6 @@
class ItemTinBar: CA_Magazine { class ItemTinBar: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_TIN; displayName = $STR_EPOCH_TIN;
@@ -8,16 +9,20 @@ class ItemTinBar: CA_Magazine {
descriptionShort = $STR_EPOCH_TIN_DESC; descriptionShort = $STR_EPOCH_TIN_DESC;
}; };
class ItemTinBar10oz: CA_Magazine { class ItemTinBar10oz: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_10OZTIN; displayName = $STR_EPOCH_10OZTIN;
model = "\z\addons\dayz_epoch\models\tin_bar.p3d"; model = "\z\addons\dayz_epoch\models\tin_bar.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_tin_bar_10oz_CA.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_tin_bar_10oz_CA.paa";
descriptionShort = $STR_EPOCH_10OZTIN_DESC; descriptionShort = $STR_EPOCH_10OZTIN_DESC;
class ItemActions {
class Crafting { class ItemActions
{
class Crafting
{
text = $STR_EPOCH_PLAYER_211; text = $STR_EPOCH_PLAYER_211;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {"fire"}; neednearby[] = {"fire"};

View File

@@ -1,15 +1,18 @@
class ItemDocument: CA_Magazine { class ItemDocument: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_DOCUMENT; displayName = $STR_EPOCH_DOCUMENT;
model = "\z\addons\dayz_epoch\models\doc_generic.p3d"; model = "\z\addons\dayz_epoch\models\doc_generic.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_doc_generic_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_doc_generic_ca.paa";
descriptionShort = $STR_EPOCH_DOCUMENT_DESC; descriptionShort = $STR_EPOCH_DOCUMENT_DESC;
weight = 0.1;
sfx = "document"; sfx = "document";
class ItemActions {
class Crafting { class ItemActions
{
class Crafting
{
text = $STR_EPOCH_PLAYER_188; text = $STR_EPOCH_PLAYER_188;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
@@ -21,18 +24,21 @@ class ItemDocument: CA_Magazine {
}; };
}; };
class ItemPlotDeed: CA_Magazine { class ItemPlotDeed: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_PLOTDEED; displayName = $STR_EPOCH_PLOTDEED;
model = "\z\addons\dayz_epoch\models\doc_generic.p3d"; model = "\z\addons\dayz_epoch\models\doc_generic.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_doc_generic_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_doc_generic_ca.paa";
descriptionShort = $STR_EPOCH_PLOTDEED_DESC; descriptionShort = $STR_EPOCH_PLOTDEED_DESC;
weight = 0.1;
sfx = "document"; sfx = "document";
class ItemActions {
class Crafting { class ItemActions
{
class Crafting
{
text = $STR_EPOCH_PLOTDEED_ACTION; text = $STR_EPOCH_PLOTDEED_ACTION;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {"workshop"}; neednearby[] = {"workshop"};
@@ -43,70 +49,71 @@ class ItemPlotDeed: CA_Magazine {
}; };
}; };
class ItemLetter: CA_Magazine { class ItemLetter: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_LETTER; displayName = $STR_EPOCH_LETTER;
model = "\z\addons\dayz_epoch\models\doc_letter.p3d"; model = "\z\addons\dayz_epoch\models\doc_letter.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_doc_letter_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_doc_letter_ca.paa";
descriptionShort = $STR_EPOCH_LETTER_DESC; descriptionShort = $STR_EPOCH_LETTER_DESC;
weight = 0.1;
}; };
class ItemBook1: CA_Magazine { class ItemBook1: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_ROMANCENOVEL; displayName = $STR_EPOCH_ROMANCENOVEL;
model = "\z\addons\dayz_epoch\models\doc_trashy1.p3d"; model = "\z\addons\dayz_epoch\models\doc_trashy1.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_trashy1_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_trashy1_ca.paa";
descriptionShort = $STR_EPOCH_ROMANCENOVEL_DESC; descriptionShort = $STR_EPOCH_ROMANCENOVEL_DESC;
weight = 0.1;
}; };
class ItemBook2: CA_Magazine { class ItemBook2: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_ROMANCENOVEL; displayName = $STR_EPOCH_ROMANCENOVEL;
model = "\z\addons\dayz_epoch\models\doc_trashy2.p3d"; model = "\z\addons\dayz_epoch\models\doc_trashy2.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_trashy2_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_trashy2_ca.paa";
descriptionShort = $STR_EPOCH_ROMANCENOVEL_DESC2; descriptionShort = $STR_EPOCH_ROMANCENOVEL_DESC2;
weight = 0.1;
}; };
class ItemBook3: CA_Magazine { class ItemBook3: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_BOOK; displayName = $STR_EPOCH_BOOK;
model = "\z\addons\dayz_epoch\models\doc_child1.p3d"; model = "\z\addons\dayz_epoch\models\doc_child1.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_child1_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_child1_ca.paa";
descriptionShort = $STR_EPOCH_BOOK_DESC; descriptionShort = $STR_EPOCH_BOOK_DESC;
weight = 0.1;
}; };
class ItemBook4: CA_Magazine { class ItemBook4: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_BOOK; displayName = $STR_EPOCH_BOOK;
model = "\z\addons\dayz_epoch\models\doc_child2.p3d"; model = "\z\addons\dayz_epoch\models\doc_child2.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_child2_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_child2_ca.paa";
descriptionShort = $STR_EPOCH_BOOK_DESC; descriptionShort = $STR_EPOCH_BOOK_DESC;
weight = 0.1;
}; };
class ItemNewspaper: CA_Magazine { class ItemNewspaper: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_TORNNEWSPAPER; displayName = $STR_EPOCH_TORNNEWSPAPER;
model = "\z\addons\dayz_epoch\models\doc_deaths.p3d"; model = "\z\addons\dayz_epoch\models\doc_deaths.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_deaths_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_deaths_ca.paa";
descriptionShort = $STR_EPOCH_TORNNEWSPAPER_DESC; descriptionShort = $STR_EPOCH_TORNNEWSPAPER_DESC;
weight = 0.1;
class ItemActions { class ItemActions {
class Obituaries { class Obituaries {
text = $STR_EPOCH_TORNNEWSPAPER_ACTION; text = $STR_EPOCH_TORNNEWSPAPER_ACTION;
@@ -115,17 +122,20 @@ class ItemNewspaper: CA_Magazine {
}; };
}; };
class ItemDocumentRamp: CA_Magazine { class ItemDocumentRamp: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_WOODRAMP; displayName = $STR_EPOCH_WOODRAMP;
model = "\z\addons\dayz_epoch\models\doc_ramp.p3d"; model = "\z\addons\dayz_epoch\models\doc_ramp.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_doc_ramp_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_doc_ramp_ca.paa";
descriptionShort = $STR_EPOCH_WOODRAMP_DESC; descriptionShort = $STR_EPOCH_WOODRAMP_DESC;
weight = 0.1;
class ItemActions { class ItemActions
class Crafting { {
class Crafting
{
text = $STR_EPOCH_PLAYER_189; text = $STR_EPOCH_PLAYER_189;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {"workshop"}; neednearby[] = {"workshop"};
@@ -138,10 +148,9 @@ class ItemDocumentRamp: CA_Magazine {
class ItemBookBible : CA_Magazine class ItemBookBible : CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = WeaponSlotItem; type = 256;
model = "z\addons\dayz_communityassets\models\bible.p3d"; model = "z\addons\dayz_communityassets\models\bible.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_bible_CA.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_bible_CA.paa";
displayName = $STR_BOOK_NAME_BIBLE; displayName = $STR_BOOK_NAME_BIBLE;
@@ -150,10 +159,9 @@ class ItemBookBible : CA_Magazine
class ItemTrashPaper : CA_Magazine class ItemTrashPaper : CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = WeaponSlotItem; type = 256;
model = "z\addons\dayz_communityassets\models\paper_sheet_clean_note.p3d"; model = "z\addons\dayz_communityassets\models\paper_sheet_clean_note.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_paper_sheet_note_ca.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_paper_sheet_note_ca.paa";
displayName = $STR_name_ItemTrashPaper; displayName = $STR_name_ItemTrashPaper;
@@ -162,18 +170,18 @@ class ItemTrashPaper : CA_Magazine
class ItemTrashPaperMusic : CA_Magazine class ItemTrashPaperMusic : CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = WeaponSlotItem; type = 256;
model = "z\addons\dayz_communityassets\models\paper_sheet_musical.p3d"; model = "z\addons\dayz_communityassets\models\paper_sheet_musical.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_paper_sheet_musical_ca.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_paper_sheet_musical_ca.paa";
displayName = $STR_name_ItemTrashPaperMusic; displayName = $STR_name_ItemTrashPaperMusic;
descriptionShort = $STR_desc_ItemTrashPaperMusic; descriptionShort = $STR_desc_ItemTrashPaperMusic;
}; };
class equip_paper_sheet : CA_Magazine { class equip_paper_sheet : CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
displayName = $STR_ITEM_NAME_equip_paper_sheet; displayName = $STR_ITEM_NAME_equip_paper_sheet;
descriptionShort = $STR_ITEM_DESC_equip_paper_sheet; descriptionShort = $STR_ITEM_DESC_equip_paper_sheet;
@@ -181,8 +189,9 @@ class equip_paper_sheet : CA_Magazine {
type = 256; type = 256;
}; };
class equip_note : CA_Magazine { class equip_note : CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
displayName = $STR_ITEM_NAME_equip_note; displayName = $STR_ITEM_NAME_equip_note;
descriptionShort = $STR_ITEM_DESC_equip_note; descriptionShort = $STR_ITEM_DESC_equip_note;
@@ -191,90 +200,105 @@ class equip_note : CA_Magazine {
}; };
// Vehicle upgrade parts // Vehicle upgrade parts
class ItemORP: CA_Magazine { class ItemORP: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_VEHUP_ORP; displayName = $STR_EPOCH_VEHUP_ORP;
model = "\z\addons\dayz_epoch\models\doc_Up1.p3d"; model = "\z\addons\dayz_epoch\models\doc_Up1.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_docup1_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_docup1_ca.paa";
descriptionShort = $STR_EPOCH_VEHUP_ORP_DESC; descriptionShort = $STR_EPOCH_VEHUP_ORP_DESC;
weight = 0.1;
sfx = "document"; sfx = "document";
class ItemActions {
class Upgrades { class ItemActions
{
class Upgrades
{
text = $STR_EPOCH_PLAYER_UPGRADEV; text = $STR_EPOCH_PLAYER_UPGRADEV;
script = "spawn player_upgradeVehicle;"; script = "spawn player_upgradeVehicle;";
}; };
}; };
}; };
class ItemAVE: CA_Magazine { class ItemAVE: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_VEHUP_AVE; displayName = $STR_EPOCH_VEHUP_AVE;
model = "\z\addons\dayz_epoch\models\doc_Up2.p3d"; model = "\z\addons\dayz_epoch\models\doc_Up2.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_docup2_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_docup2_ca.paa";
descriptionShort = $STR_EPOCH_VEHUP_AVE_DESC; descriptionShort = $STR_EPOCH_VEHUP_AVE_DESC;
weight = 0.1;
sfx = "document"; sfx = "document";
class ItemActions {
class Upgrades { class ItemActions
{
class Upgrades
{
text = $STR_EPOCH_PLAYER_UPGRADEV; text = $STR_EPOCH_PLAYER_UPGRADEV;
script = "spawn player_upgradeVehicle;"; script = "spawn player_upgradeVehicle;";
}; };
}; };
}; };
class ItemLRK: CA_Magazine { class ItemLRK: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_VEHUP_LRK; displayName = $STR_EPOCH_VEHUP_LRK;
model = "\z\addons\dayz_epoch\models\doc_Up3.p3d"; model = "\z\addons\dayz_epoch\models\doc_Up3.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_docup3_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_docup3_ca.paa";
descriptionShort = $STR_EPOCH_VEHUP_LRK_DESC; descriptionShort = $STR_EPOCH_VEHUP_LRK_DESC;
weight = 0.1;
sfx = "document"; sfx = "document";
class ItemActions {
class Upgrades { class ItemActions
{
class Upgrades
{
text = $STR_EPOCH_PLAYER_UPGRADEV; text = $STR_EPOCH_PLAYER_UPGRADEV;
script = "spawn player_upgradeVehicle;"; script = "spawn player_upgradeVehicle;";
}; };
}; };
}; };
class ItemTNK: CA_Magazine { class ItemTNK: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_VEHUP_TNK; displayName = $STR_EPOCH_VEHUP_TNK;
model = "\z\addons\dayz_epoch\models\doc_Up4.p3d"; model = "\z\addons\dayz_epoch\models\doc_Up4.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_docup4_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_docup4_ca.paa";
descriptionShort = $STR_EPOCH_VEHUP_TNK_DESC; descriptionShort = $STR_EPOCH_VEHUP_TNK_DESC;
weight = 0.1;
sfx = "document"; sfx = "document";
class ItemActions {
class Upgrades { class ItemActions
{
class Upgrades
{
text = $STR_EPOCH_PLAYER_UPGRADEV; text = $STR_EPOCH_PLAYER_UPGRADEV;
script = "spawn player_upgradeVehicle;"; script = "spawn player_upgradeVehicle;";
}; };
}; };
}; };
class ItemARM: CA_Magazine { class ItemARM: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_VEHUP_ARM; displayName = $STR_EPOCH_VEHUP_ARM;
model = "\z\addons\dayz_epoch\models\doc_Up4.p3d"; model = "\z\addons\dayz_epoch\models\doc_Up4.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_docup4_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_docup4_ca.paa";
descriptionShort = $STR_EPOCH_VEHUP_ARM_DESC; descriptionShort = $STR_EPOCH_VEHUP_ARM_DESC;
weight = 0.1;
sfx = "document"; sfx = "document";
class ItemActions {
class Upgrades { class ItemActions
{
class Upgrades
{
text = $STR_EPOCH_PLAYER_UPGRADEV; text = $STR_EPOCH_PLAYER_UPGRADEV;
script = "spawn player_upgradeVehicle;"; script = "spawn player_upgradeVehicle;";
}; };

View File

@@ -1,5 +1,6 @@
class equip_aa_battery : CA_Magazine { class equip_aa_battery : CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
displayName = $STR_ITEM_NAME_equip_aa_battery; displayName = $STR_ITEM_NAME_equip_aa_battery;
descriptionShort = $STR_ITEM_DESC_equip_aa_battery; descriptionShort = $STR_ITEM_DESC_equip_aa_battery;
@@ -7,8 +8,9 @@ class equip_aa_battery : CA_Magazine {
type = 256; type = 256;
}; };
class equip_d_battery : CA_Magazine { class equip_d_battery : CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
displayName = $STR_ITEM_NAME_equip_d_battery; displayName = $STR_ITEM_NAME_equip_d_battery;
descriptionShort = $STR_ITEM_DESC_equip_d_battery; descriptionShort = $STR_ITEM_DESC_equip_d_battery;
@@ -16,8 +18,9 @@ class equip_d_battery : CA_Magazine {
type = 256; type = 256;
}; };
class equip_floppywire : CA_Magazine { class equip_floppywire : CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
displayName = $STR_ITEM_NAME_equip_floppywire; displayName = $STR_ITEM_NAME_equip_floppywire;
descriptionShort = $STR_ITEM_DESC_equip_floppywire; descriptionShort = $STR_ITEM_DESC_equip_floppywire;
@@ -26,8 +29,9 @@ class equip_floppywire : CA_Magazine {
type = 256; type = 256;
}; };
class equip_scrapelectronics : CA_Magazine { class equip_scrapelectronics : CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
displayName = $STR_ITEM_NAME_equip_scrapelectronics; displayName = $STR_ITEM_NAME_equip_scrapelectronics;
descriptionShort = $STR_ITEM_DESC_equip_scrapelectronics; descriptionShort = $STR_ITEM_DESC_equip_scrapelectronics;
@@ -38,13 +42,14 @@ class equip_scrapelectronics : CA_Magazine {
class ItemLightBulb: CA_Magazine class ItemLightBulb: CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_LIGHTBULB; displayName = $STR_EPOCH_LIGHTBULB;
model = "\z\addons\dayz_epoch\models\bulb.p3d"; model = "\z\addons\dayz_epoch\models\bulb.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_bulb_CA.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_bulb_CA.paa";
descriptionShort = $STR_EPOCH_LIGHTBULB_DESC; descriptionShort = $STR_EPOCH_LIGHTBULB_DESC;
class ItemActions class ItemActions
{ {
class Crafting class Crafting

View File

@@ -20,7 +20,7 @@ class TimeBomb: CA_Magazine
class Mine: TimeBomb class Mine: TimeBomb
{ {
scope = 2; scope = 2;
type = WeaponSlotItem; // Only takes up one gear slot in Epoch type = 256;
displayName = $STR_MN_MINE; displayName = $STR_MN_MINE;
picture = "\CA\weapons\data\equip\m_AT15_ca.paa"; picture = "\CA\weapons\data\equip\m_AT15_ca.paa";
ammo = "Mine"; ammo = "Mine";
@@ -32,7 +32,7 @@ class Mine: TimeBomb
class MineE: TimeBomb class MineE: TimeBomb
{ {
scope = 2; scope = 2;
type = WeaponSlotItem; // Only takes up one gear slot in Epoch type = 256;
displayName = $STR_MN_MINE; displayName = $STR_MN_MINE;
picture = "\CA\weapons\data\equip\m_TM46_ca.paa"; picture = "\CA\weapons\data\equip\m_TM46_ca.paa";
ammo = "MineE"; ammo = "MineE";
@@ -45,7 +45,7 @@ class PipeBomb: TimeBomb
scope = 2; scope = 2;
displayName = $STR_DZ_MAG_SATCHEL_NAME; // Singular "Satchel Charge" for death messages "with a x" displayName = $STR_DZ_MAG_SATCHEL_NAME; // Singular "Satchel Charge" for death messages "with a x"
descriptionShort = $STR_DSS_Pipe_Bomb; descriptionShort = $STR_DSS_Pipe_Bomb;
type = WeaponSlotItem; // Only takes up one gear slot in Epoch type = 256;
picture = "\CA\weapons\data\equip\m_satchel_CA.paa"; picture = "\CA\weapons\data\equip\m_satchel_CA.paa";
model = "\z\addons\dayz_epoch_w\magazine\dze_satchel.p3d"; model = "\z\addons\dayz_epoch_w\magazine\dze_satchel.p3d";
value = 5; value = 5;
@@ -61,7 +61,7 @@ class PipeBomb: TimeBomb
class ItemC4Charge : CA_Magazine class ItemC4Charge : CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_C4_CHARGE; displayName = $STR_EPOCH_C4_CHARGE;
@@ -70,16 +70,20 @@ class ItemC4Charge : CA_Magazine
picture = "\z\addons\dayz_communityassets\pictures\carbomb.paa"; picture = "\z\addons\dayz_communityassets\pictures\carbomb.paa";
}; };
class ItemCarBomb : CA_Magazine { class ItemCarBomb : CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_ITEM_NAME_equip_carbomb; displayName = $STR_ITEM_NAME_equip_carbomb;
model = "\ca\weapons\explosive.p3d"; model = "\ca\weapons\explosive.p3d";
picture = "\z\addons\dayz_communityassets\pictures\carbomb.paa"; picture = "\z\addons\dayz_communityassets\pictures\carbomb.paa";
descriptionShort = $STR_ITEM_DESC_equip_carbomb; descriptionShort = $STR_ITEM_DESC_equip_carbomb;
class ItemActions {
class Use { class ItemActions
{
class Use
{
text = $STR_ACTIONS_attach_carbomb; text = $STR_ACTIONS_attach_carbomb;
script = "spawn player_attach_bomb;"; script = "spawn player_attach_bomb;";
}; };

View File

@@ -1,12 +1,10 @@
class HandRoadFlare : HandGrenade class HandRoadFlare : HandGrenade
{ {
scope = public; scope = 2;
picture = "\dayz_weapons\textures\equip_roadflare_ca.paa"; picture = "\dayz_weapons\textures\equip_roadflare_ca.paa";
model = "\dayz_weapons\models\roadflare"; model = "\dayz_weapons\models\roadflare";
displayName = $STR_MAG_NAME_4; displayName = $STR_MAG_NAME_4;
descriptionShort = $STR_MAG_DESC_4; descriptionShort = $STR_MAG_DESC_4;
ammo = "RoadFlare"; ammo = "RoadFlare";
count = 10; count = 10;
@@ -22,13 +20,11 @@ class HandRoadFlare : HandGrenade
class HandChemBlue : HandGrenade class HandChemBlue : HandGrenade
{ {
scope = public; scope = 2;
picture = "\dayz_weapons\textures\equip_chem_blue_ca.paa"; picture = "\dayz_weapons\textures\equip_chem_blue_ca.paa";
model = "\dayz_weapons\models\chem_gear_blue"; model = "\dayz_weapons\models\chem_gear_blue";
displayName = $STR_MAG_NAME_7; displayName = $STR_MAG_NAME_7;
descriptionShort = $STR_MAG_DESC_5; descriptionShort = $STR_MAG_DESC_5;
ammo = "ChemBlue"; ammo = "ChemBlue";
count = 10; count = 10;
@@ -44,13 +40,11 @@ class HandChemBlue : HandGrenade
class HandChemGreen : HandGrenade class HandChemGreen : HandGrenade
{ {
scope = public; scope = 2;
picture = "\dayz_weapons\textures\equip_chem_green_ca.paa"; picture = "\dayz_weapons\textures\equip_chem_green_ca.paa";
model = "\dayz_weapons\models\chem_gear_green"; model = "\dayz_weapons\models\chem_gear_green";
displayName = $STR_MAG_NAME_5; displayName = $STR_MAG_NAME_5;
descriptionShort = $STR_MAG_DESC_5; descriptionShort = $STR_MAG_DESC_5;
ammo = "ChemGreen"; ammo = "ChemGreen";
count = 10; count = 10;
@@ -66,13 +60,11 @@ class HandChemGreen : HandGrenade
class HandChemRed : HandGrenade class HandChemRed : HandGrenade
{ {
scope = public; scope = 2;
picture = "\dayz_weapons\textures\equip_chem_red_ca.paa"; picture = "\dayz_weapons\textures\equip_chem_red_ca.paa";
model = "\dayz_weapons\models\chem_gear_red"; model = "\dayz_weapons\models\chem_gear_red";
displayName = $STR_MAG_NAME_6; displayName = $STR_MAG_NAME_6;
descriptionShort = $STR_MAG_DESC_5; descriptionShort = $STR_MAG_DESC_5;
ammo = "ChemRed"; ammo = "ChemRed";
count = 10; count = 10;

View File

@@ -1,63 +1,70 @@
class ItemTopaz : CA_Magazine { class ItemTopaz : CA_Magazine
scope = public; {
scope = 2;
displayName = $STR_GEM_NAME_TOPAZ; displayName = $STR_GEM_NAME_TOPAZ;
model = "\z\addons\dayz_epoch\models\topaz.p3d"; model = "\z\addons\dayz_epoch\models\topaz.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_topaz_CA.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_topaz_CA.paa";
count = 1; count = 1;
type = "256"; type = 256;
descriptionShort = $STR_GEM_NAME_TOPAZ; descriptionShort = $STR_GEM_NAME_TOPAZ;
}; };
class ItemObsidian : CA_Magazine { class ItemObsidian : CA_Magazine
scope = public; {
scope = 2;
displayName = $STR_GEM_NAME_OBSIDIAN; displayName = $STR_GEM_NAME_OBSIDIAN;
model = "\z\addons\dayz_epoch\models\obsidian.p3d"; model = "\z\addons\dayz_epoch\models\obsidian.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_obsidian_CA.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_obsidian_CA.paa";
count = 1; count = 1;
type = "256"; type = 256;
descriptionShort = $STR_GEM_NAME_OBSIDIAN; descriptionShort = $STR_GEM_NAME_OBSIDIAN;
}; };
class ItemSapphire : CA_Magazine { class ItemSapphire : CA_Magazine
scope = public; {
scope = 2;
displayName = $STR_GEM_NAME_SAPPHIRE; displayName = $STR_GEM_NAME_SAPPHIRE;
model = "\z\addons\dayz_epoch\models\sapphire.p3d"; model = "\z\addons\dayz_epoch\models\sapphire.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_sapphire_CA.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_sapphire_CA.paa";
count = 1; count = 1;
type = "256"; type = 256;
descriptionShort = $STR_GEM_NAME_SAPPHIRE; descriptionShort = $STR_GEM_NAME_SAPPHIRE;
}; };
class ItemAmethyst : CA_Magazine { class ItemAmethyst : CA_Magazine
scope = public; {
scope = 2;
displayName = $STR_GEM_NAME_AMETHYST; displayName = $STR_GEM_NAME_AMETHYST;
model = "\z\addons\dayz_epoch\models\amethyst.p3d"; model = "\z\addons\dayz_epoch\models\amethyst.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_amethyst_CA.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_amethyst_CA.paa";
count = 1; count = 1;
type = "256"; type = 256;
descriptionShort = $STR_GEM_NAME_AMETHYST; descriptionShort = $STR_GEM_NAME_AMETHYST;
}; };
class ItemEmerald : CA_Magazine { class ItemEmerald : CA_Magazine
scope = public; {
scope = 2;
displayName = $STR_GEM_NAME_EMERALD; displayName = $STR_GEM_NAME_EMERALD;
model = "\z\addons\dayz_epoch\models\emerald.p3d"; model = "\z\addons\dayz_epoch\models\emerald.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_emerald_CA.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_emerald_CA.paa";
count = 1; count = 1;
type = "256"; type = 256;
descriptionShort = $STR_GEM_NAME_EMERALD; descriptionShort = $STR_GEM_NAME_EMERALD;
}; };
class ItemCitrine : CA_Magazine { class ItemCitrine : CA_Magazine
scope = public; {
scope = 2;
displayName = $STR_GEM_NAME_CITRINE; displayName = $STR_GEM_NAME_CITRINE;
model = "\z\addons\dayz_epoch\models\citrine.p3d"; model = "\z\addons\dayz_epoch\models\citrine.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_citrine_CA.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_citrine_CA.paa";
count = 1; count = 1;
type = "256"; type = 256;
descriptionShort = $STR_GEM_NAME_CITRINE; descriptionShort = $STR_GEM_NAME_CITRINE;
}; };
class ItemRuby : CA_Magazine { class ItemRuby : CA_Magazine
scope = public; {
scope = 2;
displayName = $STR_GEM_NAME_RUBY; displayName = $STR_GEM_NAME_RUBY;
model = "\z\addons\dayz_epoch\models\ruby.p3d"; model = "\z\addons\dayz_epoch\models\ruby.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_ruby_CA.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_ruby_CA.paa";
count = 1; count = 1;
type = "256"; type = 256;
descriptionShort = $STR_GEM_NAME_RUBY; descriptionShort = $STR_GEM_NAME_RUBY;
}; };

View File

@@ -1,19 +1,17 @@
class ItemComboLock: CA_Magazine class ItemComboLock: CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_COMBINATIONLOCK; displayName = $STR_EPOCH_COMBINATIONLOCK;
weight = 0.5;
model = "\z\addons\dayz_epoch\models\combo_lock_mag.p3d"; model = "\z\addons\dayz_epoch\models\combo_lock_mag.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_combolock_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_combolock_ca.paa";
descriptionShort = $STR_EPOCH_COMBINATIONLOCK_DESC; descriptionShort = $STR_EPOCH_COMBINATIONLOCK_DESC;
}; };
class ItemPadlock: CA_Magazine //Vanilla lock, left in config for potential admin use, but all scripts changed to use Epoch ItemComboLock class ItemPadlock: CA_Magazine //Vanilla lock, left in config for potential admin use, but all scripts changed to use Epoch ItemComboLock
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_BLD_name_ItemPadlock;//"Padlock" displayName = $STR_BLD_name_ItemPadlock;//"Padlock"

View File

@@ -1,15 +1,17 @@
class PartGeneric : CA_Magazine class PartGeneric : CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = WeaponSlotItem; type = 256;
model = "\dayz_equip\models\genericparts.p3d"; model = "\dayz_equip\models\genericparts.p3d";
picture = "\dayz_equip\textures\equip_genericparts_ca.paa"; picture = "\dayz_equip\textures\equip_genericparts_ca.paa";
displayName = $STR_EQUIP_NAME_10; displayName = $STR_EQUIP_NAME_10;
descriptionShort = $STR_EQUIP_DESC_10; descriptionShort = $STR_EQUIP_DESC_10;
class ItemActions { class ItemActions
class Crafting { {
class Crafting
{
text = $STR_EPOCH_PLAYER_213; text = $STR_EPOCH_PLAYER_213;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {"fire"}; neednearby[] = {"fire"};
@@ -17,7 +19,8 @@ class PartGeneric : CA_Magazine
output[] = {{"ItemPole",1}}; output[] = {{"ItemPole",1}};
input[] = {{"PartGeneric",2}}; input[] = {{"PartGeneric",2}};
}; };
class Crafting1 { class Crafting1
{
text = $STR_CRAFTING_NAILS; text = $STR_CRAFTING_NAILS;
script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {"fire"}; neednearby[] = {"fire"};
@@ -30,7 +33,7 @@ class PartGeneric : CA_Magazine
class ItemPole: CA_Magazine class ItemPole: CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_METALPOLE; displayName = $STR_EPOCH_METALPOLE;
@@ -90,8 +93,9 @@ class ItemMetalSheet: CA_Magazine
descriptionShort = $STR_BLD_desc_ItemMetalSheet;//"Metal Sheeting" descriptionShort = $STR_BLD_desc_ItemMetalSheet;//"Metal Sheeting"
}; };
class equip_metal_sheet : CA_Magazine { class equip_metal_sheet : CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
displayName = $STR_ITEM_NAME_equip_metal_sheet; displayName = $STR_ITEM_NAME_equip_metal_sheet;
descriptionShort = $STR_ITEM_DESC_equip_metal_sheet; descriptionShort = $STR_ITEM_DESC_equip_metal_sheet;
@@ -100,8 +104,9 @@ class equip_metal_sheet : CA_Magazine {
type = 256; type = 256;
}; };
class equip_metal_sheet_rusted : CA_Magazine { class equip_metal_sheet_rusted : CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
displayName = $STR_ITEM_NAME_equip_metal_sheet_rusted; displayName = $STR_ITEM_NAME_equip_metal_sheet_rusted;
descriptionShort = $STR_ITEM_DESC_equip_metal_sheet_rusted; descriptionShort = $STR_ITEM_DESC_equip_metal_sheet_rusted;
@@ -121,8 +126,9 @@ class ItemRSJ: CA_Magazine
descriptionShort = $STR_BLD_desc_ItemRSJ;//"Steel RSJ Support Beam" descriptionShort = $STR_BLD_desc_ItemRSJ;//"Steel RSJ Support Beam"
}; };
class equip_1inch_metal_pipe : CA_Magazine { class equip_1inch_metal_pipe : CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
displayName = $STR_ITEM_NAME_equip_1inch_metal_pipe; displayName = $STR_ITEM_NAME_equip_1inch_metal_pipe;
descriptionShort = $STR_ITEM_DESC_equip_1inch_metal_pipe; descriptionShort = $STR_ITEM_DESC_equip_1inch_metal_pipe;
@@ -131,8 +137,9 @@ class equip_1inch_metal_pipe : CA_Magazine {
type = 256; type = 256;
}; };
class equip_2inch_metal_pipe : CA_Magazine { class equip_2inch_metal_pipe : CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
displayName = $STR_ITEM_NAME_equip_2inch_metal_pipe; displayName = $STR_ITEM_NAME_equip_2inch_metal_pipe;
descriptionShort = $STR_ITEM_DESC_equip_2inch_metal_pipe; descriptionShort = $STR_ITEM_DESC_equip_2inch_metal_pipe;
@@ -141,8 +148,9 @@ class equip_2inch_metal_pipe : CA_Magazine {
type = 256; type = 256;
}; };
class equip_tent_poles : CA_Magazine { class equip_tent_poles : CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
displayName = $STR_ITEM_NAME_equip_tent_poles; displayName = $STR_ITEM_NAME_equip_tent_poles;
descriptionShort = $STR_ITEM_DESC_equip_tent_poles; descriptionShort = $STR_ITEM_DESC_equip_tent_poles;

View File

@@ -1,6 +1,6 @@
class ItemZombieParts: CA_Magazine class ItemZombieParts: CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_ZOMBIEPARTS; displayName = $STR_EPOCH_ZOMBIEPARTS;
@@ -9,23 +9,22 @@ class ItemZombieParts: CA_Magazine
descriptionShort = $STR_EPOCH_ZOMBIEPARTS_DESC; descriptionShort = $STR_EPOCH_ZOMBIEPARTS_DESC;
}; };
class ItemHotwireKit: CA_Magazine { class ItemHotwireKit: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_HOTWIREKIT; displayName = $STR_EPOCH_HOTWIREKIT;
model = "\z\addons\dayz_epoch\models\hotwire.p3d"; model = "\z\addons\dayz_epoch\models\hotwire.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_hotwire_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_hotwire_ca.paa";
descriptionShort = $STR_EPOCH_HOTWIREKIT_DESC; descriptionShort = $STR_EPOCH_HOTWIREKIT_DESC;
weight = 2;
}; };
class ItemCards : CA_Magazine class ItemCards : CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = WeaponSlotItem; type = 256;
model = "z\addons\dayz_communityassets\models\cards.p3d"; model = "z\addons\dayz_communityassets\models\cards.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_cards_ca.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_cards_ca.paa";
displayName = $STR_ITEM_NAME_CARDS; displayName = $STR_ITEM_NAME_CARDS;
@@ -34,10 +33,9 @@ class ItemCards : CA_Magazine
class ItemKosmosSmokes : CA_Magazine class ItemKosmosSmokes : CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = WeaponSlotItem; type = 256;
model = "\z\addons\dayz_communityassets\models\smokes_kosmos.p3d"; model = "\z\addons\dayz_communityassets\models\smokes_kosmos.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_kosmos_ca.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_kosmos_ca.paa";
displayName = $STR_ITEM_NAME_KOSMOS_SMOKES; displayName = $STR_ITEM_NAME_KOSMOS_SMOKES;
@@ -46,18 +44,18 @@ class ItemKosmosSmokes : CA_Magazine
class ItemKosmosSmokesOpen : CA_Magazine class ItemKosmosSmokesOpen : CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = WeaponSlotItem; type = 256;
model = "\z\addons\dayz_communityassets\models\smokes_open_k.p3d"; model = "\z\addons\dayz_communityassets\models\smokes_open_k.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_smokes_open_k_ca.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_smokes_open_k_ca.paa";
displayName = $STR_ITEM_NAME_KOSMOS_SMOKES; displayName = $STR_ITEM_NAME_KOSMOS_SMOKES;
descriptionShort = $STR_ITEM_DESC_KOSMOS_SMOKES_OPENED; descriptionShort = $STR_ITEM_DESC_KOSMOS_SMOKES_OPENED;
}; };
class equip_nails : CA_Magazine { class equip_nails : CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
displayName = $STR_ITEM_NAME_equip_nails; displayName = $STR_ITEM_NAME_equip_nails;
descriptionShort = $STR_ITEM_DESC_equip_nails; descriptionShort = $STR_ITEM_DESC_equip_nails;
@@ -77,8 +75,9 @@ class ItemScrews: CA_Magazine
descriptionShort = $STR_BLD_desc_ItemScrews;//"Box of screws" descriptionShort = $STR_BLD_desc_ItemScrews;//"Box of screws"
}; };
class equip_duct_tape : CA_Magazine { class equip_duct_tape : CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
displayName = $STR_ITEM_NAME_equip_duct_tape; displayName = $STR_ITEM_NAME_equip_duct_tape;
descriptionShort = $STR_ITEM_DESC_equip_duct_tape; descriptionShort = $STR_ITEM_DESC_equip_duct_tape;
@@ -87,8 +86,9 @@ class equip_duct_tape : CA_Magazine {
type = 256; type = 256;
}; };
class equip_feathers : CA_Magazine { class equip_feathers : CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
displayName = $STR_ITEM_NAME_equip_feathers; displayName = $STR_ITEM_NAME_equip_feathers;
descriptionShort = $STR_ITEM_DESC_equip_feathers; descriptionShort = $STR_ITEM_DESC_equip_feathers;
@@ -97,8 +97,9 @@ class equip_feathers : CA_Magazine {
type = 256; type = 256;
}; };
class equip_pvc_box : CA_Magazine { class equip_pvc_box : CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
displayName = $STR_ITEM_NAME_equip_pvc_box; displayName = $STR_ITEM_NAME_equip_pvc_box;
descriptionShort = $STR_ITEM_DESC_equip_pvc_box; descriptionShort = $STR_ITEM_DESC_equip_pvc_box;
@@ -107,8 +108,9 @@ class equip_pvc_box : CA_Magazine {
type = 256; type = 256;
}; };
class equip_hobo_fishing_kit : CA_Magazine { class equip_hobo_fishing_kit : CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
displayName = "Hobo Fishing Kit"; displayName = "Hobo Fishing Kit";
descriptionShort = "Hobo Fishing Kit, catches dem fishes"; descriptionShort = "Hobo Fishing Kit, catches dem fishes";
@@ -117,8 +119,9 @@ class equip_hobo_fishing_kit : CA_Magazine {
type = 256; type = 256;
}; };
class equip_hose : CA_Magazine { class equip_hose : CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
displayName = $STR_ITEM_NAME_equip_hose; displayName = $STR_ITEM_NAME_equip_hose;
descriptionShort = $STR_ITEM_DESC_equip_hose; descriptionShort = $STR_ITEM_DESC_equip_hose;
@@ -127,8 +130,9 @@ class equip_hose : CA_Magazine {
type = 256; type = 256;
}; };
class equip_hose_clamp : CA_Magazine { class equip_hose_clamp : CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
displayName = $STR_ITEM_NAME_equip_hose_clamp; displayName = $STR_ITEM_NAME_equip_hose_clamp;
descriptionShort = $STR_ITEM_DESC_equip_hose_clamp; descriptionShort = $STR_ITEM_DESC_equip_hose_clamp;
@@ -137,8 +141,9 @@ class equip_hose_clamp : CA_Magazine {
type = 256; type = 256;
}; };
class Item_coni : CA_Magazine { class Item_coni : CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
displayName = $STR_ITEM_DESC_equip_con_i; displayName = $STR_ITEM_DESC_equip_con_i;
descriptionShort = $STR_ITEM_NAME_equip_con_i; descriptionShort = $STR_ITEM_NAME_equip_con_i;
@@ -147,8 +152,9 @@ class Item_coni : CA_Magazine {
type = 256; type = 256;
}; };
class Item_Connector_I : CA_Magazine { class Item_Connector_I : CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
displayName = $STR_ITEM_DESC_equip_con_i; displayName = $STR_ITEM_DESC_equip_con_i;
descriptionShort = $STR_ITEM_NAME_equip_con_i; descriptionShort = $STR_ITEM_NAME_equip_con_i;
@@ -157,8 +163,9 @@ class Item_Connector_I : CA_Magazine {
type = 256; type = 256;
}; };
class Item_Connector_L : CA_Magazine { class Item_Connector_L : CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
displayName = $STR_ITEM_DESC_equip_con_l; displayName = $STR_ITEM_DESC_equip_con_l;
descriptionShort = $STR_ITEM_NAME_equip_con_l; descriptionShort = $STR_ITEM_NAME_equip_con_l;
@@ -167,8 +174,9 @@ class Item_Connector_L : CA_Magazine {
type = 256; type = 256;
}; };
class Item_Connector_T : CA_Magazine { class Item_Connector_T : CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
displayName = $STR_ITEM_DESC_equip_con_t; displayName = $STR_ITEM_DESC_equip_con_t;
descriptionShort = $STR_ITEM_NAME_equip_con_t; descriptionShort = $STR_ITEM_NAME_equip_con_t;
@@ -177,8 +185,9 @@ class Item_Connector_T : CA_Magazine {
type = 256; type = 256;
}; };
class equip_tin_powder : CA_Magazine { class equip_tin_powder : CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
displayName = "Tin of Powder"; displayName = "Tin of Powder";
descriptionShort = "Tin of Powder has medicinal qualities"; descriptionShort = "Tin of Powder has medicinal qualities";
@@ -187,8 +196,9 @@ class equip_tin_powder : CA_Magazine {
type = 256; type = 256;
}; };
class equip_slugsinacan : CA_Magazine { class equip_slugsinacan : CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
displayName = "Slugs in a can"; displayName = "Slugs in a can";
descriptionShort = "Slugs in a can"; descriptionShort = "Slugs in a can";
@@ -198,8 +208,9 @@ class equip_slugsinacan : CA_Magazine {
}; };
//No models //No models
class equip_cable_tie : CA_Magazine { class equip_cable_tie : CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
displayName = $STR_ITEM_NAME_equip_cable_tie; displayName = $STR_ITEM_NAME_equip_cable_tie;
descriptionShort = $STR_ITEM_DESC_equip_cable_tie; descriptionShort = $STR_ITEM_DESC_equip_cable_tie;
@@ -207,8 +218,9 @@ class equip_cable_tie : CA_Magazine {
type = 256; type = 256;
}; };
class equip_needle : CA_Magazine { class equip_needle : CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
displayName = $STR_ITEM_NAME_equip_needle; displayName = $STR_ITEM_NAME_equip_needle;
descriptionShort = $STR_ITEM_DESC_equip_needle; descriptionShort = $STR_ITEM_DESC_equip_needle;
@@ -216,8 +228,9 @@ class equip_needle : CA_Magazine {
type = 256; type = 256;
}; };
class equip_laser : CA_Magazine { class equip_laser : CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
displayName = $STR_ITEM_NAME_equip_laser; displayName = $STR_ITEM_NAME_equip_laser;
descriptionShort = $STR_ITEM_DESC_equip_laser; descriptionShort = $STR_ITEM_DESC_equip_laser;
@@ -225,8 +238,9 @@ class equip_laser : CA_Magazine {
type = 256; type = 256;
}; };
class equip_weapon_rails: CA_Magazine { class equip_weapon_rails: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
displayName = $STR_ITEM_NAME_equip_weapon_rails; displayName = $STR_ITEM_NAME_equip_weapon_rails;
descriptionShort = $STR_ITEM_DESC_equip_weapon_rails; descriptionShort = $STR_ITEM_DESC_equip_weapon_rails;
@@ -234,11 +248,12 @@ class equip_weapon_rails: CA_Magazine {
type = 256; type = 256;
}; };
class equip_rail_screws : CA_Magazine { class equip_rail_screws : CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
displayName = $STR_ITEM_NAME_equip_rail_screws; displayName = $STR_ITEM_NAME_equip_rail_screws;
descriptionShort = $STR_ITEM_DESC_equip_rail_screws; descriptionShort = $STR_ITEM_DESC_equip_rail_screws;
picture = "\z\addons\dayz_communityassets\CraftingPlaceholders\equip_part_somegeneric.paa"; picture = "\z\addons\dayz_communityassets\CraftingPlaceholders\equip_part_somegeneric.paa";
type = 256; type = 256;
}; };

View File

@@ -1,5 +1,6 @@
class equip_empty_barrel : CA_Magazine { class equip_empty_barrel : CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
displayName = $STR_ITEM_NAME_equip_empty_barrel; displayName = $STR_ITEM_NAME_equip_empty_barrel;
descriptionShort = $STR_ITEM_DESC_equip_empty_barrel; descriptionShort = $STR_ITEM_DESC_equip_empty_barrel;

View File

@@ -1,5 +1,6 @@
class equip_fuse : CA_Magazine { class equip_fuse : CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
displayName = $STR_ITEM_NAME_equip_fuse; displayName = $STR_ITEM_NAME_equip_fuse;
descriptionShort = $STR_ITEM_DESC_equip_fuse; descriptionShort = $STR_ITEM_DESC_equip_fuse;

View File

@@ -1,5 +1,6 @@
class equip_part_camo : CA_Magazine { class equip_part_camo : CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
displayName = $STR_ITEM_NAME_equip_part_camo; displayName = $STR_ITEM_NAME_equip_part_camo;
descriptionShort = $STR_ITEM_DESC_equip_part_camo; descriptionShort = $STR_ITEM_DESC_equip_part_camo;

View File

@@ -1,5 +1,6 @@
class equip_part_silencer : CA_Magazine { class equip_part_silencer : CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
displayName = $STR_ITEM_NAME_equip_part_silencer; displayName = $STR_ITEM_NAME_equip_part_silencer;
descriptionShort = $STR_ITEM_DESC_equip_part_silencer; descriptionShort = $STR_ITEM_DESC_equip_part_silencer;

View File

@@ -1,5 +1,6 @@
class equip_part_sniper_scope : CA_Magazine { class equip_part_sniper_scope : CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
displayName = $STR_ATTACHMENT_NAME_Sniper_Scope; displayName = $STR_ATTACHMENT_NAME_Sniper_Scope;
descriptionShort = $STR_ATTACHMENT_DESC_Sniper_Scope; descriptionShort = $STR_ATTACHMENT_DESC_Sniper_Scope;

View File

@@ -1,5 +1,6 @@
class equip_pipecap : CA_Magazine { class equip_pipecap : CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
displayName = $STR_ITEM_NAME_equip_pipecap; displayName = $STR_ITEM_NAME_equip_pipecap;
descriptionShort = $STR_ITEM_DESC_equip_pipecap; descriptionShort = $STR_ITEM_DESC_equip_pipecap;

View File

@@ -1,5 +1,6 @@
class equip_rubber_tube : CA_Magazine { class equip_rubber_tube : CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
displayName = $STR_ITEM_NAME_equip_rubber_tube; displayName = $STR_ITEM_NAME_equip_rubber_tube;
descriptionShort = $STR_ITEM_DESC_equip_rubber_tube; descriptionShort = $STR_ITEM_DESC_equip_rubber_tube;

View File

@@ -1,14 +1,17 @@
class PartOre: CA_Magazine { class PartOre: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_ORE_NAME_IRON; displayName = $STR_ORE_NAME_IRON;
model = "\z\addons\dayz_epoch\models\iron_ore.p3d"; model = "\z\addons\dayz_epoch\models\iron_ore.p3d";
picture="\z\addons\dayz_epoch\pictures\equip_iron_ore_CA.paa"; picture="\z\addons\dayz_epoch\pictures\equip_iron_ore_CA.paa";
descriptionShort = $STR_ORE_NAME_IRON_DESC; descriptionShort = $STR_ORE_NAME_IRON_DESC;
weight = 1;
class ItemActions { class ItemActions
class Crafting { {
class Crafting
{
text = $STR_EPOCH_PLAYER_265; text = $STR_EPOCH_PLAYER_265;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {"fire"}; neednearby[] = {"fire"};
@@ -18,17 +21,20 @@ class PartOre: CA_Magazine {
}; };
}; };
}; };
class PartOreSilver: CA_Magazine { class PartOreSilver: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_ORE_NAME_SILVER; displayName = $STR_ORE_NAME_SILVER;
model = "\z\addons\dayz_epoch\models\silver_ore.p3d"; model = "\z\addons\dayz_epoch\models\silver_ore.p3d";
picture="\z\addons\dayz_epoch\pictures\equip_silver_ore_CA.paa"; picture="\z\addons\dayz_epoch\pictures\equip_silver_ore_CA.paa";
descriptionShort = $STR_ORE_DESC; descriptionShort = $STR_ORE_DESC;
weight = 1;
class ItemActions { class ItemActions
class Crafting { {
class Crafting
{
text = $STR_EPOCH_PLAYER_266; text = $STR_EPOCH_PLAYER_266;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {"fire"}; neednearby[] = {"fire"};
@@ -38,17 +44,20 @@ class PartOreSilver: CA_Magazine {
}; };
}; };
}; };
class PartOreGold: CA_Magazine { class PartOreGold: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_ORE_NAME_GOLD; displayName = $STR_ORE_NAME_GOLD;
model = "\z\addons\dayz_epoch\models\gold_ore.p3d"; model = "\z\addons\dayz_epoch\models\gold_ore.p3d";
picture="\z\addons\dayz_epoch\pictures\equip_gold_ore_CA.paa"; picture="\z\addons\dayz_epoch\pictures\equip_gold_ore_CA.paa";
descriptionShort = $STR_ORE_DESC; descriptionShort = $STR_ORE_DESC;
weight = 1;
class ItemActions { class ItemActions
class Crafting { {
class Crafting
{
text = $STR_EPOCH_PLAYER_267; text = $STR_EPOCH_PLAYER_267;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {"fire"}; neednearby[] = {"fire"};

View File

@@ -1,5 +1,6 @@
class equip_paint : CA_Magazine { class equip_paint : CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
displayName = $STR_ITEM_NAME_equip_paint; displayName = $STR_ITEM_NAME_equip_paint;
descriptionShort = $STR_ITEM_DESC_equip_paint; descriptionShort = $STR_ITEM_DESC_equip_paint;
@@ -7,48 +8,54 @@ class equip_paint : CA_Magazine {
type = 256; type = 256;
}; };
class equip_paint_generic : CA_Magazine { class equip_paint_generic : CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
type = 256; type = 256;
picture = "\dayz_epoch_c\icons\equipment\equip_paint_generic.paa"; picture = "\dayz_epoch_c\icons\equipment\equip_paint_generic.paa";
displayName = $STR_DZE_EQUIP_PAINT_GENERIC_NAME; displayName = $STR_DZE_EQUIP_PAINT_GENERIC_NAME;
descriptionShort = $STR_DZE_EQUIP_PAINT_GENERIC_DESC; descriptionShort = $STR_DZE_EQUIP_PAINT_GENERIC_DESC;
}; };
class equip_paint_black : CA_Magazine { class equip_paint_black : CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
type = 256; type = 256;
picture = "\dayz_epoch_c\icons\equipment\equip_paint_black.paa"; picture = "\dayz_epoch_c\icons\equipment\equip_paint_black.paa";
displayName = $STR_DZE_EQUIP_PAINT_BLACK_NAME; displayName = $STR_DZE_EQUIP_PAINT_BLACK_NAME;
descriptionShort = $STR_DZE_EQUIP_PAINT_BLACK_DESC; descriptionShort = $STR_DZE_EQUIP_PAINT_BLACK_DESC;
}; };
class equip_paint_white : CA_Magazine { class equip_paint_white : CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
type = 256; type = 256;
picture = "\dayz_epoch_c\icons\equipment\equip_paint_white.paa"; picture = "\dayz_epoch_c\icons\equipment\equip_paint_white.paa";
displayName = $STR_DZE_EQUIP_PAINT_WHITE_NAME; displayName = $STR_DZE_EQUIP_PAINT_WHITE_NAME;
descriptionShort = $STR_DZE_EQUIP_PAINT_WHITE_DESC; descriptionShort = $STR_DZE_EQUIP_PAINT_WHITE_DESC;
}; };
class equip_paint_blue : CA_Magazine { class equip_paint_blue : CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
type = 256; type = 256;
picture = "\dayz_epoch_c\icons\equipment\equip_paint_blue.paa"; picture = "\dayz_epoch_c\icons\equipment\equip_paint_blue.paa";
displayName = $STR_DZE_EQUIP_PAINT_BLUE_NAME; displayName = $STR_DZE_EQUIP_PAINT_BLUE_NAME;
descriptionShort = $STR_DZE_EQUIP_PAINT_BLUE_DESC; descriptionShort = $STR_DZE_EQUIP_PAINT_BLUE_DESC;
}; };
class equip_paint_green : CA_Magazine { class equip_paint_green : CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
type = 256; type = 256;
picture = "\dayz_epoch_c\icons\equipment\equip_paint_green.paa"; picture = "\dayz_epoch_c\icons\equipment\equip_paint_green.paa";
displayName = $STR_DZE_EQUIP_PAINT_GREEN_NAME; displayName = $STR_DZE_EQUIP_PAINT_GREEN_NAME;
descriptionShort = $STR_DZE_EQUIP_PAINT_GREEN_DESC; descriptionShort = $STR_DZE_EQUIP_PAINT_GREEN_DESC;
}; };
class equip_paint_red : CA_Magazine { class equip_paint_red : CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
type = 256; type = 256;
picture = "\dayz_epoch_c\icons\equipment\equip_paint_red.paa"; picture = "\dayz_epoch_c\icons\equipment\equip_paint_red.paa";

View File

@@ -1,5 +1,6 @@
class ItemFertilizer: CA_Magazine { class ItemFertilizer: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
displayName = $STR_CRAFT_NAME_FERTILIZER; displayName = $STR_CRAFT_NAME_FERTILIZER;
descriptionShort = $STR_CRAFT_DESC_FERTILIZER; descriptionShort = $STR_CRAFT_DESC_FERTILIZER;
@@ -8,15 +9,18 @@ class ItemFertilizer: CA_Magazine {
type = 256; type = 256;
}; };
class ItemPumpkinSeed: CA_Magazine { class ItemPumpkinSeed: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
displayName = $STR_CRAFT_NAME_PUMPKIN_SEED; displayName = $STR_CRAFT_NAME_PUMPKIN_SEED;
descriptionShort = $STR_CRAFT_DESC_PUMPKIN_SEED; descriptionShort = $STR_CRAFT_DESC_PUMPKIN_SEED;
model = "\z\addons\dayz_epoch\models\doc_child1.p3d"; // TODO: model + icon model = "\z\addons\dayz_epoch\models\doc_child1.p3d"; // TODO: model + icon
picture = "\z\addons\dayz_epoch\pictures\equip_child1_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_child1_ca.paa";
type = 256; type = 256;
class ItemActions {
class ItemActions
{
class Crafting class Crafting
{ {
text = $STR_CRAFT_PUMPKIN_PLANT; text = $STR_CRAFT_PUMPKIN_PLANT;
@@ -29,16 +33,20 @@ class ItemPumpkinSeed: CA_Magazine {
}; };
}; };
class ItemPumpkinPlant: CA_Magazine { class ItemPumpkinPlant: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
displayName = $STR_CRAFT_NAME_PUMPKIN_PLANT; displayName = $STR_CRAFT_NAME_PUMPKIN_PLANT;
descriptionShort = $STR_CRAFT_DESC_PUMPKIN_PLANT; descriptionShort = $STR_CRAFT_DESC_PUMPKIN_PLANT;
model = "\z\addons\dayz_epoch\models\doc_child1.p3d"; // TODO: model + icon model = "\z\addons\dayz_epoch\models\doc_child1.p3d"; // TODO: model + icon
picture = "\z\addons\dayz_epoch\pictures\equip_child1_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_child1_ca.paa";
type = 256; type = 256;
class ItemActions {
class Build { class ItemActions
{
class Build
{
text = $STR_CRAFT_PLANT_PUMPKIN_PLANT; text = $STR_CRAFT_PLANT_PUMPKIN_PLANT;
buildText = $STR_CRAFT_NAME_PUMPKIN_PLANT; buildText = $STR_CRAFT_NAME_PUMPKIN_PLANT;
script = "spawn player_build;"; script = "spawn player_build;";
@@ -48,15 +56,18 @@ class ItemPumpkinPlant: CA_Magazine {
}; };
}; };
class ItemHempSeed: CA_Magazine { class ItemHempSeed: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
displayName = $STR_CRAFT_NAME_HEMP_SEED; displayName = $STR_CRAFT_NAME_HEMP_SEED;
descriptionShort = $STR_CRAFT_DESC_HEMP_SEED; descriptionShort = $STR_CRAFT_DESC_HEMP_SEED;
model = "\z\addons\dayz_epoch\models\doc_child2.p3d"; // TODO: model + icon model = "\z\addons\dayz_epoch\models\doc_child2.p3d"; // TODO: model + icon
picture = "\z\addons\dayz_epoch\pictures\equip_child2_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_child2_ca.paa";
type = 256; type = 256;
class ItemActions {
class ItemActions
{
class Crafting class Crafting
{ {
text = $STR_CRAFT_HEMP_PLANT; text = $STR_CRAFT_HEMP_PLANT;
@@ -69,16 +80,20 @@ class ItemHempSeed: CA_Magazine {
}; };
}; };
class ItemHempPlant: CA_Magazine { class ItemHempPlant: CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
displayName = $STR_CRAFT_NAME_HEMP_PLANT; displayName = $STR_CRAFT_NAME_HEMP_PLANT;
descriptionShort = $STR_CRAFT_DESC_HEMP_PLANT; descriptionShort = $STR_CRAFT_DESC_HEMP_PLANT;
model = "\z\addons\dayz_epoch\models\doc_child2.p3d"; // TODO: model + icon model = "\z\addons\dayz_epoch\models\doc_child2.p3d"; // TODO: model + icon
picture = "\z\addons\dayz_epoch\pictures\equip_child2_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_child2_ca.paa";
type = 256; type = 256;
class ItemActions {
class Build { class ItemActions
{
class Build
{
text = $STR_CRAFT_PLANT_HEMP_PLANT; text = $STR_CRAFT_PLANT_HEMP_PLANT;
buildText = $STR_CRAFT_NAME_HEMP_PLANT; buildText = $STR_CRAFT_NAME_HEMP_PLANT;
script = "spawn player_build;"; script = "spawn player_build;";
@@ -90,13 +105,14 @@ class ItemHempPlant: CA_Magazine {
class ItemKiloHemp : CA_Magazine class ItemKiloHemp : CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
displayName = $STR_EPOCH_KILOOFHEMP; displayName = $STR_EPOCH_KILOOFHEMP;
descriptionShort = $STR_EPOCH_KILOOFHEMP_DESC; descriptionShort = $STR_EPOCH_KILOOFHEMP_DESC;
model = "z\addons\dayz_epoch\models\kilohemp.p3d"; model = "z\addons\dayz_epoch\models\kilohemp.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_kilohemp_CA.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_kilohemp_CA.paa";
type = 256; type = 256;
class ItemActions class ItemActions
{ {
class Crafting class Crafting
@@ -122,7 +138,7 @@ class ItemKiloHemp : CA_Magazine
class ItemKiloTobacco : CA_Magazine class ItemKiloTobacco : CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
displayName = $STR_EPOCH_KILOTOBACCO; displayName = $STR_EPOCH_KILOTOBACCO;
descriptionShort = $STR_EPOCH_KILOTOBACCO_DESC; descriptionShort = $STR_EPOCH_KILOTOBACCO_DESC;
@@ -131,15 +147,20 @@ class ItemKiloTobacco : CA_Magazine
type = 256; type = 256;
}; };
class ItemKiloBlackTea : ItemKiloTobacco class ItemKiloBlackTea : CA_Magazine
{ {
scope = 2;
count = 1;
displayName = $STR_EPOCH_KILOBLACKTEA; displayName = $STR_EPOCH_KILOBLACKTEA;
descriptionShort = $STR_EPOCH_KILOBLACKTEA_DESC; descriptionShort = $STR_EPOCH_KILOBLACKTEA_DESC;
model = "z\addons\dayz_epoch\models\kilohemp.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_kilohemp_CA.paa";
type = 256;
}; };
class ItemTobaccoLeafs : CA_Magazine class ItemTobaccoLeafs : CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
displayName = $STR_EPOCH_TOBACCO_LEAF; displayName = $STR_EPOCH_TOBACCO_LEAF;
descriptionShort = $STR_EPOCH_TOBACCO_LEAF_DESC; descriptionShort = $STR_EPOCH_TOBACCO_LEAF_DESC;
@@ -148,8 +169,9 @@ class ItemTobaccoLeafs : CA_Magazine
type = 256; type = 256;
}; };
class equip_comfreyleafs : CA_Magazine { class equip_comfreyleafs : CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
displayName = $STR_ITEM_NAME_equip_comfreyleafs; displayName = $STR_ITEM_NAME_equip_comfreyleafs;
descriptionShort = $STR_ITEM_DESC_equip_comfreyleafs; descriptionShort = $STR_ITEM_DESC_equip_comfreyleafs;

View File

@@ -1,6 +1,6 @@
class ItemCanvas: CA_Magazine class ItemCanvas: CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_CANVAS; displayName = $STR_EPOCH_CANVAS;
@@ -42,7 +42,7 @@ class ItemCanvas: CA_Magazine
class ItemBurlap: CA_Magazine class ItemBurlap: CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_BURLAP; displayName = $STR_EPOCH_BURLAP;
@@ -64,8 +64,9 @@ class ItemBurlap: CA_Magazine
}; };
}; };
class equip_rag : CA_Magazine { class equip_rag : CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
displayName = $STR_ITEM_NAME_equip_rag; displayName = $STR_ITEM_NAME_equip_rag;
descriptionShort = $STR_ITEM_DESC_equip_rag; descriptionShort = $STR_ITEM_DESC_equip_rag;
@@ -88,8 +89,9 @@ class equip_rag : CA_Magazine {
}; };
}; };
class equip_string : CA_Magazine { class equip_string : CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
displayName = $STR_ITEM_NAME_equip_string; displayName = $STR_ITEM_NAME_equip_string;
descriptionShort = $STR_ITEM_DESC_equip_string; descriptionShort = $STR_ITEM_DESC_equip_string;
@@ -148,8 +150,9 @@ class equip_string : CA_Magazine {
}; };
}; };
class equip_rope : CA_Magazine { class equip_rope : CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
displayName = $STR_ITEM_NAME_equip_rope; displayName = $STR_ITEM_NAME_equip_rope;
descriptionShort = $STR_ITEM_DESC_equip_rope; descriptionShort = $STR_ITEM_DESC_equip_rope;

View File

@@ -1,8 +1,8 @@
class equip_lever : CA_Magazine class equip_lever : CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = WeaponSlotItem; type = 256;
picture = "\dayz_equip\textures\equip_lever.paa"; picture = "\dayz_equip\textures\equip_lever.paa";
model = "\z\addons\dayz_epoch_w\magazine\dze_handle.p3d"; model = "\z\addons\dayz_epoch_w\magazine\dze_handle.p3d";
descriptionShort = $STR_EQUIP_DESC_LEVER; descriptionShort = $STR_EQUIP_DESC_LEVER;
@@ -11,7 +11,7 @@ class equip_lever : CA_Magazine
class ItemSledgeHead : CA_Magazine class ItemSledgeHead : CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_SLEDGEHAMMERHEAD; displayName = $STR_EPOCH_SLEDGEHAMMERHEAD;
@@ -36,7 +36,7 @@ class ItemSledgeHead : CA_Magazine
class ItemSledgeHandle : CA_Magazine class ItemSledgeHandle : CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_SLEDGEHAMMERHANDLE; displayName = $STR_EPOCH_SLEDGEHAMMERHANDLE;
@@ -61,7 +61,7 @@ class ItemSledgeHandle : CA_Magazine
class equip_Crossbow_Kit : CA_Magazine class equip_Crossbow_Kit : CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
displayName = $STR_ITEM_NAME_CROSSBOW_KIT; displayName = $STR_ITEM_NAME_CROSSBOW_KIT;
descriptionShort = $STR_ITEM_DESC_CROSSBOW_KIT; descriptionShort = $STR_ITEM_DESC_CROSSBOW_KIT;
@@ -86,7 +86,7 @@ class equip_Crossbow_Kit : CA_Magazine
class equip_crossbow_stock : CA_Magazine class equip_crossbow_stock : CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
displayName = $STR_ITEM_NAME_CROSSBOW_STOCK; displayName = $STR_ITEM_NAME_CROSSBOW_STOCK;
descriptionShort = $STR_ITEM_DESC_CROSSBOW_STOCK; descriptionShort = $STR_ITEM_DESC_CROSSBOW_STOCK;

View File

@@ -1,15 +1,17 @@
class PartFueltank : CA_Magazine class PartFueltank : CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = WeaponSlotItem; type = 256;
model = "\dayz_equip\models\fueltank.p3d"; model = "\dayz_equip\models\fueltank.p3d";
picture = "\dayz_equip\textures\equip_fueltank_ca.paa"; picture = "\dayz_equip\textures\equip_fueltank_ca.paa";
displayName = $STR_EQUIP_NAME_8; displayName = $STR_EQUIP_NAME_8;
descriptionShort = $STR_EQUIP_DESC_8; descriptionShort = $STR_EQUIP_DESC_8;
class ItemActions {
class Crafting { class ItemActions
{
class Crafting
{
text = $STR_EPOCH_PLAYER_212; text = $STR_EPOCH_PLAYER_212;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {"workshop"}; neednearby[] = {"workshop"};
@@ -22,10 +24,9 @@ class PartFueltank : CA_Magazine
class PartWheel : CA_Magazine class PartWheel : CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = WeaponSlotItem; type = 256;
model = "\dayz_equip\models\wheel.p3d"; model = "\dayz_equip\models\wheel.p3d";
picture = "\dayz_equip\textures\equip_wheel_ca.paa"; picture = "\dayz_equip\textures\equip_wheel_ca.paa";
displayName = $STR_EQUIP_NAME_9; displayName = $STR_EQUIP_NAME_9;
@@ -34,15 +35,16 @@ class PartWheel : CA_Magazine
class PartEngine : CA_Magazine class PartEngine : CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = WeaponSlotItem; type = 256;
model = "\dayz_equip\models\engine.p3d"; model = "\dayz_equip\models\engine.p3d";
picture = "\dayz_equip\textures\equip_engine_ca.paa"; picture = "\dayz_equip\textures\equip_engine_ca.paa";
displayName = $STR_EQUIP_NAME_11; displayName = $STR_EQUIP_NAME_11;
descriptionShort = $STR_EQUIP_DESC_11; descriptionShort = $STR_EQUIP_DESC_11;
class ItemActions {
class ItemActions
{
class Crafting class Crafting
{ {
text = $STR_EPOCH_PLAYER_212; text = $STR_EPOCH_PLAYER_212;
@@ -57,15 +59,16 @@ class PartEngine : CA_Magazine
class PartVRotor : CA_Magazine class PartVRotor : CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = WeaponSlotItem; type = 256;
model = "\dayz_equip\models\vrotor.p3d"; model = "\dayz_equip\models\vrotor.p3d";
picture = "\dayz_equip\textures\equip_vrotor_ca.paa"; picture = "\dayz_equip\textures\equip_vrotor_ca.paa";
displayName = $STR_EQUIP_NAME_32; displayName = $STR_EQUIP_NAME_32;
descriptionShort = $STR_EQUIP_DESC_32; descriptionShort = $STR_EQUIP_DESC_32;
class ItemActions {
class ItemActions
{
class Crafting class Crafting
{ {
text = $STR_EPOCH_PLAYER_212; text = $STR_EPOCH_PLAYER_212;
@@ -80,14 +83,13 @@ class PartVRotor : CA_Magazine
class PartGlass : CA_Magazine class PartGlass : CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = WeaponSlotItem; type = 256;
model = "\dayz_equip\models\carglass.p3d"; model = "\dayz_equip\models\carglass.p3d";
picture = "\dayz_equip\textures\equip_carglass_ca.paa"; picture = "\dayz_equip\textures\equip_carglass_ca.paa";
displayName = $STR_EQUIP_NAME_30; displayName = $STR_EQUIP_NAME_30;
descriptionShort = $STR_EQUIP_DESC_30; descriptionShort = $STR_EQUIP_DESC_30;
}; };
// PartGeneric can be found under Items\Metal.hpp // PartGeneric can be found under Items\Metal.hpp

View File

@@ -1,8 +1,8 @@
class ItemLog : CA_Magazine class ItemLog : CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = WeaponSlotItem; type = 256;
displayName = $STR_BLD_name_ItemLog;//"Wooden Log" displayName = $STR_BLD_name_ItemLog;//"Wooden Log"
picture = "\z\addons\dayz_buildings\equip\item_log.paa"; picture = "\z\addons\dayz_buildings\equip\item_log.paa";
model = "z\addons\dayz_buildings\models\logs.p3d"; model = "z\addons\dayz_buildings\models\logs.p3d";
@@ -10,7 +10,8 @@ class ItemLog : CA_Magazine
class ItemActions class ItemActions
{ {
class Build { class Build
{
text = $STR_ACTIONS_MAKEFIRE; text = $STR_ACTIONS_MAKEFIRE;
script = "spawn player_build;"; script = "spawn player_build;";
require[] = {"ItemMatchbox"}; require[] = {"ItemMatchbox"};
@@ -48,9 +49,9 @@ class ItemLog : CA_Magazine
class ItemPlank : CA_Magazine class ItemPlank : CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = WeaponSlotItem; type = 256;
displayName = $STR_BLD_name_ItemPlank;//"Sawn Planks" displayName = $STR_BLD_name_ItemPlank;//"Sawn Planks"
picture = "\z\addons\dayz_buildings\equip\item_plank.paa"; picture = "\z\addons\dayz_buildings\equip\item_plank.paa";
model = "z\addons\dayz_buildings\models\planks.p3d"; model = "z\addons\dayz_buildings\models\planks.p3d";
@@ -81,16 +82,18 @@ class ItemPlank : CA_Magazine
class PartWoodPile : CA_Magazine class PartWoodPile : CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = WeaponSlotItem; type = 256;
model = "\dayz_equip\models\woodPile.p3d"; model = "\dayz_equip\models\woodPile.p3d";
picture = "\dayz_equip\textures\equip_woodPile_ca.paa"; picture = "\dayz_equip\textures\equip_woodPile_ca.paa";
displayName = $STR_EQUIP_NAME_40; displayName = $STR_EQUIP_NAME_40;
descriptionShort = $STR_EQUIP_DESC_40; descriptionShort = $STR_EQUIP_DESC_40;
class ItemActions { class ItemActions
class Build { {
class Build
{
text = $STR_ACTIONS_MAKEFIRE; text = $STR_ACTIONS_MAKEFIRE;
script = "spawn player_build;"; script = "spawn player_build;";
require[] = {"ItemMatchbox"}; require[] = {"ItemMatchbox"};
@@ -139,14 +142,14 @@ class PartWoodPile : CA_Magazine
class PartPlankPack: CA_Magazine class PartPlankPack: CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_LUMBERPACK; displayName = $STR_EPOCH_LUMBERPACK;
model = "\z\addons\dayz_epoch\models\plank_pack.p3d"; model = "\z\addons\dayz_epoch\models\plank_pack.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_lumber_pack_CA.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_lumber_pack_CA.paa";
descriptionShort = $STR_EPOCH_LUMBERPACK_DESC; descriptionShort = $STR_EPOCH_LUMBERPACK_DESC;
weight = 6;
class ItemActions class ItemActions
{ {
class Crafting class Crafting
@@ -163,14 +166,14 @@ class PartPlankPack: CA_Magazine
class PartPlywoodPack: CA_Magazine class PartPlywoodPack: CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_PLYWOODPACK; displayName = $STR_EPOCH_PLYWOODPACK;
model = "\z\addons\dayz_epoch\models\plywood_pack.p3d"; model = "\z\addons\dayz_epoch\models\plywood_pack.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_plywood_pack_CA.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_plywood_pack_CA.paa";
descriptionShort = $STR_EPOCH_PLYWOODPACK_DESC; descriptionShort = $STR_EPOCH_PLYWOODPACK_DESC;
weight = 12;
class ItemActions class ItemActions
{ {
class Crafting class Crafting
@@ -187,13 +190,14 @@ class PartPlywoodPack: CA_Magazine
class PartWoodLumber: CA_Magazine class PartWoodLumber: CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_LUMBER; displayName = $STR_EPOCH_LUMBER;
model = "\z\addons\dayz_epoch\models\planks.p3d"; model = "\z\addons\dayz_epoch\models\planks.p3d";
picture= "\z\addons\dayz_epoch\pictures\equip_wood_planks_CA.paa"; picture= "\z\addons\dayz_epoch\pictures\equip_wood_planks_CA.paa";
descriptionShort = $STR_EPOCH_LUMBER_DESC; descriptionShort = $STR_EPOCH_LUMBER_DESC;
class ItemActions class ItemActions
{ {
class Crafting class Crafting
@@ -278,13 +282,14 @@ class PartWoodLumber: CA_Magazine
class PartWoodPlywood: CA_Magazine class PartWoodPlywood: CA_Magazine
{ {
scope = public; scope = 2;
count = 1; count = 1;
type = 256; type = 256;
displayName = $STR_EPOCH_PLYWOOD; displayName = $STR_EPOCH_PLYWOOD;
model = "\z\addons\dayz_epoch\models\plywood.p3d"; model = "\z\addons\dayz_epoch\models\plywood.p3d";
picture= "\z\addons\dayz_epoch\pictures\equip_plywood_CA.paa"; picture= "\z\addons\dayz_epoch\pictures\equip_plywood_CA.paa";
descriptionShort = $STR_EPOCH_PLYWOOD_DESC; descriptionShort = $STR_EPOCH_PLYWOOD_DESC;
class ItemActions class ItemActions
{ {
class Crafting class Crafting
@@ -344,8 +349,9 @@ class PartWoodPlywood: CA_Magazine
}; };
}; };
class equip_wood_pallet : CA_Magazine { class equip_wood_pallet : CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
displayName = $STR_ITEM_NAME_equip_wood_pallet; displayName = $STR_ITEM_NAME_equip_wood_pallet;
descriptionShort = $STR_ITEM_DESC_equip_wood_pallet; descriptionShort = $STR_ITEM_DESC_equip_wood_pallet;
@@ -354,8 +360,9 @@ class equip_wood_pallet : CA_Magazine {
type = 256; type = 256;
}; };
class equip_crate : CA_Magazine { class equip_crate : CA_Magazine
scope = public; {
scope = 2;
count = 1; count = 1;
displayName = $STR_ITEM_NAME_equip_crate; displayName = $STR_ITEM_NAME_equip_crate;
descriptionShort = $STR_ITEM_DESC_equip_crate; descriptionShort = $STR_ITEM_DESC_equip_crate;

View File

@@ -1,6 +1,6 @@
class 10Rnd_22lfB_RUGERMK2: CA_Magazine class 10Rnd_22lfB_RUGERMK2: CA_Magazine
{ {
scope = public; scope = 2;
displayName = $STR_DZ_MAG_10RND_C22_RUGERMK2_NAME; displayName = $STR_DZ_MAG_10RND_C22_RUGERMK2_NAME;
descriptionShort = $STR_DZ_MAG_10RND_RUGERMK2_C22_DESC; descriptionShort = $STR_DZ_MAG_10RND_RUGERMK2_C22_DESC;
picture = "\RH_de\inv\m_mk2.paa"; picture = "\RH_de\inv\m_mk2.paa";

View File

@@ -1,6 +1,6 @@
class 6Rnd_357Magnum: CA_Magazine class 6Rnd_357Magnum: CA_Magazine
{ {
scope = public; scope = 2;
type = 16; type = 16;
displayName = $STR_DZ_MAG_6RND_357MAGNUM_NAME; displayName = $STR_DZ_MAG_6RND_357MAGNUM_NAME;
descriptionShort = $STR_DZ_MAG_6RND_357MAGNUM_DESC; descriptionShort = $STR_DZ_MAG_6RND_357MAGNUM_DESC;

View File

@@ -1,5 +1,5 @@
class 5Rnd_408_CheyTac : CA_Magazine { class 5Rnd_408_CheyTac : CA_Magazine {
scope = public; scope = 2;
displayName = $STR_DZ_MAG_5RND_408_CHEYTAC_NAME; displayName = $STR_DZ_MAG_5RND_408_CHEYTAC_NAME;
descriptionShort = $STR_DZ_MAG_5RND_CHEYTAC_DESC; descriptionShort = $STR_DZ_MAG_5RND_CHEYTAC_DESC;
picture ="\z\addons\dayz_epoch_w\m200\data\m_cheytac_CA.paa"; picture ="\z\addons\dayz_epoch_w\m200\data\m_cheytac_CA.paa";

View File

@@ -1,6 +1,6 @@
class 6Rnd_44Magnum: CA_Magazine class 6Rnd_44Magnum: CA_Magazine
{ {
scope = public; scope = 2;
type = 16; type = 16;
displayName = $STR_DZ_MAG_6RND_44MAGNUM_NAME; displayName = $STR_DZ_MAG_6RND_44MAGNUM_NAME;
descriptionShort = $STR_DZ_MAG_6RND_44MAGNUM_DESC; descriptionShort = $STR_DZ_MAG_6RND_44MAGNUM_DESC;

View File

@@ -1,6 +1,6 @@
class 7Rnd_50AE_Deagle: CA_Magazine class 7Rnd_50AE_Deagle: CA_Magazine
{ {
scope = public; scope = 2;
type = 16; type = 16;
displayName = $STR_DZ_MAG_7RND_50AE_DESERT_EAGLE_NAME; displayName = $STR_DZ_MAG_7RND_50AE_DESERT_EAGLE_NAME;
descriptionShort = $STR_DZ_MAG_7RND_50AE_DESERT_EAGLE_DESC; descriptionShort = $STR_DZ_MAG_7RND_50AE_DESERT_EAGLE_DESC;

View File

@@ -45,12 +45,10 @@ class 75Rnd_545x39_RPK : CA_Magazine
model = "\z\addons\dayz_epoch_w\magazine\dze_RPK_mag.p3d"; model = "\z\addons\dayz_epoch_w\magazine\dze_RPK_mag.p3d";
picture = "\CA\weapons\AK\data\equip\M_RPK_74_CA.paa"; picture = "\CA\weapons\AK\data\equip\M_RPK_74_CA.paa";
displayName = $STR_DZ_MAG_75RND_545X39_RPK_NAME; displayName = $STR_DZ_MAG_75RND_545X39_RPK_NAME;
descriptionShort = $STR_DZ_MAG_75RND_RPK74_DESC; descriptionShort = $STR_DZ_MAG_75RND_RPK74_DESC;
count = 75; count = 75;
tracersEvery = 4; tracersEvery = 4;
lastRoundsTracer = 4; lastRoundsTracer = 4;
cartridgeName = "545x39"; cartridgeName = "545x39";
class ItemActions class ItemActions

View File

@@ -1,9 +1,8 @@
class 200Rnd_556x45_M249: CA_Magazine class 200Rnd_556x45_M249: CA_Magazine
{ {
displayName = $STR_DZ_MAG_200RND_556X45_M249_NAME; displayName = $STR_DZ_MAG_200RND_556X45_M249_NAME;
cartridgeName = "556x45"; cartridgeName = "556x45";
type = WeaponSlotItem; // Only takes up one gear slot in Epoch type = 256;
class ItemActions class ItemActions
{ {
@@ -24,14 +23,14 @@ class 100Rnd_556x45_M249 : 200Rnd_556x45_M249
}; };
class 100Rnd_556x45_BetaCMag: CA_Magazine { class 100Rnd_556x45_BetaCMag: CA_Magazine {
scope = public; scope = 2;
displayName = $STR_DZ_MAG_100RND_556x45_BetaCMag_NAME; displayName = $STR_DZ_MAG_100RND_556x45_BetaCMag_NAME;
ammo = "B_556x45_Ball"; ammo = "B_556x45_Ball";
count = 100; count = 100;
initSpeed = 920; initSpeed = 920;
model = "\z\addons\dayz_epoch_w\magazine\dze_MG36_mag.p3d"; model = "\z\addons\dayz_epoch_w\magazine\dze_MG36_mag.p3d";
picture = "\ca\weapons\g36\data\equip\M_MG36_CA.paa"; picture = "\ca\weapons\g36\data\equip\M_MG36_CA.paa";
type = WeaponSlotItem; type = 256;
tracersEvery = 4; tracersEvery = 4;
lastRoundsTracer = 4; lastRoundsTracer = 4;
descriptionShort = $STR_DZ_MAG_100RND_BetaCMag_DESC; descriptionShort = $STR_DZ_MAG_100RND_BetaCMag_DESC;
@@ -42,13 +41,11 @@ class 100Rnd_556x45_BetaCMag: CA_Magazine {
}; };
}; };
/* STANAG <-> G36 */ /* STANAG <-> G36 */
class 20Rnd_556x45_Stanag; class 20Rnd_556x45_Stanag;
class 30Rnd_556x45_Stanag : 20Rnd_556x45_Stanag class 30Rnd_556x45_Stanag : 20Rnd_556x45_Stanag
{ {
//model = "\dayz_equip\models\mag30.p3d";
displayName = $STR_DZ_MAG_30RND_556x45_STANAG_NAME; displayName = $STR_DZ_MAG_30RND_556x45_STANAG_NAME;
descriptionShort = $STR_DZE_MAG_30RND_556x45_STANAG_DESC; descriptionShort = $STR_DZE_MAG_30RND_556x45_STANAG_DESC;
@@ -78,7 +75,6 @@ class 30Rnd_556x45_G36 : 30Rnd_556x45_Stanag
{ {
displayName = $STR_DZ_MAG_30RND_556x45_G36_NAME; displayName = $STR_DZ_MAG_30RND_556x45_G36_NAME;
descriptionShort = $STR_DZE_MAG_30RND_556x45_G36_DESC; descriptionShort = $STR_DZE_MAG_30RND_556x45_G36_DESC;
cartridgeName = "556x45"; cartridgeName = "556x45";
class ItemActions class ItemActions
@@ -106,7 +102,6 @@ class 30Rnd_556x45_StanagSD : 30Rnd_556x45_Stanag
picture = "\z\addons\dayz_communityweapons\magazines\data\m_30stanagsd_ca.paa"; picture = "\z\addons\dayz_communityweapons\magazines\data\m_30stanagsd_ca.paa";
displayName = $STR_DZ_MAG_30RND_556x45_STANAGSD_NAME; displayName = $STR_DZ_MAG_30RND_556x45_STANAGSD_NAME;
descriptionShort = $STR_DZE_MAG_30RND_556x45_STANAGSD_DESC; descriptionShort = $STR_DZE_MAG_30RND_556x45_STANAGSD_DESC;
cartridgeName = "556x45_SD"; cartridgeName = "556x45_SD";
class ItemActions class ItemActions
@@ -133,8 +128,7 @@ class 30Rnd_556x45_G36SD : 30Rnd_556x45_G36
{ {
picture = "\z\addons\dayz_communityweapons\magazines\data\m_g36sd_ca.paa"; picture = "\z\addons\dayz_communityweapons\magazines\data\m_g36sd_ca.paa";
displayName = $STR_DZ_MAG_30RND_556x45_G36SD_NAME; displayName = $STR_DZ_MAG_30RND_556x45_G36SD_NAME;
descriptionShort = $STR_DZE_MAG_30RND_556x45_G36SD_DESC; descriptionShort = $STR_DZE_MAG_30RND_556x45_G36SD_DESC;
cartridgeName = "556x45_SD"; cartridgeName = "556x45_SD";
class ItemActions class ItemActions
@@ -163,6 +157,7 @@ class 60Rnd_556x45_Stanag_Taped : 30Rnd_556x45_Stanag {
count = 60; count = 60;
picture = "\dayz_epoch_c\icons\magazines\m_stanag_taped.paa"; picture = "\dayz_epoch_c\icons\magazines\m_stanag_taped.paa";
model = "\z\addons\dayz_epoch_w\magazine\dze_stannag_twinmag.p3d"; model = "\z\addons\dayz_epoch_w\magazine\dze_stannag_twinmag.p3d";
class ItemActions class ItemActions
{ {
COMBINE_MAG COMBINE_MAG
@@ -177,6 +172,7 @@ class 60Rnd_556x45_StanagSD_Taped : 30Rnd_556x45_StanagSD {
count = 60; count = 60;
picture = "\dayz_epoch_c\icons\magazines\m_stanag_taped_sd.paa"; picture = "\dayz_epoch_c\icons\magazines\m_stanag_taped_sd.paa";
model = "\z\addons\dayz_epoch_w\magazine\dze_stannag_twinmag.p3d"; model = "\z\addons\dayz_epoch_w\magazine\dze_stannag_twinmag.p3d";
class ItemActions class ItemActions
{ {
COMBINE_MAG COMBINE_MAG
@@ -193,8 +189,7 @@ class 30Rnd_556x45_Aug : 30Rnd_556x45_Stanag {
class ItemActions class ItemActions
{ {
COMBINE_MAG COMBINE_MAG
delete ReloadMag; delete ReloadMag;
}; };
}; };

View File

@@ -1,7 +1,7 @@
//P90 //P90
class 50Rnd_57x28_P90: CA_Magazine class 50Rnd_57x28_P90: CA_Magazine
{ {
scope = public; scope = 2;
displayName = $STR_DZ_MAG_50RND_P90_NAME; displayName = $STR_DZ_MAG_50RND_P90_NAME;
descriptionShort = $STR_DZ_MAG_50RND_P90_DESC; descriptionShort = $STR_DZ_MAG_50RND_P90_DESC;
model = "\RH_smg\mags\mag_p90.p3d"; model = "\RH_smg\mags\mag_p90.p3d";

View File

@@ -1,6 +1,6 @@
class 30Rnd_6x35_KAC: CA_Magazine class 30Rnd_6x35_KAC: CA_Magazine
{ {
scope = public; scope = 2;
displayName = $STR_DZ_MAG_30RND_KACPDW_NAME; displayName = $STR_DZ_MAG_30RND_KACPDW_NAME;
descriptionShort = $STR_DZ_MAG_30RND_KACPDW_DESC; descriptionShort = $STR_DZ_MAG_30RND_KACPDW_DESC;
picture = "\RH_pdw\inv\m_30pdw_ca.paa"; picture = "\RH_pdw\inv\m_30pdw_ca.paa";

View File

@@ -1,6 +1,6 @@
class 8Rnd_762x25_TT33 : CA_Magazine class 8Rnd_762x25_TT33 : CA_Magazine
{ {
scope = public; scope = 2;
type = 16; type = 16;
displayName = $STR_DZ_MAG_8RND_762x25_TT33_NAME; displayName = $STR_DZ_MAG_8RND_762x25_TT33_NAME;
descriptionShort = $STR_DZ_MAG_8RND_TT33_762x25_DESC; descriptionShort = $STR_DZ_MAG_8RND_TT33_762x25_DESC;
@@ -8,8 +8,7 @@ class 8Rnd_762x25_TT33 : CA_Magazine
model = "\RH_de\mags\mag_tt33.p3d"; model = "\RH_de\mags\mag_tt33.p3d";
ammo = "B_762x25_Ball"; ammo = "B_762x25_Ball";
count = 8; count = 8;
initSpeed = 400; initSpeed = 400;
cartridgeName = "762x25"; cartridgeName = "762x25";
class ItemActions class ItemActions

View File

@@ -5,8 +5,7 @@ class 30Rnd_762x39_AK47 : CA_Magazine
model = "z\addons\dayz_communityweapons\magazines\ak47.p3d"; model = "z\addons\dayz_communityweapons\magazines\ak47.p3d";
picture = "\z\addons\dayz_communityweapons\magazines\data\m_ak47_ca.paa"; picture = "\z\addons\dayz_communityweapons\magazines\data\m_ak47_ca.paa";
displayName = $STR_DZ_MAG_30RND_762X39_AK47_NAME; displayName = $STR_DZ_MAG_30RND_762X39_AK47_NAME;
descriptionShort = $STR_DZ_MAG_30RND_AK47M_DESC; descriptionShort = $STR_DZ_MAG_30RND_AK47M_DESC;
cartridgeName = "762x39"; cartridgeName = "762x39";
class ItemActions class ItemActions
@@ -45,8 +44,7 @@ class 75Rnd_762x39_RPK : 30Rnd_762x39_AK47
model = "\z\addons\dayz_epoch_w\magazine\dze_RPK_mag.p3d"; model = "\z\addons\dayz_epoch_w\magazine\dze_RPK_mag.p3d";
picture = "\z\addons\dayz_communityweapons\magazines\data\m_rpk_ca.paa"; picture = "\z\addons\dayz_communityweapons\magazines\data\m_rpk_ca.paa";
displayName = $STR_DZ_MAG_75RND_762X39_RPK_NAME; displayName = $STR_DZ_MAG_75RND_762X39_RPK_NAME;
descriptionShort = $STR_DZ_MAG_75RND_762X39_RPK_DESC; descriptionShort = $STR_DZ_MAG_75RND_762X39_RPK_DESC;
count = 75; count = 75;
tracersEvery = 4; tracersEvery = 4;
lastRoundsTracer = 4; lastRoundsTracer = 4;
@@ -61,8 +59,7 @@ class 30Rnd_762x39_SA58 : CA_Magazine
{ {
model = "z\addons\dayz_communityweapons\magazines\vz58.p3d"; model = "z\addons\dayz_communityweapons\magazines\vz58.p3d";
displayName = $STR_DZ_MAG_30RND_762X39_SA58_NAME; displayName = $STR_DZ_MAG_30RND_762X39_SA58_NAME;
descriptionShort = $STR_DZ_MAG_30RND_SA58_DESC; descriptionShort = $STR_DZ_MAG_30RND_SA58_DESC;
cartridgeName = "762x39"; cartridgeName = "762x39";
class ItemActions class ItemActions
@@ -84,8 +81,7 @@ class 30Rnd_762x39_RK95 : 30Rnd_762x39_AK47
model = "\RH_aks\mags\mag_rk.p3d"; model = "\RH_aks\mags\mag_rk.p3d";
picture = "\dayz_epoch_c\icons\magazines\m_rk95.paa"; picture = "\dayz_epoch_c\icons\magazines\m_rk95.paa";
displayName = $STR_DZ_MAG_30RND_RK95_NAME; displayName = $STR_DZ_MAG_30RND_RK95_NAME;
descriptionShort = $STR_DZ_MAG_30RND_RK95_DESC; descriptionShort = $STR_DZ_MAG_30RND_RK95_DESC;
cartridgeName = "762x39"; cartridgeName = "762x39";
class ItemActions class ItemActions
@@ -101,8 +97,7 @@ class 30Rnd_762x39_RK95SD : 30Rnd_762x39_RK95
picture = "\dayz_epoch_c\icons\magazines\m_rk95_sd.paa"; picture = "\dayz_epoch_c\icons\magazines\m_rk95_sd.paa";
displayName = $STR_DZ_MAG_30RND_RK95SD_NAME; displayName = $STR_DZ_MAG_30RND_RK95SD_NAME;
descriptionShort = $STR_DZ_MAG_30RND_RK95SD_DESC; descriptionShort = $STR_DZ_MAG_30RND_RK95SD_DESC;
ammo = "B_762x39_SD"; ammo = "B_762x39_SD";
cartridgeName = "762x39_SD"; cartridgeName = "762x39_SD";
}; };

View File

@@ -2,8 +2,7 @@ class 20Rnd_762x51_FNFAL : CA_Magazine
{ {
picture = "\z\addons\dayz_epoch_w\magazine\ui\m_fnfal_mag.paa"; picture = "\z\addons\dayz_epoch_w\magazine\ui\m_fnfal_mag.paa";
model = "\z\addons\dayz_epoch_w\magazine\dze_fnFal_mag.p3d"; model = "\z\addons\dayz_epoch_w\magazine\dze_fnFal_mag.p3d";
displayName = $STR_DZ_MAG_20RND_762X51_FNFAL_NAME; displayName = $STR_DZ_MAG_20RND_762X51_FNFAL_NAME;
cartridgeName = "762x51"; cartridgeName = "762x51";
class ItemActions class ItemActions
@@ -25,8 +24,7 @@ class 20Rnd_762x51_DMR : CA_Magazine
model = "\dayz_equip\models\mag20.p3d"; model = "\dayz_equip\models\mag20.p3d";
picture = "\dayz_epoch_c\icons\magazines\m_us_dmr_ca.paa"; picture = "\dayz_epoch_c\icons\magazines\m_us_dmr_ca.paa";
displayName = $STR_DZ_MAG_20RND_762X51_DMR_NAME; displayName = $STR_DZ_MAG_20RND_762X51_DMR_NAME;
descriptionShort = $STR_DZ_MAG_20RND_DMR_DESC; descriptionShort = $STR_DZ_MAG_20RND_DMR_DESC;
cartridgeName = "762x51"; cartridgeName = "762x51";
class ItemActions class ItemActions
@@ -48,8 +46,7 @@ class 20Rnd_762x51_DMRSD : 20Rnd_762x51_DMR
displayName = $STR_DZ_MAG_20RND_762X51_DMRSD_NAME; displayName = $STR_DZ_MAG_20RND_762X51_DMRSD_NAME;
descriptionShort = $STR_DZ_MAG_20RND_DMRSD_DESC; descriptionShort = $STR_DZ_MAG_20RND_DMRSD_DESC;
picture = "\dayz_epoch_c\icons\magazines\m_us_dmr_ca_sd.paa"; picture = "\dayz_epoch_c\icons\magazines\m_us_dmr_ca_sd.paa";
ammo = "Rem_762x51_SD"; ammo = "Rem_762x51_SD";
cartridgeName = "762x51_SD"; cartridgeName = "762x51_SD";
class ItemActions class ItemActions
@@ -63,8 +60,7 @@ class 5Rnd_762x51_M24 : CA_Magazine
{ {
model = "\dayz_equip\models\mag5rnd.p3d"; model = "\dayz_equip\models\mag5rnd.p3d";
displayName = $STR_DZ_MAG_5RND_762X51_M24_NAME; displayName = $STR_DZ_MAG_5RND_762X51_M24_NAME;
descriptionShort = $STR_DZ_MAG_5RND_762x51_M24_DESC; descriptionShort = $STR_DZ_MAG_5RND_762x51_M24_DESC;
cartridgeName = "762x51"; cartridgeName = "762x51";
class ItemActions class ItemActions
@@ -84,10 +80,9 @@ class 5Rnd_762x51_M24 : CA_Magazine
class 100Rnd_762x51_M240: CA_Magazine class 100Rnd_762x51_M240: CA_Magazine
{ {
displayName = $STR_DZ_MAG_100RND_762X51_M240_NAME; displayName = $STR_DZ_MAG_100RND_762X51_M240_NAME;
descriptionShort = $STR_DZ_MAG_100RND_762x51_M240_DESC; descriptionShort = $STR_DZ_MAG_100RND_762x51_M240_DESC;
cartridgeName = "762x51"; cartridgeName = "762x51";
type = WeaponSlotItem; // Only takes up one gear slot in Epoch type = 256;
class ItemActions class ItemActions
{ {
@@ -100,8 +95,7 @@ class 20Rnd_762x51_B_SCAR : CA_Magazine
model = "\z\addons\dayz_epoch_w\magazine\dze_mk17_mag.p3d"; model = "\z\addons\dayz_epoch_w\magazine\dze_mk17_mag.p3d";
picture = "\dayz_epoch_c\icons\magazines\m_mk17_ca.paa"; picture = "\dayz_epoch_c\icons\magazines\m_mk17_ca.paa";
displayName = $STR_DZ_MAG_20Rnd_762x51_B_SCAR_NAME; displayName = $STR_DZ_MAG_20Rnd_762x51_B_SCAR_NAME;
descriptionShort = $STR_DZ_MAG_20RND_MK17_DESC; descriptionShort = $STR_DZ_MAG_20RND_MK17_DESC;
cartridgeName = "762x51"; cartridgeName = "762x51";
class ItemActions class ItemActions
@@ -117,8 +111,7 @@ class 20Rnd_762x51_SB_SCAR : CA_Magazine
displayName = $STR_DZ_MAG_20Rnd_762x51_SB_SCAR_NAME; displayName = $STR_DZ_MAG_20Rnd_762x51_SB_SCAR_NAME;
descriptionShort = $STR_DZ_MAG_20RND_MK17SD_DESC; descriptionShort = $STR_DZ_MAG_20RND_MK17SD_DESC;
ammo = "Rem_762x51_SD"; ammo = "Rem_762x51_SD";
initSpeed = 750; initSpeed = 750;
cartridgeName = "762x51_SD"; cartridgeName = "762x51_SD";
class ItemActions class ItemActions
@@ -132,8 +125,7 @@ class 10Rnd_762x51_CZ750 : 5Rnd_762x51_M24
count = 10; count = 10;
picture = "\Ca\Weapons_ACR\Data\UI\picture_CZ750_mag_CA.paa"; picture = "\Ca\Weapons_ACR\Data\UI\picture_CZ750_mag_CA.paa";
displayName = $STR_DZ_MAG_10Rnd_762x51_CZ750_NAME; displayName = $STR_DZ_MAG_10Rnd_762x51_CZ750_NAME;
descriptionShort = $STR_DZ_MAG_10RND_CZ750_DESC; descriptionShort = $STR_DZ_MAG_10RND_CZ750_DESC;
cartridgeName = "762x51"; cartridgeName = "762x51";
class ItemActions class ItemActions
@@ -145,7 +137,7 @@ class 10Rnd_762x51_CZ750 : 5Rnd_762x51_M24
class 20Rnd_762x51_RSASS: CA_Magazine class 20Rnd_762x51_RSASS: CA_Magazine
{ {
scope = public; scope = 2;
initSpeed = 900; initSpeed = 900;
picture = "\FHQ_Remington\ammo\ui\i_20rndpmag.paa"; picture = "\FHQ_Remington\ammo\ui\i_20rndpmag.paa";
model = "\FHQ_Remington\RSASS\magazine.p3d"; model = "\FHQ_Remington\RSASS\magazine.p3d";
@@ -193,7 +185,7 @@ class 20Rnd_762x51_HK417SD: 20Rnd_762x51_HK417
class 6Rnd_762x51_WA2000: CA_Magazine class 6Rnd_762x51_WA2000: CA_Magazine
{ {
scope = public; scope = 2;
initSpeed = 900; initSpeed = 900;
picture = "\z\addons\dayz_epoch_w\wa2000\data\m_wa2000_CA.paa"; picture = "\z\addons\dayz_epoch_w\wa2000\data\m_wa2000_CA.paa";
model = "\z\addons\dayz_epoch_w\wa2000\h4_wa2000_mag.p3d"; model = "\z\addons\dayz_epoch_w\wa2000\h4_wa2000_mag.p3d";

View File

@@ -2,10 +2,9 @@ class 100Rnd_762x54_PK : CA_Magazine
{ {
model = "z\addons\dayz_communityweapons\magazines\pk.p3d"; model = "z\addons\dayz_communityweapons\magazines\pk.p3d";
displayName = $STR_DZ_MAG_100RND_762x54_PK_NAME; displayName = $STR_DZ_MAG_100RND_762x54_PK_NAME;
descriptionShort = $STR_DZ_MAG_100RND_762x54_PK_DESC; descriptionShort = $STR_DZ_MAG_100RND_762x54_PK_DESC;
cartridgeName = "762x54"; cartridgeName = "762x54";
type = WeaponSlotItem; // Only takes up one gear slot in Epoch type = 256;
class ItemActions class ItemActions
{ {
@@ -15,8 +14,7 @@ class 100Rnd_762x54_PK : CA_Magazine
class 50Rnd_762x54_UK59 : 100Rnd_762x54_PK class 50Rnd_762x54_UK59 : 100Rnd_762x54_PK
{ {
count = 50; count = 50;
model = "z\addons\dayz_communityweapons\magazines\uk59.p3d"; model = "z\addons\dayz_communityweapons\magazines\uk59.p3d";
picture = "\z\addons\dayz_communityweapons\magazines\data\m_uk59_ca.paa"; picture = "\z\addons\dayz_communityweapons\magazines\data\m_uk59_ca.paa";
displayName = $STR_DZ_MAG_50RND_762X54_UK59_NAME; displayName = $STR_DZ_MAG_50RND_762X54_UK59_NAME;
@@ -25,8 +23,7 @@ class 50Rnd_762x54_UK59 : 100Rnd_762x54_PK
class 10Rnd_762x54_SVD : CA_Magazine class 10Rnd_762x54_SVD : CA_Magazine
{ {
displayName = $STR_DZ_MAG_10RND_762x54_SVD_NAME; displayName = $STR_DZ_MAG_10RND_762x54_SVD_NAME;
cartridgeName = "762x54"; cartridgeName = "762x54";
class ItemActions class ItemActions
@@ -41,8 +38,7 @@ class 5Rnd_762x54_Mosin : 10Rnd_762x54_SVD
model = "\dayz_equip\models\mag5rnd.p3d"; model = "\dayz_equip\models\mag5rnd.p3d";
picture = "\z\addons\dayz_communityweapons\models\mosin_nagant\images\ammo.paa"; picture = "\z\addons\dayz_communityweapons\models\mosin_nagant\images\ammo.paa";
displayName = $STR_DZ_MAG_5RND_762X54_MOSIN_NAME; displayName = $STR_DZ_MAG_5RND_762X54_MOSIN_NAME;
descriptionShort = $STR_DZ_MAG_5RND_762X54_MOSIN_DESC; descriptionShort = $STR_DZ_MAG_5RND_762X54_MOSIN_DESC;
cartridgeName = "762x54"; cartridgeName = "762x54";
class ItemActions class ItemActions

View File

@@ -1,14 +1,13 @@
class 5Rnd_762x67_XM2010: CA_Magazine class 5Rnd_762x67_XM2010: CA_Magazine
{ {
scope = public; scope = 2;
displayName = $STR_DZ_MAG_5RND_XM2010_NAME; displayName = $STR_DZ_MAG_5RND_XM2010_NAME;
descriptionShort = $STR_DZ_MAG_5RND_XM2010_DESC; descriptionShort = $STR_DZ_MAG_5RND_XM2010_DESC;
count = 5; count = 5;
ammo = "Rem_300Win_Ball"; ammo = "Rem_300Win_Ball";
initSpeed = 850; initSpeed = 850;
picture = "\FHQ_Remington\ammo\ui\i_xm2010.paa"; picture = "\FHQ_Remington\ammo\ui\i_xm2010.paa";
model = "\FHQ_Remington\XM2010\magazine.p3d"; model = "\FHQ_Remington\XM2010\magazine.p3d";
cartridgeName = "762x67"; cartridgeName = "762x67";
class ItemActions class ItemActions

View File

@@ -1,6 +1,6 @@
class 7Rnd_9x17_PPK : CA_Magazine class 7Rnd_9x17_PPK : CA_Magazine
{ {
scope = public; scope = 2;
type = 16; type = 16;
displayName = $STR_DZ_MAG_7RND_9x17_PPK_NAME; displayName = $STR_DZ_MAG_7RND_9x17_PPK_NAME;
descriptionShort = $STR_DZ_MAG_7RND_PPK_9x17_DESC; descriptionShort = $STR_DZ_MAG_7RND_PPK_9x17_DESC;

View File

@@ -32,8 +32,9 @@ class 20Rnd_9x39_SP5_VSS: CA_Magazine
}; };
//Groza-9 //Groza-9
class 20Rnd_9x39_Groza9: CA_Magazine { class 20Rnd_9x39_Groza9: CA_Magazine
scope = public; {
scope = 2;
displayName = $STR_DZ_MAG_20RND_Groza9_NAME; displayName = $STR_DZ_MAG_20RND_Groza9_NAME;
descriptionShort = $STR_DZ_MAG_20RND_Groza9_DESC; descriptionShort = $STR_DZ_MAG_20RND_Groza9_DESC;
picture = "\RH_aks\inv\m_oc.paa"; picture = "\RH_aks\inv\m_oc.paa";
@@ -48,7 +49,8 @@ class 20Rnd_9x39_Groza9: CA_Magazine {
}; };
}; };
class 20Rnd_9x39_Groza9SD: 20Rnd_9x39_Groza9 { class 20Rnd_9x39_Groza9SD: 20Rnd_9x39_Groza9
{
displayName = $STR_DZ_MAG_20RND_Groza9SD_NAME; displayName = $STR_DZ_MAG_20RND_Groza9SD_NAME;
descriptionShort = $STR_DZ_MAG_20RND_Groza9SD_DESC; descriptionShort = $STR_DZ_MAG_20RND_Groza9SD_DESC;
picture = "\dayz_epoch_c\icons\magazines\m_oc_sd.paa"; picture = "\dayz_epoch_c\icons\magazines\m_oc_sd.paa";

View File

@@ -1,7 +1,7 @@
class 1Rnd_Arrow_Wood : CA_Magazine class 1Rnd_Arrow_Wood : CA_Magazine
{ {
scope = public; scope = 2;
type = 256;
model = "\dayz_weapons\models\bolt_gear"; model = "\dayz_weapons\models\bolt_gear";
picture = "\z\addons\dayz_communityassets\pictures\equip_warrow_ca.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_warrow_ca.paa";
displayName = $STR_ITEMWOODENARROW_CODE_NAME; displayName = $STR_ITEMWOODENARROW_CODE_NAME;
@@ -23,13 +23,11 @@ class 1Rnd_Arrow_Wood : CA_Magazine
class 12Rnd_Quiver_Wood : 1Rnd_Arrow_Wood class 12Rnd_Quiver_Wood : 1Rnd_Arrow_Wood
{ {
type = WeaponSlotItem; type = 256;
model = "\z\addons\dayz_communityassets\models\quiver"; model = "\z\addons\dayz_communityassets\models\quiver";
picture = "\z\addons\dayz_communityassets\pictures\equip_quiver_ca.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_quiver_ca.paa";
descriptionShort = $STR_ITEMQUIVER_CODE_DESC; descriptionShort = $STR_ITEMQUIVER_CODE_DESC;
displayName = $STR_ITEMQUIVER_CODE_NAME; displayName = $STR_ITEMQUIVER_CODE_NAME;
count = 12; count = 12;
class ItemActions class ItemActions
@@ -46,36 +44,24 @@ class 12Rnd_Quiver_Wood : 1Rnd_Arrow_Wood
class 1Rnd_Bolt_Tranquilizer : CA_Magazine class 1Rnd_Bolt_Tranquilizer : CA_Magazine
{ {
scope = public; scope = 2;
type = WeaponSlotItem; type = 256;
count = 1; count = 1;
model = "z\addons\community_crossbow\models\ammo.p3d"; model = "z\addons\community_crossbow\models\ammo.p3d";
picture = "\z\addons\community_crossbow\textures\bolt_tranq.paa"; picture = "\z\addons\community_crossbow\textures\bolt_tranq.paa";
displayName = $STR_DZ_MAG_BOLT_TRQ_NAME; displayName = $STR_DZ_MAG_BOLT_TRQ_NAME;
descriptionShort = $STR_DZ_MAG_BOLT_TRQ_DESC; descriptionShort = $STR_DZ_MAG_BOLT_TRQ_DESC;
ammo = "tranquiliser_bolt"; ammo = "tranquiliser_bolt";
}; };
class 1Rnd_Bolt_Explosive : CA_Magazine class 1Rnd_Bolt_Explosive : CA_Magazine
{ {
scope = public; scope = 2;
type = WeaponSlotItem; type = 256;
count = 1; count = 1;
picture = "\z\addons\community_crossbow\textures\bolt_expl.paa"; picture = "\z\addons\community_crossbow\textures\bolt_expl.paa";
model = "z\addons\community_crossbow\models\ammo.p3d"; model = "z\addons\community_crossbow\models\ammo.p3d";
displayName = $STR_DZ_MAG_BOLT_EXP_NAME; displayName = $STR_DZ_MAG_BOLT_EXP_NAME;
descriptionShort = $STR_DZ_MAG_BOLT_EXP_DESC; descriptionShort = $STR_DZ_MAG_BOLT_EXP_DESC;
ammo = "explosive_bolt"; ammo = "explosive_bolt";
}; };
/*
//TODO: Remove legacy
class WoodenArrow : 1Rnd_Arrow_Wood {};
class Quiver : 12Rnd_Quiver_Wood {};
class Tranquiliser_Bolt : 1Rnd_Bolt_Tranquilizer {};
class Crossbow_EX_Bolt : 1Rnd_Bolt_Explosive {};
*/

View File

@@ -1,5 +1,6 @@
// M32/M203 grenades // M32/M203 grenades
class 1Rnd_HE_M203: CA_Magazine { class 1Rnd_HE_M203: CA_Magazine
{
scope = 2; scope = 2;
type = 16; type = 16;
displayName = "$STR_DN_HE_M203"; displayName = "$STR_DN_HE_M203";
@@ -11,7 +12,8 @@ class 1Rnd_HE_M203: CA_Magazine {
nameSound = "grenadelauncher"; nameSound = "grenadelauncher";
descriptionShort = "$STR_DSS_1Rnd_HE_M203"; descriptionShort = "$STR_DSS_1Rnd_HE_M203";
}; };
class 6Rnd_HE_M203: 1Rnd_HE_M203 { class 6Rnd_HE_M203: 1Rnd_HE_M203
{
count = 6; count = 6;
displayName = "$STR_EP1_DN_6Rnd_HE_M203"; displayName = "$STR_EP1_DN_6Rnd_HE_M203";
descriptionShort = "$STR_EP1_DSS_6Rnd_HE_M203"; descriptionShort = "$STR_EP1_DSS_6Rnd_HE_M203";
@@ -19,7 +21,8 @@ class 6Rnd_HE_M203: 1Rnd_HE_M203 {
picture = "\CA\weapons_E\Data\icons\m_6x40mmHP_CA.paa"; picture = "\CA\weapons_E\Data\icons\m_6x40mmHP_CA.paa";
model = "\z\addons\dayz_epoch_w\magazine\dze_6rnd_m32_mag.p3d"; model = "\z\addons\dayz_epoch_w\magazine\dze_6rnd_m32_mag.p3d";
}; };
class FlareWhite_M203: CA_Magazine { class FlareWhite_M203: CA_Magazine
{
scope = 2; scope = 2;
type = 16; type = 16;
displayName = "$STR_DN_FLAREWHITE_M203"; displayName = "$STR_DN_FLAREWHITE_M203";
@@ -40,7 +43,8 @@ class 6Rnd_FlareWhite_M203: FlareWhite_M203
picture = "\CA\weapons_E\Data\icons\m_6x40mmFlare_CA.paa"; picture = "\CA\weapons_E\Data\icons\m_6x40mmFlare_CA.paa";
model = "\z\addons\dayz_epoch_w\magazine\dze_6rnd_m32_mag.p3d"; model = "\z\addons\dayz_epoch_w\magazine\dze_6rnd_m32_mag.p3d";
}; };
class FlareGreen_M203: FlareWhite_M203 { class FlareGreen_M203: FlareWhite_M203
{
displayName = "$STR_DN_FLAREGREEN_M203"; displayName = "$STR_DN_FLAREGREEN_M203";
ammo = "F_40mm_Green"; ammo = "F_40mm_Green";
picture = "\Ca\weapons\Data\Equip\m_FlareGreen_CA.paa"; picture = "\Ca\weapons\Data\Equip\m_FlareGreen_CA.paa";
@@ -55,7 +59,8 @@ class 6Rnd_FlareGreen_M203: FlareGreen_M203
picture = "\CA\weapons_E\Data\icons\m_6x40mmFlare_CA.paa"; picture = "\CA\weapons_E\Data\icons\m_6x40mmFlare_CA.paa";
model = "\z\addons\dayz_epoch_w\magazine\dze_6rnd_m32_mag.p3d"; model = "\z\addons\dayz_epoch_w\magazine\dze_6rnd_m32_mag.p3d";
}; };
class FlareRed_M203: FlareWhite_M203 { class FlareRed_M203: FlareWhite_M203
{
displayName = "$STR_DN_FLARERED_M203"; displayName = "$STR_DN_FLARERED_M203";
ammo = "F_40mm_Red"; ammo = "F_40mm_Red";
picture = "\Ca\weapons\Data\Equip\m_FlareRed_CA.paa"; picture = "\Ca\weapons\Data\Equip\m_FlareRed_CA.paa";
@@ -70,7 +75,8 @@ class 6Rnd_FlareRed_M203: FlareRed_M203
picture = "\CA\weapons_E\Data\icons\m_6x40mmFlare_CA.paa"; picture = "\CA\weapons_E\Data\icons\m_6x40mmFlare_CA.paa";
model = "\z\addons\dayz_epoch_w\magazine\dze_6rnd_m32_mag.p3d"; model = "\z\addons\dayz_epoch_w\magazine\dze_6rnd_m32_mag.p3d";
}; };
class FlareYellow_M203: FlareWhite_M203 { class FlareYellow_M203: FlareWhite_M203
{
displayName = "$STR_DN_FLAREYELLOW_M203"; displayName = "$STR_DN_FLAREYELLOW_M203";
ammo = "F_40mm_Yellow"; ammo = "F_40mm_Yellow";
picture = "\Ca\weapons\Data\Equip\m_FlareYelow_CA.paa"; picture = "\Ca\weapons\Data\Equip\m_FlareYelow_CA.paa";
@@ -85,7 +91,8 @@ class 6Rnd_FlareYellow_M203: FlareYellow_M203
picture = "\CA\weapons_E\Data\icons\m_6x40mmFlare_CA.paa"; picture = "\CA\weapons_E\Data\icons\m_6x40mmFlare_CA.paa";
model = "\z\addons\dayz_epoch_w\magazine\dze_6rnd_m32_mag.p3d"; model = "\z\addons\dayz_epoch_w\magazine\dze_6rnd_m32_mag.p3d";
}; };
class 1Rnd_Smoke_M203: 1Rnd_HE_M203 { class 1Rnd_Smoke_M203: 1Rnd_HE_M203
{
displayName = "$STR_MN_SMOKE_M203"; displayName = "$STR_MN_SMOKE_M203";
picture = "\Ca\weapons_E\Data\icons\m_40mmSmoke_CA.paa"; picture = "\Ca\weapons_E\Data\icons\m_40mmSmoke_CA.paa";
model = "\z\addons\dayz_epoch_w\magazine\dze_m203_smoke.p3d"; model = "\z\addons\dayz_epoch_w\magazine\dze_m203_smoke.p3d";
@@ -101,7 +108,8 @@ class 6Rnd_Smoke_M203: 1Rnd_Smoke_M203
picture = "\CA\weapons_E\Data\icons\m_6x40mmSmoke_CA.paa"; picture = "\CA\weapons_E\Data\icons\m_6x40mmSmoke_CA.paa";
model = "\z\addons\dayz_epoch_w\magazine\dze_6rnd_m32_mag.p3d"; model = "\z\addons\dayz_epoch_w\magazine\dze_6rnd_m32_mag.p3d";
}; };
class 1Rnd_SmokeRed_M203: 1Rnd_Smoke_M203 { class 1Rnd_SmokeRed_M203: 1Rnd_Smoke_M203
{
ammo = "G_40mm_SmokeRed"; ammo = "G_40mm_SmokeRed";
displayName = "$STR_DN_1Rnd_SmokeRed_M203"; displayName = "$STR_DN_1Rnd_SmokeRed_M203";
descriptionShort = "$STR_DSS_1Rnd_SMOKERED_M203"; descriptionShort = "$STR_DSS_1Rnd_SMOKERED_M203";
@@ -116,7 +124,8 @@ class 6Rnd_SmokeRed_M203: 1Rnd_SmokeRed_M203
picture = "\CA\weapons_E\Data\icons\m_6x40mmSmoke_CA.paa"; picture = "\CA\weapons_E\Data\icons\m_6x40mmSmoke_CA.paa";
model = "\z\addons\dayz_epoch_w\magazine\dze_6rnd_m32_mag.p3d"; model = "\z\addons\dayz_epoch_w\magazine\dze_6rnd_m32_mag.p3d";
}; };
class 1Rnd_SmokeGreen_M203: 1Rnd_Smoke_M203 { class 1Rnd_SmokeGreen_M203: 1Rnd_Smoke_M203
{
ammo = "G_40mm_SmokeGreen"; ammo = "G_40mm_SmokeGreen";
displayName = "$STR_DN_1Rnd_SmokeGreen_M203"; displayName = "$STR_DN_1Rnd_SmokeGreen_M203";
descriptionShort = "$STR_DSS_1Rnd_SMOKEGREEN_M203"; descriptionShort = "$STR_DSS_1Rnd_SMOKEGREEN_M203";
@@ -131,7 +140,8 @@ class 6Rnd_SmokeGreen_M203: 1Rnd_SmokeGreen_M203
picture = "\CA\weapons_E\Data\icons\m_6x40mmSmoke_CA.paa"; picture = "\CA\weapons_E\Data\icons\m_6x40mmSmoke_CA.paa";
model = "\z\addons\dayz_epoch_w\magazine\dze_6rnd_m32_mag.p3d"; model = "\z\addons\dayz_epoch_w\magazine\dze_6rnd_m32_mag.p3d";
}; };
class 1Rnd_SmokeYellow_M203: 1Rnd_Smoke_M203 { class 1Rnd_SmokeYellow_M203: 1Rnd_Smoke_M203
{
ammo = "G_40mm_SmokeYellow"; ammo = "G_40mm_SmokeYellow";
displayName = "$STR_DN_1Rnd_SmokeYellow_M203"; displayName = "$STR_DN_1Rnd_SmokeYellow_M203";
descriptionShort = "$STR_DSS_1Rnd_SMOKEYELLOW_M203"; descriptionShort = "$STR_DSS_1Rnd_SMOKEYELLOW_M203";
@@ -148,7 +158,8 @@ class 6Rnd_SmokeYellow_M203: 1Rnd_SmokeYellow_M203
}; };
// GP-25 // GP-25
class 1Rnd_HE_GP25: CA_Magazine { class 1Rnd_HE_GP25: CA_Magazine
{
scope = 2; scope = 2;
type = 16; type = 16;
displayName = "$STR_DN_HE_GP25"; displayName = "$STR_DN_HE_GP25";
@@ -160,7 +171,8 @@ class 1Rnd_HE_GP25: CA_Magazine {
nameSound = "grenadelauncher"; nameSound = "grenadelauncher";
descriptionShort = "$STR_DSS_1Rnd_HE_GP25"; descriptionShort = "$STR_DSS_1Rnd_HE_GP25";
}; };
class FlareWhite_GP25: CA_Magazine { class FlareWhite_GP25: CA_Magazine
{
scope = 2; scope = 2;
type = 16; type = 16;
displayName = "$STR_DN_FLAREWHITE_GP25"; displayName = "$STR_DN_FLAREWHITE_GP25";
@@ -172,44 +184,51 @@ class FlareWhite_GP25: CA_Magazine {
count = 1; count = 1;
nameSound = "grenadelauncher"; nameSound = "grenadelauncher";
}; };
class FlareGreen_GP25: FlareWhite_GP25 { class FlareGreen_GP25: FlareWhite_GP25
{
displayName = "$STR_DN_FLAREGREEN_GP25"; displayName = "$STR_DN_FLAREGREEN_GP25";
ammo = "F_40mm_Green"; ammo = "F_40mm_Green";
picture = "\Ca\weapons_E\Data\icons\M_GP25_green_CA.paa"; picture = "\Ca\weapons_E\Data\icons\M_GP25_green_CA.paa";
descriptionShort = "$STR_DSS_1Rnd_FLAREGREEN_GP25"; descriptionShort = "$STR_DSS_1Rnd_FLAREGREEN_GP25";
}; };
class FlareRed_GP25: FlareWhite_GP25 { class FlareRed_GP25: FlareWhite_GP25
{
displayName = "$STR_DN_FLARERED_GP25"; displayName = "$STR_DN_FLARERED_GP25";
ammo = "F_40mm_Red"; ammo = "F_40mm_Red";
picture = "\Ca\weapons_E\Data\icons\M_GP25_red_CA.paa"; picture = "\Ca\weapons_E\Data\icons\M_GP25_red_CA.paa";
descriptionShort = "$STR_DSS_1Rnd_FLARERED_GP25"; descriptionShort = "$STR_DSS_1Rnd_FLARERED_GP25";
}; };
class FlareYellow_GP25: FlareWhite_GP25 { class FlareYellow_GP25: FlareWhite_GP25
{
displayName = "$STR_DN_FLAREYELLOW_GP25"; displayName = "$STR_DN_FLAREYELLOW_GP25";
ammo = "F_40mm_Yellow"; ammo = "F_40mm_Yellow";
picture = "\Ca\weapons_E\Data\icons\M_GP25_yellow_CA.paa"; picture = "\Ca\weapons_E\Data\icons\M_GP25_yellow_CA.paa";
descriptionShort = "$STR_DSS_1Rnd_FLAREYELLOW_GP25"; descriptionShort = "$STR_DSS_1Rnd_FLAREYELLOW_GP25";
}; };
class 1Rnd_SMOKE_GP25: 1Rnd_HE_GP25 { class 1Rnd_SMOKE_GP25: 1Rnd_HE_GP25
{
displayName = "$STR_MN_SMOKE_GP25"; displayName = "$STR_MN_SMOKE_GP25";
picture = "\Ca\weapons_E\Data\icons\M_GP25_white_CA.paa"; picture = "\Ca\weapons_E\Data\icons\M_GP25_white_CA.paa";
model = "\z\addons\dayz_epoch_w\magazine\dze_gp_smoke.p3d"; model = "\z\addons\dayz_epoch_w\magazine\dze_gp_smoke.p3d";
ammo = "G_40mm_Smoke"; ammo = "G_40mm_Smoke";
descriptionShort = "$STR_DSS_1Rnd_SMOKE_GP25"; descriptionShort = "$STR_DSS_1Rnd_SMOKE_GP25";
}; };
class 1Rnd_SmokeRed_GP25: 1Rnd_SMOKE_GP25 { class 1Rnd_SmokeRed_GP25: 1Rnd_SMOKE_GP25
{
displayName = "$STR_DN_1Rnd_SmokeRed_GP25"; displayName = "$STR_DN_1Rnd_SmokeRed_GP25";
picture = "\Ca\weapons_E\Data\icons\M_GP25_red_CA.paa"; picture = "\Ca\weapons_E\Data\icons\M_GP25_red_CA.paa";
ammo = "G_40mm_SmokeRed"; ammo = "G_40mm_SmokeRed";
descriptionShort = "$STR_DSS_1Rnd_SMOKERED_GP25"; descriptionShort = "$STR_DSS_1Rnd_SMOKERED_GP25";
}; };
class 1Rnd_SmokeYellow_GP25: 1Rnd_SMOKE_GP25 { class 1Rnd_SmokeYellow_GP25: 1Rnd_SMOKE_GP25
{
displayName = "$STR_DN_1Rnd_SmokeYellow_GP25"; displayName = "$STR_DN_1Rnd_SmokeYellow_GP25";
picture = "\Ca\weapons_E\Data\icons\M_GP25_yellow_CA.paa"; picture = "\Ca\weapons_E\Data\icons\M_GP25_yellow_CA.paa";
ammo = "G_40mm_SmokeYellow"; ammo = "G_40mm_SmokeYellow";
descriptionShort = "$STR_DSS_1Rnd_SMOKEYELLOW_GP25"; descriptionShort = "$STR_DSS_1Rnd_SMOKEYELLOW_GP25";
}; };
class 1Rnd_SmokeGreen_GP25: 1Rnd_SMOKE_GP25 { class 1Rnd_SmokeGreen_GP25: 1Rnd_SMOKE_GP25
{
displayName = "$STR_DN_1Rnd_SmokeGreen_GP25"; displayName = "$STR_DN_1Rnd_SmokeGreen_GP25";
picture = "\Ca\weapons_E\Data\icons\M_GP25_green_CA.paa"; picture = "\Ca\weapons_E\Data\icons\M_GP25_green_CA.paa";
ammo = "G_40mm_SmokeGreen"; ammo = "G_40mm_SmokeGreen";

View File

@@ -1,81 +1,81 @@
// Use single slot for everything, let R3F weight handle load // Use single slot for everything, let R3F weight handle load
class M136 : CA_LauncherMagazine { class M136 : CA_LauncherMagazine {
type = WeaponSlotItem; type = 256;
}; };
class Javelin : CA_LauncherMagazine { class Javelin : CA_LauncherMagazine {
type = WeaponSlotItem; type = 256;
}; };
class AT13 : CA_LauncherMagazine { class AT13 : CA_LauncherMagazine {
type = WeaponSlotItem; type = 256;
}; };
class PG7V : CA_LauncherMagazine { class PG7V : CA_LauncherMagazine {
type = WeaponSlotItem; type = 256;
}; };
class PG7VL : PG7V { class PG7VL : PG7V {
type = WeaponSlotItem; type = 256;
}; };
class PG7VR : PG7V { class PG7VR : PG7V {
type = WeaponSlotItem; type = 256;
}; };
class OG7 : CA_LauncherMagazine { class OG7 : CA_LauncherMagazine {
type = WeaponSlotItem; type = 256;
}; };
class PG9_AT : CA_LauncherMagazine { class PG9_AT : CA_LauncherMagazine {
type = WeaponSlotItem; type = 256;
}; };
class OG9_HE : CA_LauncherMagazine { class OG9_HE : CA_LauncherMagazine {
type = WeaponSlotItem; type = 256;
}; };
class Stinger : CA_LauncherMagazine { class Stinger : CA_LauncherMagazine {
type = WeaponSlotItem; type = 256;
}; };
class SMAW_HEDP : CA_LauncherMagazine { class SMAW_HEDP : CA_LauncherMagazine {
type = WeaponSlotItem; type = 256;
}; };
class SMAW_HEAA : SMAW_HEDP { class SMAW_HEAA : SMAW_HEDP {
type = WeaponSlotItem; type = 256;
}; };
class MAAWS_HEDP : CA_LauncherMagazine { class MAAWS_HEDP : CA_LauncherMagazine {
type = WeaponSlotItem; type = 256;
}; };
class MAAWS_HEAT : MAAWS_HEDP { class MAAWS_HEAT : MAAWS_HEDP {
type = WeaponSlotItem; type = 256;
}; };
class Strela : CA_LauncherMagazine { class Strela : CA_LauncherMagazine {
type = WeaponSlotItem; type = 256;
}; };
class RPG18 : CA_LauncherMagazine { class RPG18 : CA_LauncherMagazine {
type = WeaponSlotItem; type = 256;
}; };
class Igla : Strela { class Igla : Strela {
type = WeaponSlotItem; type = 256;
}; };
class 2Rnd_Igla : Igla { class 2Rnd_Igla : Igla {
type = WeaponSlotItem; type = 256;
}; };
class NLAW : CA_LauncherMagazine { class NLAW : CA_LauncherMagazine {
type = WeaponSlotItem; type = 256;
}; };
class Dragon_EP1 : CA_LauncherMagazine { class Dragon_EP1 : CA_LauncherMagazine {
type = WeaponSlotItem; type = 256;
}; };

Some files were not shown because too many files have changed in this diff Show More