Split Currency

This commit is contained in:
Florian Kinder
2014-01-31 19:56:24 +01:00
parent 7e12fca8c7
commit aa518fe1ab
6 changed files with 925 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
class ItemBronzeBar: CA_Magazine {
scope = 2;
count = 1;
type = 256;
displayName = "Bronze";
model = "\z\addons\dayz_epoch\models\bronze_bar.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_bar_bronze_CA.paa";
descriptionShort = "Bronze Bar";
};