mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Add some more female skins
This commit is contained in:
@@ -68,7 +68,11 @@ clothes[] = {
|
|||||||
{Loot_MAGAZINE, 1, Skin_MafiaBoss_DZ},
|
{Loot_MAGAZINE, 1, Skin_MafiaBoss_DZ},
|
||||||
{Loot_MAGAZINE, 1, Skin_Dealer_DZ},
|
{Loot_MAGAZINE, 1, Skin_Dealer_DZ},
|
||||||
{Loot_MAGAZINE, 1, Skin_BusinessMan_DZ},
|
{Loot_MAGAZINE, 1, Skin_BusinessMan_DZ},
|
||||||
{Loot_MAGAZINE, 1, Skin_HookerW_DZ},
|
{Loot_MAGAZINE, 1, Skin_HookerW1_DZ},
|
||||||
|
{Loot_MAGAZINE, 1, Skin_HookerW2_DZ},
|
||||||
|
{Loot_MAGAZINE, 1, Skin_HookerW3_DZ},
|
||||||
|
{Loot_MAGAZINE, 1, Skin_HookerW4_DZ},
|
||||||
|
{Loot_MAGAZINE, 1, Skin_HookerW5_DZ},
|
||||||
{Loot_MAGAZINE, 1, Skin_PriestW_DZ},
|
{Loot_MAGAZINE, 1, Skin_PriestW_DZ},
|
||||||
{Loot_MAGAZINE, 1, Skin_PolicemanW_DZ},
|
{Loot_MAGAZINE, 1, Skin_PolicemanW_DZ},
|
||||||
{Loot_MAGAZINE, 1, Skin_WorkerW_DZ},
|
{Loot_MAGAZINE, 1, Skin_WorkerW_DZ},
|
||||||
|
|||||||
@@ -1834,16 +1834,44 @@ class Skin_PolicemanW_DZ: SkinBase {
|
|||||||
class Skin_PriestW_DZ: SkinBase {
|
class Skin_PriestW_DZ: SkinBase {
|
||||||
scope = 2;
|
scope = 2;
|
||||||
displayName = $STR_EPOCH_SKINS_JULIA;
|
displayName = $STR_EPOCH_SKINS_JULIA;
|
||||||
descriptionShort = $STR_EPOCH_SKINS_JAMES_DESC;
|
descriptionShort = $STR_EPOCH_SKINS_JULIA_DESC;
|
||||||
sex = "female";
|
sex = "female";
|
||||||
playerModel = "PriestW_DZ";
|
playerModel = "PriestW_DZ";
|
||||||
};
|
};
|
||||||
class Skin_HookerW_DZ: SkinBase {
|
class Skin_HookerW1_DZ: SkinBase {
|
||||||
scope = 2;
|
scope = 2;
|
||||||
displayName = $STR_EPOCH_SKINS_CHANTAL;
|
displayName = $STR_EPOCH_SKINS_CHANTAL;
|
||||||
descriptionShort = $STR_EPOCH_SKINS_CHANTAL_DESC;
|
descriptionShort = $STR_EPOCH_SKINS_CHANTAL_DESC;
|
||||||
sex = "female";
|
sex = "female";
|
||||||
playerModel = "HookerW_DZ";
|
playerModel = "HookerW1_DZ";
|
||||||
|
};
|
||||||
|
class Skin_HookerW2_DZ: SkinBase {
|
||||||
|
scope = 2;
|
||||||
|
displayName = $STR_EPOCH_SKINS_GINA;
|
||||||
|
descriptionShort = $STR_EPOCH_SKINS_GINA_DESC;
|
||||||
|
sex = "female";
|
||||||
|
playerModel = "HookerW2_DZ";
|
||||||
|
};
|
||||||
|
class Skin_HookerW3_DZ: SkinBase {
|
||||||
|
scope = 2;
|
||||||
|
displayName = $STR_EPOCH_SKINS_SALLY;
|
||||||
|
descriptionShort = $STR_EPOCH_SKINS_SALLY_DESC;
|
||||||
|
sex = "female";
|
||||||
|
playerModel = "HookerW3_DZ";
|
||||||
|
};
|
||||||
|
class Skin_HookerW4_DZ: SkinBase {
|
||||||
|
scope = 2;
|
||||||
|
displayName = $STR_EPOCH_SKINS_ANGEL;
|
||||||
|
descriptionShort = $STR_EPOCH_SKINS_ANGEL_DESC;
|
||||||
|
sex = "female";
|
||||||
|
playerModel = "HookerW4_DZ";
|
||||||
|
};
|
||||||
|
class Skin_HookerW5_DZ: SkinBase {
|
||||||
|
scope = 2;
|
||||||
|
displayName = $STR_EPOCH_SKINS_KANDY;
|
||||||
|
descriptionShort = $STR_EPOCH_SKINS_KANDY_DESC;
|
||||||
|
sex = "female";
|
||||||
|
playerModel = "HookerW5_DZ";
|
||||||
};
|
};
|
||||||
class Skin_OperatorW_DZ: SkinBase {
|
class Skin_OperatorW_DZ: SkinBase {
|
||||||
scope = 2;
|
scope = 2;
|
||||||
|
|||||||
@@ -104,7 +104,11 @@ class Category_30 {
|
|||||||
class Skin_WorkerW_DZ {type = "trade_items";buy[] = {2,"ItemGoldBar"};sell[] = {1,"ItemGoldBar"};};
|
class Skin_WorkerW_DZ {type = "trade_items";buy[] = {2,"ItemGoldBar"};sell[] = {1,"ItemGoldBar"};};
|
||||||
class Skin_PolicemanW_DZ {type = "trade_items";buy[] = {2,"ItemGoldBar"};sell[] = {1,"ItemGoldBar"};};
|
class Skin_PolicemanW_DZ {type = "trade_items";buy[] = {2,"ItemGoldBar"};sell[] = {1,"ItemGoldBar"};};
|
||||||
class Skin_PriestW_DZ {type = "trade_items";buy[] = {2,"ItemGoldBar"};sell[] = {1,"ItemGoldBar"};};
|
class Skin_PriestW_DZ {type = "trade_items";buy[] = {2,"ItemGoldBar"};sell[] = {1,"ItemGoldBar"};};
|
||||||
class Skin_HookerW_DZ {type = "trade_items";buy[] = {2,"ItemGoldBar"};sell[] = {1,"ItemGoldBar"};};
|
class Skin_HookerW1_DZ {type = "trade_items";buy[] = {2,"ItemGoldBar"};sell[] = {1,"ItemGoldBar"};};
|
||||||
|
class Skin_HookerW2_DZ {type = "trade_items";buy[] = {2,"ItemGoldBar"};sell[] = {1,"ItemGoldBar"};};
|
||||||
|
class Skin_HookerW3_DZ {type = "trade_items";buy[] = {2,"ItemGoldBar"};sell[] = {1,"ItemGoldBar"};};
|
||||||
|
class Skin_HookerW4_DZ {type = "trade_items";buy[] = {2,"ItemGoldBar"};sell[] = {1,"ItemGoldBar"};};
|
||||||
|
class Skin_HookerW5_DZ {type = "trade_items";buy[] = {2,"ItemGoldBar"};sell[] = {1,"ItemGoldBar"};};
|
||||||
class Skin_Functionary1_EP1_DZ {type = "trade_items";buy[] = {2,"ItemGoldBar"};sell[] = {1,"ItemGoldBar"};};
|
class Skin_Functionary1_EP1_DZ {type = "trade_items";buy[] = {2,"ItemGoldBar"};sell[] = {1,"ItemGoldBar"};};
|
||||||
class Skin_Haris_Press_EP1_DZ {type = "trade_items";buy[] = {2,"ItemGoldBar"};sell[] = {1,"ItemGoldBar"};};
|
class Skin_Haris_Press_EP1_DZ {type = "trade_items";buy[] = {2,"ItemGoldBar"};sell[] = {1,"ItemGoldBar"};};
|
||||||
class Skin_Priest_DZ {type = "trade_items";buy[] = {2,"ItemGoldBar"};sell[] = {1,"ItemGoldBar"};};
|
class Skin_Priest_DZ {type = "trade_items";buy[] = {2,"ItemGoldBar"};sell[] = {1,"ItemGoldBar"};};
|
||||||
|
|||||||
@@ -104,7 +104,11 @@ class Category_30 {
|
|||||||
class Skin_WorkerW_DZ {type = "trade_items";buy[] = {200,"worth"};sell[] = {100,"worth"};};
|
class Skin_WorkerW_DZ {type = "trade_items";buy[] = {200,"worth"};sell[] = {100,"worth"};};
|
||||||
class Skin_PolicemanW_DZ {type = "trade_items";buy[] = {200,"worth"};sell[] = {100,"worth"};};
|
class Skin_PolicemanW_DZ {type = "trade_items";buy[] = {200,"worth"};sell[] = {100,"worth"};};
|
||||||
class Skin_PriestW_DZ {type = "trade_items";buy[] = {200,"worth"};sell[] = {100,"worth"};};
|
class Skin_PriestW_DZ {type = "trade_items";buy[] = {200,"worth"};sell[] = {100,"worth"};};
|
||||||
class Skin_HookerW_DZ {type = "trade_items";buy[] = {200,"worth"};sell[] = {100,"worth"};};
|
class Skin_HookerW1_DZ {type = "trade_items";buy[] = {200,"worth"};sell[] = {100,"worth"};};
|
||||||
|
class Skin_HookerW2_DZ {type = "trade_items";buy[] = {200,"worth"};sell[] = {100,"worth"};};
|
||||||
|
class Skin_HookerW3_DZ {type = "trade_items";buy[] = {200,"worth"};sell[] = {100,"worth"};};
|
||||||
|
class Skin_HookerW4_DZ {type = "trade_items";buy[] = {200,"worth"};sell[] = {100,"worth"};};
|
||||||
|
class Skin_HookerW5_DZ {type = "trade_items";buy[] = {200,"worth"};sell[] = {100,"worth"};};
|
||||||
class Skin_Functionary1_EP1_DZ {type = "trade_items";buy[] = {200,"worth"};sell[] = {100,"worth"};};
|
class Skin_Functionary1_EP1_DZ {type = "trade_items";buy[] = {200,"worth"};sell[] = {100,"worth"};};
|
||||||
class Skin_Haris_Press_EP1_DZ {type = "trade_items";buy[] = {200,"worth"};sell[] = {100,"worth"};};
|
class Skin_Haris_Press_EP1_DZ {type = "trade_items";buy[] = {200,"worth"};sell[] = {100,"worth"};};
|
||||||
class Skin_Priest_DZ {type = "trade_items";buy[] = {200,"worth"};sell[] = {100,"worth"};};
|
class Skin_Priest_DZ {type = "trade_items";buy[] = {200,"worth"};sell[] = {100,"worth"};};
|
||||||
|
|||||||
@@ -255,11 +255,33 @@ class PriestW_DZ: CivilianW
|
|||||||
displayName = $STR_EPOCH_SKINS_PRIEST;
|
displayName = $STR_EPOCH_SKINS_PRIEST;
|
||||||
model = "z\addons\dayz_epoch_u\clothes\dze_F_priest";
|
model = "z\addons\dayz_epoch_u\clothes\dze_F_priest";
|
||||||
};
|
};
|
||||||
class HookerW_DZ: CivilianW
|
class HookerW1_DZ: CivilianW
|
||||||
{
|
{
|
||||||
scope = 2;
|
scope = 2;
|
||||||
displayName = $STR_DZE_SKIN_HOOKER_NAME;
|
displayName = $STR_DZE_SKIN_HOOKER_NAME;
|
||||||
model = "z\addons\dayz_epoch_u\clothes\dze_f_hooker";
|
model = "z\addons\dayz_epoch_u\clothes\dze_f_hooker";
|
||||||
|
hiddenSelections[] = {"camo1"};
|
||||||
|
hiddenSelectionsTextures[] = {"\z\addons\dayz_epoch_u\clothes\data\hooker1_co.paa"};
|
||||||
|
};
|
||||||
|
class HookerW2_DZ: HookerW1_DZ
|
||||||
|
{
|
||||||
|
displayName = $STR_DZE_SKIN_HOOKER_NAME;
|
||||||
|
hiddenSelectionsTextures[] = {"\z\addons\dayz_epoch_u\clothes\data\hooker2_co.paa"};
|
||||||
|
};
|
||||||
|
class HookerW3_DZ: HookerW1_DZ
|
||||||
|
{
|
||||||
|
displayName = $STR_DZE_SKIN_HOOKER_NAME;
|
||||||
|
hiddenSelectionsTextures[] = {"\z\addons\dayz_epoch_u\clothes\data\hooker3_co.paa"};
|
||||||
|
};
|
||||||
|
class HookerW4_DZ: HookerW1_DZ
|
||||||
|
{
|
||||||
|
displayName = $STR_DZE_SKIN_HOOKER_NAME;
|
||||||
|
hiddenSelectionsTextures[] = {"\z\addons\dayz_epoch_u\clothes\data\hooker4_co.paa"};
|
||||||
|
};
|
||||||
|
class HookerW5_DZ: HookerW1_DZ
|
||||||
|
{
|
||||||
|
displayName = $STR_DZE_SKIN_HOOKER_NAME;
|
||||||
|
hiddenSelectionsTextures[] = {"\z\addons\dayz_epoch_u\clothes\data\hooker5_co.paa"};
|
||||||
};
|
};
|
||||||
class SniperW_DZ: CivilianW
|
class SniperW_DZ: CivilianW
|
||||||
{
|
{
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -29701,6 +29701,11 @@
|
|||||||
<German>Priester Kleidung</German>
|
<German>Priester Kleidung</German>
|
||||||
<Russian>Ряса священника</Russian>
|
<Russian>Ряса священника</Russian>
|
||||||
</Key>
|
</Key>
|
||||||
|
<Key ID="STR_EPOCH_SKINS_JULIA_DESC">
|
||||||
|
<English>Priest Outfit</English>
|
||||||
|
<German>Priester Kleidung</German>
|
||||||
|
<Russian>Ряса священника</Russian>
|
||||||
|
</Key>
|
||||||
<Key ID="STR_EPOCH_SKINS_PRIEST">
|
<Key ID="STR_EPOCH_SKINS_PRIEST">
|
||||||
<English>Priest</English>
|
<English>Priest</English>
|
||||||
<German>Priester</German>
|
<German>Priester</German>
|
||||||
@@ -29900,8 +29905,36 @@
|
|||||||
<English>Chantal</English>
|
<English>Chantal</English>
|
||||||
</Key>
|
</Key>
|
||||||
<Key ID="STR_EPOCH_SKINS_CHANTAL_DESC">
|
<Key ID="STR_EPOCH_SKINS_CHANTAL_DESC">
|
||||||
<English>Chantal the woman for the fast trip.</English>
|
<English>Chantal - the woman for the fast trip.</English>
|
||||||
<German>Chantal, die Frau für die schnelle Sache.</German>
|
<German>Chantal - die Frau für die schnelle Sache.</German>
|
||||||
|
</Key>
|
||||||
|
<Key ID="STR_EPOCH_SKINS_SALLY">
|
||||||
|
<English>Sally</English>
|
||||||
|
</Key>
|
||||||
|
<Key ID="STR_EPOCH_SKINS_SALLY_DESC">
|
||||||
|
<English>Sally - is good at math and you know why.</English>
|
||||||
|
<German>Sally - ist gut in Mathe und du weißt genau wieso.</German>
|
||||||
|
</Key>
|
||||||
|
<Key ID="STR_EPOCH_SKINS_GINA">
|
||||||
|
<English>Gina</English>
|
||||||
|
</Key>
|
||||||
|
<Key ID="STR_EPOCH_SKINS_GINA_DESC">
|
||||||
|
<English>Gina - the wildest woman you have ever met.</English>
|
||||||
|
<German>Gina - die wildeste Frau, die du jemals getroffen hast.</German>
|
||||||
|
</Key>
|
||||||
|
<Key ID="STR_EPOCH_SKINS_ANGEL">
|
||||||
|
<English>Angel</English>
|
||||||
|
</Key>
|
||||||
|
<Key ID="STR_EPOCH_SKINS_ANGEL_DESC">
|
||||||
|
<English>Angel - you know she is not an angel but you do not care.</English>
|
||||||
|
<German>Angel - du weißt, dass sie kein Engel ist, aber das ist dir egal.</German>
|
||||||
|
</Key>
|
||||||
|
<Key ID="STR_EPOCH_SKINS_KANDY">
|
||||||
|
<English>Kandy</English>
|
||||||
|
</Key>
|
||||||
|
<Key ID="STR_EPOCH_SKINS_KANDY_DESC">
|
||||||
|
<English>Kandy - what is sweeter than Candy, yeah it is Kandy.</English>
|
||||||
|
<German>Kandy - was ist süßer als Zucker, es ist Kandy.</German>
|
||||||
</Key>
|
</Key>
|
||||||
<Key ID="STR_EPOCH_SKINS_URSULA">
|
<Key ID="STR_EPOCH_SKINS_URSULA">
|
||||||
<English>Operator Ursula</English>
|
<English>Operator Ursula</English>
|
||||||
|
|||||||
Reference in New Issue
Block a user