mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
CFG WEAPONS DONE
This commit is contained in:
27
SQF/dayz_code/Configs/CfgLoot/Groups/Buildings/Church.hpp
Normal file
27
SQF/dayz_code/Configs/CfgLoot/Groups/Buildings/Church.hpp
Normal file
@@ -0,0 +1,27 @@
|
||||
Church[] =
|
||||
{
|
||||
//Tools
|
||||
{Loot_WEAPON, 3, ItemFlashlight},
|
||||
|
||||
//Weapons
|
||||
{Loot_WEAPON, 3, M1911_DZ},
|
||||
{Loot_WEAPON, 3, MeleeBaseBallBat},
|
||||
|
||||
//Backpacks
|
||||
{Loot_BACKPACK, 2, DZ_BP_VestPouch},
|
||||
{Loot_BACKPACK, 1, DZ_BP_Patrol},
|
||||
{Loot_BACKPACK, 0.5, DZ_BP_Assault},
|
||||
|
||||
//Items
|
||||
{Loot_MAGAZINE, 1, equip_Crossbow_Kit},
|
||||
{Loot_MAGAZINE, 4, ItemBookBible},
|
||||
{Loot_MAGAZINE, 2, equip_rag},
|
||||
|
||||
//Groups
|
||||
{Loot_GROUP, 10, Trash},
|
||||
{Loot_GROUP, 5, AmmoCivilian},
|
||||
{Loot_GROUP, 2, AttachmentsGeneric},
|
||||
{Loot_GROUP, 4, Generic},
|
||||
{Loot_GROUP, 2, Matchbox},
|
||||
{Loot_GROUP, 8, Consumable}
|
||||
};
|
||||
Reference in New Issue
Block a user