mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
add 7 new keesha camo skins from Craig Hauer
@ComatoseBadger
This commit is contained in:
parent
d07593d038
commit
a4dca6ffb5
@ -1,4 +1,5 @@
|
||||
[New] Epoch is leaving alpha and entering beta! All Epoch Asset project sources are now available via our GitHub +LFS and under APL-SA license here: https://github.com/EpochModTeam/EpochCore
|
||||
[Added] 7 new Keesha camo skins by Craig Hauer aka ComatoseBadger.
|
||||
[Added] 64-bit database extension support for Windows (EpochServer_x64.dll) and Linux (epochserver_x64.so) servers. Linux support is pending testing.
|
||||
[Added] Custom event handler and OnEachFrame hooks added. https://github.com/EpochModTeam/Epoch/tree/experimental/Sources/epoch_code/customs Thanks to @Ignatz-HeMan
|
||||
[Added] Crafting recipe: Mortar (Uses: 12x Rock, 2x dirty water) (Requires: Fire and workbench within 3m). Thanks to @baaljayjay for the suggestion.
|
||||
|
@ -54,6 +54,13 @@ class CfgItemSort
|
||||
"U_CamoBlue_uniform",
|
||||
"U_CamoBrn_uniform",
|
||||
"U_CamoRed_uniform",
|
||||
'U_CamoAloha_uniform",
|
||||
"U_CamoBiker_uniform",
|
||||
"U_CamoBubblegum_uniform",
|
||||
"U_CamoLumberjack_uniform",
|
||||
"U_CamoOutback_uniform",
|
||||
"U_CamoPink_uniform",
|
||||
"U_CamoPinkPolka_uniform",
|
||||
|
||||
"U_C_Driver_1",
|
||||
"U_C_Driver_2",
|
||||
|
@ -3282,6 +3282,34 @@ class CfgPricing
|
||||
{
|
||||
price = 5;
|
||||
};
|
||||
class U_CamoAloha_uniform
|
||||
{
|
||||
price = 5;
|
||||
};
|
||||
class U_CamoBiker_uniform
|
||||
{
|
||||
price = 5;
|
||||
};
|
||||
class U_CamoBubblegum_uniform
|
||||
{
|
||||
price = 5;
|
||||
};
|
||||
class U_CamoLumberjack_uniform
|
||||
{
|
||||
price = 5;
|
||||
};
|
||||
class U_CamoOutback_uniform
|
||||
{
|
||||
price = 5;
|
||||
};
|
||||
class U_CamoPink_uniform
|
||||
{
|
||||
price = 5;
|
||||
};
|
||||
class U_CamoPinkPolka_uniform
|
||||
{
|
||||
price = 5;
|
||||
};
|
||||
class U_C_Driver_1
|
||||
{
|
||||
price = 5;
|
||||
|
@ -1909,6 +1909,13 @@ _skn_admincode = compileFinal ("
|
||||
'U_Wetsuit_Purp',
|
||||
'U_Wetsuit_Camo',
|
||||
'U_CamoRed_uniform',
|
||||
'U_CamoAloha_uniform',
|
||||
'U_CamoBiker_uniform',
|
||||
'U_CamoBubblegum_uniform',
|
||||
'U_CamoLumberjack_uniform',
|
||||
'U_CamoOutback_uniform',
|
||||
'U_CamoPink_uniform',
|
||||
'U_CamoPinkPolka_uniform',
|
||||
'U_CamoBrn_uniform',
|
||||
'U_CamoBlue_uniform',
|
||||
'U_Camo_uniform',
|
||||
|
@ -1132,6 +1132,13 @@ class CfgLootTable
|
||||
items[] = {
|
||||
{ { "FemaleWetsuits", "CfgLootTable" }, 1 },
|
||||
{ { "U_CamoRed_uniform", "item" }, 1 },
|
||||
{ { "U_CamoAloha_uniform", "item" }, 1 },
|
||||
{ { "U_CamoBiker_uniform", "item" }, 1 },
|
||||
{ { "U_CamoBubblegum_uniform", "item" }, 1 },
|
||||
{ { "U_CamoLumberjack_uniform", "item" }, 1 },
|
||||
{ { "U_CamoOutback_uniform", "item" }, 1 },
|
||||
{ { "U_CamoPink_uniform", "item" }, 1 },
|
||||
{ { "U_CamoPinkPolka_uniform", "item" }, 1 },
|
||||
{ { "U_CamoBrn_uniform", "item" }, 1 },
|
||||
{ { "U_CamoBlue_uniform", "item" }, 1 },
|
||||
{ { "U_Camo_uniform", "item" }, 1 },
|
||||
|
@ -1695,6 +1695,13 @@ class CfgLootTable_CUP
|
||||
items[] = {
|
||||
{ { "FemaleWetsuits", "CfgLootTable" }, 1 },
|
||||
{ { "U_CamoRed_uniform", "item" }, 1 },
|
||||
{ { "U_CamoAloha_uniform", "item" }, 1 },
|
||||
{ { "U_CamoBiker_uniform", "item" }, 1 },
|
||||
{ { "U_CamoBubblegum_uniform", "item" }, 1 },
|
||||
{ { "U_CamoLumberjack_uniform", "item" }, 1 },
|
||||
{ { "U_CamoOutback_uniform", "item" }, 1 },
|
||||
{ { "U_CamoPink_uniform", "item" }, 1 },
|
||||
{ { "U_CamoPinkPolka_uniform", "item" }, 1 },
|
||||
{ { "U_CamoBrn_uniform", "item" }, 1 },
|
||||
{ { "U_CamoBlue_uniform", "item" }, 1 },
|
||||
{ { "U_Camo_uniform", "item" }, 1 },
|
||||
|
Loading…
x
Reference in New Issue
Block a user