Power Sword Price + Sort + Loot

This commit is contained in:
He-Man 2018-03-10 00:17:34 +01:00
parent 923a41abff
commit 1e8a428d3c
6 changed files with 13 additions and 8 deletions

View File

@ -626,6 +626,7 @@ class CfgItemSort
"WoodClub",
"Plunger",
"MeleeSword",
"Power_Sword",
"MeleeRod",
"speargun_epoch",
"ChainSaw"

View File

@ -2677,6 +2677,10 @@ class CfgPricing
{
price = 1111;
};
class Power_Sword
{
price = 1111;
};
class MeleeRod
{
price = 100;

View File

@ -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 }
};
};

View File

@ -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 }
};
};

View File

@ -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 }
};
};

View File

@ -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 }
};
};