1.0.2.4 RC2

This commit is contained in:
[VB]AWOL
2013-10-07 00:30:42 -05:00
parent 96cba5647f
commit 9db68d1eb1
41 changed files with 371 additions and 200 deletions

View File

@@ -251,6 +251,14 @@ class Land_gold_vein_wreck: ruins {
removeoutput[] = {{"PartOreGold",{6,4}},{"PartOre",{0,1}},{"PartOreSilver",{0,1}}};
};
class Land_ammo_supply_wreck: ruins {
scope = 1;
model = "\z\addons\dayz_epoch\models\ammo_supply_wreck.p3d";
displayName = "Supply Crate";
removeoutput[] = {{"100Rnd_762x54_PK",{0,1}},{"29Rnd_30mm_AGS30",{0,1}},{"50Rnd_127x107_DSHKM",{0,1}},{"100Rnd_127x99_M2",{0,1}},{"2000Rnd_762x51_M134",{0,1}},{"48Rnd_40mm_MK19",{0,1}},{"100Rnd_762x51_M240",{0,1}}};
};