Split ItemSoda

This commit is contained in:
Florian Kinder
2014-01-31 20:23:56 +01:00
parent 6d36fa61f0
commit 0b283b30b4
2 changed files with 203 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
class ItemSodaRbull : ItemSodaCoke {
displayName = $STR_FOOD_NAME_RBULL;
descriptionShort = $STR_FOOD_DESC_RBULL;
model = "z\addons\dayz_epoch\models\soda_redbull.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_soda_rbull_CA.paa";
};
class ItemSodaOrangeSherbet : ItemSodaCoke {
displayName = $STR_FOOD_NAME_OSHERBET;
descriptionShort = $STR_FOOD_DESC_OSHERBET;
model = "z\addons\dayz_epoch\models\soda_sherbet.p3d";
picture = "\z\addons\dayz_epoch\pictures\soda_orangesherbet_ca.paa";
};