mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Power Sword Price + Sort + Loot
This commit is contained in:
parent
923a41abff
commit
1e8a428d3c
@ -626,6 +626,7 @@ class CfgItemSort
|
||||
"WoodClub",
|
||||
"Plunger",
|
||||
"MeleeSword",
|
||||
"Power_Sword",
|
||||
"MeleeRod",
|
||||
"speargun_epoch",
|
||||
"ChainSaw"
|
||||
|
@ -2677,6 +2677,10 @@ class CfgPricing
|
||||
{
|
||||
price = 1111;
|
||||
};
|
||||
class Power_Sword
|
||||
{
|
||||
price = 1111;
|
||||
};
|
||||
class MeleeRod
|
||||
{
|
||||
price = 100;
|
||||
|
@ -650,11 +650,11 @@ class CfgLootTable
|
||||
{ { "MeleeSledge", "weapon" }, 20 },
|
||||
{ { "ChainSaw", "weapon" }, 10 },
|
||||
{ { "Plunger", "weapon" }, 4 },
|
||||
{ { "MeleeSword", "weapon" }, 1 },
|
||||
{ { "MeleeSword", "weapon" }, 2 },
|
||||
{ { "Power_Sword", "weapon" }, 1 },
|
||||
{ { "MeleeRod", "weapon" }, 2 },
|
||||
{ { "lighter_epoch", "magazine" }, 1 },
|
||||
{ { "SmeltingTools_EPOCH", "magazine" }, 10 }
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -1077,11 +1077,11 @@ class CfgLootTable_CUP
|
||||
{ { "MeleeSledge", "weapon" }, 20 },
|
||||
{ { "ChainSaw", "weapon" }, 10 },
|
||||
{ { "Plunger", "weapon" }, 4 },
|
||||
{ { "MeleeSword", "weapon" }, 1 },
|
||||
{ { "MeleeSword", "weapon" }, 2 },
|
||||
{ { "Power_Sword", "weapon" }, 1 },
|
||||
{ { "MeleeRod", "weapon" }, 2 },
|
||||
{ { "lighter_epoch", "magazine" }, 1 },
|
||||
{ { "SmeltingTools_EPOCH", "magazine" }, 10 }
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -652,11 +652,11 @@ class CfgLootTable_MAD
|
||||
{ { "MeleeSledge", "weapon" }, 20 },
|
||||
{ { "ChainSaw", "weapon" }, 10 },
|
||||
{ { "Plunger", "weapon" }, 4 },
|
||||
{ { "MeleeSword", "weapon" }, 1 },
|
||||
{ { "MeleeSword", "weapon" }, 2 },
|
||||
{ { "Power_Sword", "weapon" }, 1 },
|
||||
{ { "MeleeRod", "weapon" }, 2 },
|
||||
{ { "lighter_epoch", "magazine" }, 1 },
|
||||
{ { "SmeltingTools_EPOCH", "magazine" }, 10 }
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -1079,11 +1079,11 @@ class CfgLootTable_MADCUP
|
||||
{ { "MeleeSledge", "weapon" }, 20 },
|
||||
{ { "ChainSaw", "weapon" }, 10 },
|
||||
{ { "Plunger", "weapon" }, 4 },
|
||||
{ { "MeleeSword", "weapon" }, 1 },
|
||||
{ { "MeleeSword", "weapon" }, 2 },
|
||||
{ { "Power_Sword", "weapon" }, 1 },
|
||||
{ { "MeleeRod", "weapon" }, 2 },
|
||||
{ { "lighter_epoch", "magazine" }, 1 },
|
||||
{ { "SmeltingTools_EPOCH", "magazine" }, 10 }
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user