mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Price + Itemsort for Board and MBK
This commit is contained in:
parent
d5edd833c6
commit
b5463faccd
@ -1195,6 +1195,11 @@ class CfgItemSort
|
||||
"ItemFireExtinguisher"
|
||||
};
|
||||
Vehicles_Land[] = {
|
||||
"hoverboard_epoch_1",
|
||||
"hoverboard_epoch_bttf",
|
||||
"hoverboard_epoch_a3",
|
||||
"hoverboard_epoch_cargo",
|
||||
"MBK_01_EPOCH",
|
||||
"ebike_epoch", // Motorcycle
|
||||
"C_Offroad_01_EPOCH", // Offroader
|
||||
"C_Offroad_01_EPOCH1",
|
||||
|
@ -4388,6 +4388,23 @@ class CfgPricing
|
||||
class C_Offroad_01_EPOCH3: C_Offroad_01_EPOCH{};
|
||||
class C_Offroad_01_EPOCH4: C_Offroad_01_EPOCH{};
|
||||
class C_Offroad_01_EPOCH5: C_Offroad_01_EPOCH{};
|
||||
class hoverboard_epoch_1
|
||||
{
|
||||
price = 1000;
|
||||
tax = 0.9;
|
||||
};
|
||||
class hoverboard_epoch_bttf: hoverboard_epoch_1{};
|
||||
class hoverboard_epoch_a3: hoverboard_epoch_1{};
|
||||
class hoverboard_epoch_cargo
|
||||
{
|
||||
price = 1200;
|
||||
tax = 0.9;
|
||||
};
|
||||
class MBK_01_EPOCH
|
||||
{
|
||||
price = 1250;
|
||||
tax = 0.9;
|
||||
};
|
||||
class C_Quadbike_01_EPOCH
|
||||
{
|
||||
price = 2500;
|
||||
|
Loading…
Reference in New Issue
Block a user