mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-18 01:30:26 +03:00
Merge new MultiPlayerSetup and autojoin
This commit is contained in:
@@ -1,55 +1,36 @@
|
||||
class Loot: Default
|
||||
class Loot : Default
|
||||
{
|
||||
scope = public;
|
||||
value = 0;
|
||||
type = 0;
|
||||
type = WeaponNoSlot;
|
||||
displayName = "Use";
|
||||
canDrop = 0;
|
||||
muzzles[] = {"this"};
|
||||
magazines[] = {
|
||||
"ItemSepsisBandage",
|
||||
"FoodBioMeat",
|
||||
"ItemZombieParts",
|
||||
canDrop = false;
|
||||
muzzles[] = {this};
|
||||
modes[] = {this};
|
||||
useAction = false;
|
||||
useActionTitle = "";
|
||||
enableAttack = false;
|
||||
showToPlayer = false;
|
||||
|
||||
//Insert here magazines to show up as "Take x" in action menu
|
||||
magazines[] =
|
||||
{
|
||||
//medical
|
||||
"ItemBandage",
|
||||
"ItemSepsisBandage",
|
||||
"ItemPainkiller",
|
||||
"ItemMorphine",
|
||||
"ItemAntibiotic",
|
||||
"ItemHeatPack",
|
||||
"PartWoodPile",
|
||||
"PartFueltank",
|
||||
"ItemEpinephrine"
|
||||
|
||||
//vehicle parts
|
||||
/*"PartFueltank",
|
||||
"PartWheel",
|
||||
"PartGeneric",
|
||||
"PartEngine",
|
||||
"PartVRotor",
|
||||
"PartGlass",
|
||||
"ItemWaterbottle",
|
||||
"ItemWaterbottleUnfilled",
|
||||
"ItemEpinephrine",
|
||||
"ItemGoldBar",
|
||||
"ItemSilverBar",
|
||||
"ItemMorphine",
|
||||
"ItemBloodbag",
|
||||
"ItemAntibiotic",
|
||||
"ItemPainkiller",
|
||||
"ItemJerrycan",
|
||||
"ItemOilBarrel",
|
||||
"ItemGenerator",
|
||||
"ItemTent",
|
||||
"ItemSandbag",
|
||||
"ItemTankTrap",
|
||||
"ItemWire",
|
||||
"FoodSteakRaw",
|
||||
"TrashTinCan",
|
||||
"ItemSodaCoke",
|
||||
"ItemSodaPepsi",
|
||||
"ItemSodaMdew",
|
||||
"FoodEdible",
|
||||
"FoodBeefCooked",
|
||||
"FoodCanBakedBeans",
|
||||
"FoodCanSardines",
|
||||
"FoodCanFrankBeans",
|
||||
"FoodCanPasta"
|
||||
"ItemJerrycan",*/
|
||||
};
|
||||
modes[] = {"this"};
|
||||
useAction = 0;
|
||||
useActionTitle = "";
|
||||
enableAttack = 0;
|
||||
showToPlayer = 0;
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user