mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 04:23:13 +03:00
0.935
+ added test to crafting to require fire. + added bronze bars. + Added R3F Realism to chernarus mission file.
This commit is contained in:
@@ -1400,6 +1400,16 @@ class CfgMagazines
|
||||
descriptionShort = "Copper Bar";
|
||||
};
|
||||
|
||||
class ItemBronzeBar: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Bronze";
|
||||
model = "\dayz_equip\models\bronze_bar.p3d";
|
||||
picture = "\dayz_equip\textures\equip_bar_bronze_CA.paa";
|
||||
descriptionShort = "Bronze Bar";
|
||||
};
|
||||
class ItemAluminumBar: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
|
||||
Reference in New Issue
Block a user