Price + Itemsort for Board and MBK

This commit is contained in:
He-Man 2018-05-06 21:58:40 +02:00
parent d5edd833c6
commit b5463faccd
2 changed files with 22 additions and 0 deletions

View File

@ -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",

View File

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