mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
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.
9 lines
332 B
C++
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;
|
|
}; |