Add one female winter skin

This commit is contained in:
AirwavesMan
2020-08-22 22:53:51 +02:00
parent cb1b34fc6a
commit 049492ebf3
7 changed files with 24 additions and 36 deletions

View File

@@ -138,6 +138,7 @@ militaryclothes[] = {
{Loot_MAGAZINE, 1, Skin_TK_INS_Soldier_EP1_DZ},
{Loot_MAGAZINE, 1, Skin_TK_INS_Warlord_EP1_DZ},
{Loot_MAGAZINE, 1, Skin_SurvivorWcombat_DZ},
{Loot_MAGAZINE, 1, Skin_SurvivorWwinter_DZ},
{Loot_MAGAZINE, 1, Skin_SurvivorWdesert_DZ},
{Loot_MAGAZINE, 1, Skin_GUE_Soldier_MG_DZ},
{Loot_MAGAZINE, 1, Skin_GUE_Soldier_Crew_DZ},

View File

@@ -201,18 +201,6 @@ class Skin_SurvivorWpink_DZ: SkinBase {
sex = "female";
playerModel = "SurvivorWpink_DZ";
};
/*
class Skin_SurvivorWsequisha_DZ: SkinBase {
scope = 2;
displayName = "Maria (female)";
descriptionShort = "Maria Clothes (female)";
};
class Skin_SurvivorWsequishaD_DZ: SkinBase {
scope = 2;
displayName = "Sequisha (female)";
descriptionShort = "Sequisha Clothes (female)";
};
*/
class Skin_SurvivorWcombat_DZ: SkinBase {
scope = 2;
displayName = $STR_EPOCH_SKINS_ALEJANDRIA;
@@ -220,6 +208,13 @@ class Skin_SurvivorWcombat_DZ: SkinBase {
sex = "female";
playerModel = "SurvivorWcombat_DZ";
};
class Skin_SurvivorWwinter_DZ: SkinBase {
scope = 2;
displayName = $STR_EPOCH_SKINS_ANGELINA;
descriptionShort = $STR_EPOCH_SKINS_ANGELINA_DESC;
sex = "female";
playerModel = "SurvivorWwinter_DZ";
};
class Skin_SurvivorWdesert_DZ: SkinBase {
scope = 2;
displayName = $STR_EPOCH_SKINS_SAVANNAH;

View File

@@ -101,6 +101,7 @@ class Category_30 {
class Skin_SurvivorWpink_DZ {type = "trade_items";buy[] = {2,"ItemGoldBar"};sell[] = {1,"ItemGoldBar"};};
class Skin_SurvivorWurban_DZ {type = "trade_items";buy[] = {2,"ItemGoldBar"};sell[] = {1,"ItemGoldBar"};};
class Skin_SurvivorWcombat_DZ {type = "trade_items";buy[] = {2,"ItemGoldBar"};sell[] = {1,"ItemGoldBar"};};
class Skin_SurvivorWwinter_DZ {type = "trade_items";buy[] = {2,"ItemGoldBar"};sell[] = {1,"ItemGoldBar"};};
class Skin_SurvivorWdesert_DZ {type = "trade_items";buy[] = {2,"ItemGoldBar"};sell[] = {1,"ItemGoldBar"};};
class Skin_Survivor2_DZ {type = "trade_items";buy[] = {2,"ItemGoldBar"};sell[] = {1,"ItemGoldBar"};};
class Skin_Rocker1_DZ {type = "trade_items";buy[] = {2,"ItemGoldBar"};sell[] = {1,"ItemGoldBar"};};

View File

@@ -101,6 +101,7 @@ class Category_30 {
class Skin_SurvivorWpink_DZ {type = "trade_items";buy[] = {200,"worth"};sell[] = {100,"worth"};};
class Skin_SurvivorWurban_DZ {type = "trade_items";buy[] = {200,"worth"};sell[] = {100,"worth"};};
class Skin_SurvivorWcombat_DZ {type = "trade_items";buy[] = {200,"worth"};sell[] = {100,"worth"};};
class Skin_SurvivorWwinter_DZ {type = "trade_items";buy[] = {200,"worth"};sell[] = {100,"worth"};};
class Skin_SurvivorWdesert_DZ {type = "trade_items";buy[] = {200,"worth"};sell[] = {100,"worth"};};
class Skin_Survivor2_DZ {type = "trade_items";buy[] = {200,"worth"};sell[] = {100,"worth"};};
class Skin_Rocker1_DZ {type = "trade_items";buy[] = {200,"worth"};sell[] = {100,"worth"};};

View File

@@ -212,15 +212,7 @@ class BanditW1_DZ: SurvivorW2_DZ
hiddenSelections[] = {"Camo"};
hiddenSelectionsTextures[] = {"\ca\characters_e\woman\baker\data\baker_co.paa"};
};
/*
class FemaleSoldier1_DZ: SurvivorW2_DZ
{
side = 1;
model = "\z\addons\dayz_epoch\models\female_soldier";
hiddenSelections[] = {"Camo"};
hiddenSelectionsTextures[] = {"\z\addons\dayz_epoch\textures\female_soldier_body.paa"};
};
*/
class BanditW2_DZ: BanditW1_DZ
{
hiddenSelections[] = {"Camo"};
@@ -236,24 +228,16 @@ class SurvivorWpink_DZ: SurvivorW2_DZ
hiddenSelections[] = {"Camo"};
hiddenSelectionsTextures[] = {"\z\addons\dayz_epoch\textures\GirlyGirl.paa"};
};
/*
class SurvivorWsequisha_DZ: SurvivorW2_DZ
{
model = "\z\addons\dayz_epoch\skins\sequisha\sequisha.p3d";
//hiddenSelections[] = {"Camo"};
//hiddenSelectionsTextures[] = {"\z\addons\dayz_epoch\textures\sequisha_co.paa"};
};
class SurvivorWsequishaD_DZ: SurvivorW2_DZ
{
hiddenSelections[] = {"Camo"};
hiddenSelectionsTextures[] = {"\z\addons\dayz_epoch\textures\sequishaD_co.paa"};
};
*/
class SurvivorWcombat_DZ: SurvivorW2_DZ
{
hiddenSelections[] = {"Camo"};
hiddenSelectionsTextures[] = {"\z\addons\dayz_epoch\textures\CombatGirl.paa"};
};
class SurvivorWwinter_DZ: SurvivorW2_DZ
{
hiddenSelections[] = {"Camo"};
hiddenSelectionsTextures[] = {"\dayz_epoch_c\skins\female\WinterCombat.paa"};
};
class SurvivorWdesert_DZ: SurvivorW2_DZ
{
hiddenSelections[] = {"Camo"};
@@ -264,7 +248,6 @@ class SurvivorWurban_DZ: SurvivorW2_DZ
hiddenSelections[] = {"Camo"};
hiddenSelectionsTextures[] = {"\z\addons\dayz_epoch\textures\UrbanGirl.paa"};
};
class Tamika_DZ: SurvivorW2_DZ
{
model = "\nst\ns_fraction\ns\ns_tamika.p3d";