mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-03-01 11:11:52 +03:00
Split Currency
This commit is contained in:
@@ -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";
|
||||
};
|
||||
Reference in New Issue
Block a user