mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Merge pull request #780 from dayz10k/master
Add more weapons, their loot table, etc
This commit is contained in:
@@ -925,7 +925,8 @@ class CfgLoot {
|
|||||||
"m8_holo_sd",
|
"m8_holo_sd",
|
||||||
"m8_carbine",
|
"m8_carbine",
|
||||||
"BAF_L85A2_RIS_SUSAT",
|
"BAF_L85A2_RIS_SUSAT",
|
||||||
"BAF_L85A2_RIS_Holo"
|
"BAF_L85A2_RIS_Holo",
|
||||||
|
"M4A1_HWS_GL_SD_Camo"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
0.05,
|
0.05,
|
||||||
@@ -957,6 +958,7 @@ class CfgLoot {
|
|||||||
0.02,
|
0.02,
|
||||||
0.05,
|
0.05,
|
||||||
0.02,
|
0.02,
|
||||||
|
0.01,
|
||||||
0.01
|
0.01
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ INSERT INTO `trader_items` VALUES(NULL, 'M249_m145_EP1_DZE', 3, 'Machine Gun', '
|
|||||||
INSERT INTO `trader_items` VALUES(NULL, 'MG36_camo', 3, 'Machine Gun', 'trade_weapons');
|
INSERT INTO `trader_items` VALUES(NULL, 'MG36_camo', 3, 'Machine Gun', 'trade_weapons');
|
||||||
INSERT INTO `trader_items` VALUES(NULL, '100Rnd_556x45_BetaCMag', 1, 'Ammo - Light Machine Gun', 'trade_items');
|
INSERT INTO `trader_items` VALUES(NULL, '100Rnd_556x45_BetaCMag', 1, 'Ammo - Light Machine Gun', 'trade_items');
|
||||||
INSERT INTO `trader_items` VALUES(NULL, '75Rnd_545x39_RPK', 1, 'Ammo - Light Machine Gun', 'trade_items');
|
INSERT INTO `trader_items` VALUES(NULL, '75Rnd_545x39_RPK', 1, 'Ammo - Light Machine Gun', 'trade_items');
|
||||||
|
INSERT INTO `trader_items` VALUES(NULL, 'M4A1_HWS_GL_SD_Camo', 3, 'Rifle', 'trade_items');
|
||||||
|
|
||||||
-- -------------------------------------------------------------------------------------------------------------
|
-- -------------------------------------------------------------------------------------------------------------
|
||||||
-- This needs flushed out more, as most is on black market (bizon, saiga should be on other vendors?)
|
-- This needs flushed out more, as most is on black market (bizon, saiga should be on other vendors?)
|
||||||
@@ -35,6 +35,8 @@ INSERT INTO `Traders_DATA` VALUES(NULL, '["KSVK_DZE",3]', 10, '[3,"ItemGoldBar10
|
|||||||
INSERT INTO `Traders_DATA` VALUES(NULL, '["64Rnd_9x19_Bizon",1]', 10, '[2,"ItemSilverBar",1]', '[1,"ItemSilverBar",1]', 0, 527, 'trade_items');
|
INSERT INTO `Traders_DATA` VALUES(NULL, '["64Rnd_9x19_Bizon",1]', 10, '[2,"ItemSilverBar",1]', '[1,"ItemSilverBar",1]', 0, 527, 'trade_items');
|
||||||
INSERT INTO `Traders_DATA` VALUES(NULL, '["5Rnd_127x108_KSVK",1]', 10, '[1,"ItemSilverBar10oz",1]', '[5,"ItemSilverBar",1]', 0, 527, 'trade_items');
|
INSERT INTO `Traders_DATA` VALUES(NULL, '["5Rnd_127x108_KSVK",1]', 10, '[1,"ItemSilverBar10oz",1]', '[5,"ItemSilverBar",1]', 0, 527, 'trade_items');
|
||||||
INSERT INTO `Traders_DATA` VALUES(NULL, '["bizon",3]', 10, '[1,"ItemGoldBar10oz",1]', '[5,"ItemGoldBar",1]', 0, 526, 'trade_weapons');
|
INSERT INTO `Traders_DATA` VALUES(NULL, '["bizon",3]', 10, '[1,"ItemGoldBar10oz",1]', '[5,"ItemGoldBar",1]', 0, 526, 'trade_weapons');
|
||||||
|
INSERT INTO `Traders_DATA` VALUES(NULL, '["M4A1_HWS_GL_SD_Camo",3]', 10, '[2,"ItemGoldBar10oz",1]', '[1,"ItemGoldBar10oz",1]', 0, 526, 'trade_weapons');
|
||||||
|
|
||||||
|
|
||||||
-- -------------------------------------------------------------------------------------------------------------
|
-- -------------------------------------------------------------------------------------------------------------
|
||||||
-- Fixing SVD ammo sell prices to match 1/2 purchase price
|
-- Fixing SVD ammo sell prices to match 1/2 purchase price
|
||||||
|
|||||||
Reference in New Issue
Block a user