mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Plot Upgrades - Pricing + ItemSort
This commit is contained in:
parent
efde3c978a
commit
7aea1f4ecd
@ -1131,6 +1131,10 @@ class CfgItemSort
|
|||||||
"KitWoodFoundation",
|
"KitWoodFoundation",
|
||||||
"KitFoundation",
|
"KitFoundation",
|
||||||
"KitPlotPole",
|
"KitPlotPole",
|
||||||
|
"KitPlotPole_M",
|
||||||
|
"KitPlotPole_L",
|
||||||
|
"KitPlotPole_XL",
|
||||||
|
"KitPlotPole_XXL",
|
||||||
"KitCinderWall",
|
"KitCinderWall",
|
||||||
"KitSolarGen",
|
"KitSolarGen",
|
||||||
"KitSolarCharger",
|
"KitSolarCharger",
|
||||||
|
@ -3434,6 +3434,22 @@ class CfgPricing
|
|||||||
{
|
{
|
||||||
price = 250;
|
price = 250;
|
||||||
};
|
};
|
||||||
|
class KitPlotPole_M
|
||||||
|
{
|
||||||
|
price = 350;
|
||||||
|
};
|
||||||
|
class KitPlotPole_L
|
||||||
|
{
|
||||||
|
price = 450;
|
||||||
|
};
|
||||||
|
class KitPlotPole_XL
|
||||||
|
{
|
||||||
|
price = 550;
|
||||||
|
};
|
||||||
|
class KitPlotPole_XXL
|
||||||
|
{
|
||||||
|
price = 650;
|
||||||
|
};
|
||||||
class KitSolarGen
|
class KitSolarGen
|
||||||
{
|
{
|
||||||
price = 325;
|
price = 325;
|
||||||
|
Loading…
Reference in New Issue
Block a user