mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Add equip_paintbucket for crafting
made by @seelenapparat and @DeVloek
This commit is contained in:
@@ -60,3 +60,6 @@
|
||||
//#include "equip_brick.hpp"
|
||||
|
||||
//Need adding to loot table
|
||||
|
||||
//Epoch 1.0.7
|
||||
#include "equip_paintbucket.hpp"
|
||||
|
||||
@@ -0,0 +1,48 @@
|
||||
class equip_paint_generic : CA_Magazine {
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
picture = "\dayz_epoch_c\icons\equipment\equip_paint_generic.paa";
|
||||
displayName = $STR_DZE_EQUIP_PAINT_GENERIC_NAME;
|
||||
descriptionShort = $STR_DZE_EQUIP_PAINT_GENERIC_DESC;
|
||||
};
|
||||
class equip_paint_black : CA_Magazine {
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
picture = "\dayz_epoch_c\icons\equipment\equip_paint_black.paa";
|
||||
displayName = $STR_DZE_EQUIP_PAINT_BLACK_NAME;
|
||||
descriptionShort = $STR_DZE_EQUIP_PAINT_BLACK_DESC;
|
||||
};
|
||||
class equip_paint_white : CA_Magazine {
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
picture = "\dayz_epoch_c\icons\equipment\equip_paint_white.paa";
|
||||
displayName = $STR_DZE_EQUIP_PAINT_WHITE_NAME;
|
||||
descriptionShort = $STR_DZE_EQUIP_PAINT_WHITE_DESC;
|
||||
};
|
||||
class equip_paint_blue : CA_Magazine {
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
picture = "\dayz_epoch_c\icons\equipment\equip_paint_blue.paa";
|
||||
displayName = $STR_DZE_EQUIP_PAINT_BLUE_NAME;
|
||||
descriptionShort = $STR_DZE_EQUIP_PAINT_BLUE_DESC;
|
||||
};
|
||||
class equip_paint_green : CA_Magazine {
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
picture = "\dayz_epoch_c\icons\equipment\equip_paint_green.paa";
|
||||
displayName = $STR_DZE_EQUIP_PAINT_GREEN_NAME;
|
||||
descriptionShort = $STR_DZE_EQUIP_PAINT_GREEN_DESC;
|
||||
};
|
||||
class equip_paint_red : CA_Magazine {
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
picture = "\dayz_epoch_c\icons\equipment\equip_paint_red.paa";
|
||||
displayName = $STR_DZE_EQUIP_PAINT_RED_NAME;
|
||||
descriptionShort = $STR_DZE_EQUIP_PAINT_RED_DESC;
|
||||
};
|
||||
@@ -18284,6 +18284,54 @@
|
||||
<English>A silencer that can be attached to 7.62 calibre rifles.</English>
|
||||
<German>Ein Schalldämpfer der an Kaliber 7.62 Gewehre angebracht werden kann.</German>
|
||||
</Key>
|
||||
<Key ID="STR_DZE_EQUIP_PAINT_GENERIC_NAME">
|
||||
<English>Paint bucket (generic)</English>
|
||||
<German>Farbeimer (Generisch)</German>
|
||||
</Key>
|
||||
<Key ID="STR_DZE_EQUIP_PAINT_GENERIC_DESC">
|
||||
<English>A generic bucket of paint.</English>
|
||||
<German>Ein generischer Farbeimer.</German>
|
||||
</Key>
|
||||
<Key ID="STR_DZE_EQUIP_PAINT_BLACK_NAME">
|
||||
<English>Paint bucket (black)</English>
|
||||
<German>Farbeimer (Schwarz)</German>
|
||||
</Key>
|
||||
<Key ID="STR_DZE_EQUIP_PAINT_BLACK_DESC">
|
||||
<English>A bucket of black paint.</English>
|
||||
<German>Ein Farbeimer mit schwarzer Farbe.</German>
|
||||
</Key>
|
||||
<Key ID="STR_DZE_EQUIP_PAINT_WHITE_NAME">
|
||||
<English>Paint bucket (white)</English>
|
||||
<German>Farbeimer (Weiss)</German>
|
||||
</Key>
|
||||
<Key ID="STR_DZE_EQUIP_PAINT_WHITE_DESC">
|
||||
<English>A bucket of white paint.</English>
|
||||
<German>Ein Farbeimer mit weisser Farbe.</German>
|
||||
</Key>
|
||||
<Key ID="STR_DZE_EQUIP_PAINT_BLUE_NAME">
|
||||
<English>Paint bucket (blue)</English>
|
||||
<German>Farbeimer (Blau)</German>
|
||||
</Key>
|
||||
<Key ID="STR_DZE_EQUIP_PAINT_BLUE_DESC">
|
||||
<English>A bucket of blue paint.</English>
|
||||
<German>Ein Farbeimer mit blauer Farbe.</German>
|
||||
</Key>
|
||||
<Key ID="STR_DZE_EQUIP_PAINT_GREEN_NAME">
|
||||
<English>Paint bucket (green)</English>
|
||||
<German>Farbeimer (Grün)</German>
|
||||
</Key>
|
||||
<Key ID="STR_DZE_EQUIP_PAINT_GREEN_DESC">
|
||||
<English>A bucket of green paint.</English>
|
||||
<German>Ein Farbeimer mit grüner Farbe.</German>
|
||||
</Key>
|
||||
<Key ID="STR_DZE_EQUIP_PAINT_RED_NAME">
|
||||
<English>Paint bucket (red)</English>
|
||||
<German>Farbeimer (Rot)</German>
|
||||
</Key>
|
||||
<Key ID="STR_DZE_EQUIP_PAINT_RED_DESC">
|
||||
<English>A bucket of red paint.</English>
|
||||
<German>Ein Farbeimer mit roter Farbe.</German>
|
||||
</Key>
|
||||
|
||||
<!--dayz mod crash site display names-->
|
||||
<Key ID="STR_EPOCH_CRASHSITE1">
|
||||
|
||||
Reference in New Issue
Block a user