mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
103 lines
1.3 KiB
C++
103 lines
1.3 KiB
C++
|
class ItemHotwire {
|
||
|
price = 15;
|
||
|
};
|
||
|
class ItemKeyKit {
|
||
|
price = 15;
|
||
|
};
|
||
|
class ItemBarrelF {
|
||
|
price = 150;
|
||
|
};
|
||
|
class ItemBarrelE {
|
||
|
price = 150;
|
||
|
};
|
||
|
class ItemPipe {
|
||
|
price = 10;
|
||
|
};
|
||
|
class ItemKey {
|
||
|
price = 10;
|
||
|
};
|
||
|
class ItemKeyBlue {
|
||
|
price = 10;
|
||
|
};
|
||
|
class ItemKeyGreen {
|
||
|
price = 10;
|
||
|
};
|
||
|
class ItemKeyRed {
|
||
|
price = 10;
|
||
|
};
|
||
|
class ItemKeyYellow {
|
||
|
price = 10;
|
||
|
};
|
||
|
class ItemDoc1 {
|
||
|
price = 10;
|
||
|
};
|
||
|
class ItemDoc2 {
|
||
|
price = 10;
|
||
|
};
|
||
|
class ItemDoc3 {
|
||
|
price = 10;
|
||
|
};
|
||
|
class ItemDoc4 {
|
||
|
price = 10;
|
||
|
};
|
||
|
class ItemDoc5 {
|
||
|
price = 10;
|
||
|
};
|
||
|
class ItemDoc6 {
|
||
|
price = 10;
|
||
|
};
|
||
|
class ItemDoc7 {
|
||
|
price = 10;
|
||
|
};
|
||
|
class ItemDoc8 {
|
||
|
price = 10;
|
||
|
};
|
||
|
class ItemVehDoc1 {
|
||
|
price = 10;
|
||
|
};
|
||
|
class ItemVehDoc2 {
|
||
|
price = 10;
|
||
|
};
|
||
|
class ItemVehDoc3 {
|
||
|
price = 10;
|
||
|
};
|
||
|
class ItemVehDoc4 {
|
||
|
price = 10;
|
||
|
};
|
||
|
class ItemBulb {
|
||
|
price = 10;
|
||
|
};
|
||
|
class ItemBurlap {
|
||
|
price = 10;
|
||
|
};
|
||
|
class ItemBriefcaseE {
|
||
|
price = 10;
|
||
|
};
|
||
|
class ItemAluminumBar {
|
||
|
price = 10;
|
||
|
};
|
||
|
class ItemAluminumBar10oz {
|
||
|
price = 100;
|
||
|
};
|
||
|
class ItemCopperBar {
|
||
|
price = 100;
|
||
|
};
|
||
|
class ItemCopperBar10oz {
|
||
|
price = 1000;
|
||
|
};
|
||
|
class ItemTinBar {
|
||
|
price = 1;
|
||
|
};
|
||
|
class ItemTinBar10oz {
|
||
|
price = 10;
|
||
|
};
|
||
|
class ItemPlywood {
|
||
|
price = 10;
|
||
|
};
|
||
|
class ItemPlywoodPack {
|
||
|
price = 100;
|
||
|
};
|
||
|
class ItemComboLock {
|
||
|
price = 45;
|
||
|
};
|