mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
metal / cinder full - half - quarter mission configs
Add pricing and change full cinder price Add itemsort and add missing Wood half and quarter
This commit is contained in:
parent
0f31efd467
commit
021fc1dfdc
Sources/epoch_config/Configs
@ -972,6 +972,8 @@ class CfgItemSort
|
||||
"ItemCorrugatedLg",
|
||||
"KitStudWall",
|
||||
"KitWoodFloor",
|
||||
"KitWoodHalfFloor",
|
||||
"KitWoodQuarterFloor",
|
||||
"KitWoodStairs",
|
||||
"KitWoodRamp",
|
||||
"KitFirePlace",
|
||||
@ -985,7 +987,13 @@ class CfgItemSort
|
||||
"KitWorkbench",
|
||||
"KitWoodLadder",
|
||||
"KitWoodTower",
|
||||
"KitMetalFloor",
|
||||
"KitMetalHalfFloor",
|
||||
"KitMetalQuarterFloor",
|
||||
"KitMetalTower",
|
||||
"KitCinderFloor",
|
||||
"KitCinderHalfFloor",
|
||||
"KitCinderQuarterFloor",
|
||||
"KitCinderTower",
|
||||
"ItemLockbox",
|
||||
"Pelt_EPOCH",
|
||||
|
@ -3038,13 +3038,29 @@ class CfgPricing
|
||||
{
|
||||
price = 32; // price of 8 planks
|
||||
};
|
||||
class KitMetalQuarterFloor
|
||||
{
|
||||
price = 25; // price of 1 ItemCorrugatedLg
|
||||
};
|
||||
class KitMetalHalfFloor
|
||||
{
|
||||
price = 50; // price of 2 ItemCorrugatedLg
|
||||
};
|
||||
class KitMetalFloor
|
||||
{
|
||||
price = 100; // price of 4 ItemCorrugatedLg
|
||||
};
|
||||
class KitCinderQuarterFloor
|
||||
{
|
||||
price = 40; //price of 1 CinderBlocks and 1 MortarBucket
|
||||
};
|
||||
class KitCinderHalfFloor
|
||||
{
|
||||
price = 80; //price of 2 CinderBlocks and 2 MortarBucket
|
||||
};
|
||||
class KitCinderFloor
|
||||
{
|
||||
price = 120; //price of 3 CinderBlocks and 3 MortarBucket
|
||||
price = 160; //price of 4 CinderBlocks and 4 MortarBucket
|
||||
};
|
||||
class KitWoodStairs
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user