Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgMagazines/Items/Currency/BronzeBar.hpp
A Man 5e2654247f Rearrange CfgMagazines
This commit rearranges the complete CfgMagazines structure. We no longer have seperated folders for DayZ Mod and Epoch. All items got merged and grouped together.
Unused items got moved into a folder called Not used under items.
2020-04-23 13:49:52 +02:00

9 lines
332 B
C++

class ItemBronzeBar: CA_Magazine {
scope = public;
count = 1;
type = 256;
displayName = $STR_EPOCH_BRONZE;
model = "\z\addons\dayz_epoch\models\bronze_bar.p3d"; // This model does not exist under the written path
picture = "\z\addons\dayz_epoch\pictures\equip_bar_bronze_CA.paa";
descriptionShort = $STR_EPOCH_BRONZE_DESC;
};