Add new KSK skins

thx Brainbug
This commit is contained in:
A Man
2020-01-16 16:09:20 +01:00
parent de13afb1a6
commit 18eaaa6aed
6 changed files with 107 additions and 2 deletions

View File

@@ -684,4 +684,24 @@ class Skin_GhillieFull_Wood16_DZ : SkinBase {
scope = public;
displayName = $STR_DZE_EQUIP_GHILLIE_WDL_16_NAME;
descriptionShort = $STR_EQUIP_DESC_GHILLIE;
};
class Skin_GER_Soldier_EP1_des_DZ : SkinBase {
scope = public;
displayName = $STR_DZE_EQUIP_GER_SOLDIER_DES_NAME;
descriptionShort = $STR_DZE_EQUIP_GER_SOLDIER_DES_DESC;
};
class Skin_GER_Soldier_TL_EP1_des_DZ : SkinBase {
scope = public;
displayName = $STR_DZE_EQUIP_GER_TL_DES_NAME;
descriptionShort = $STR_DZE_EQUIP_GER_TL_DES_DESC;
};
class Skin_GER_Soldier_EP1_wdl_DZ : SkinBase {
scope = public;
displayName = $STR_DZE_EQUIP_GER_Soldier_WDL_NAME;
descriptionShort = $STR_DZE_EQUIP_GER_Soldier_WDL_DESC;
};
class Skin_GER_Soldier_TL_EP1_wdl_DZ : SkinBase {
scope = public;
displayName = $STR_DZE_EQUIP_GER_TL_WDL_NAME;
descriptionShort = $STR_DZE_EQUIP_GER_TL_WDL_DESC;
};