Add models and icons for lockbox winter

Models made by @Helion4
This commit is contained in:
AirwavesMan
2020-10-29 14:59:14 +01:00
parent b26a4fcfef
commit 215932d7f7
6 changed files with 23 additions and 15 deletions

View File

@@ -67,8 +67,12 @@ class Category_35 {
class ItemCorrugated {type = "trade_items";buy[] = {2,"ItemGoldBar"};sell[] = {1,"ItemGoldBar"};};
class plot_pole_kit {type = "trade_items";buy[] = {6,"ItemGoldBar10oz"};sell[] = {6,"ItemGoldBar10oz"};};
class ItemComboLock {type = "trade_items";buy[] = {2,"ItemGoldBar10oz"};sell[] = {1,"ItemGoldBar10oz"};};
class ItemLockbox {type = "trade_items";buy[] = {-8,"ItemGoldBar10oz"};sell[] = {4,"ItemGoldBar10oz"};};
class ItemLockbox {type = "trade_items";buy[] = {-8,"ItemGoldBar10oz"};sell[] = {4,"ItemGoldBar10oz"};};
class ItemLockbox2 {type = "trade_items";buy[] = {-8,"ItemGoldBar10oz"};sell[] = {6,"ItemGoldBar10oz"};};
class ItemLockboxWinter {type = "trade_items";buy[] = {-8,"ItemGoldBar10oz"};sell[] = {4,"ItemGoldBar10oz"};};
class ItemLockboxWinter2 {type = "trade_items";buy[] = {-8,"ItemGoldBar10oz"};sell[] = {6,"ItemGoldBar10oz"};};
class ItemVault {type = "trade_items";buy[] = {1,"ItemBriefcase100oz"};sell[] = {1,"ItemBriefcase100oz"};};
class ItemVault2 {type = "trade_items";buy[] = {-1,"ItemBriefcase100oz"};sell[] = {15,"ItemGoldBar10oz"};};
class ItemMixOil {type = "trade_items";buy[] = {8,"ItemSilverBar"};sell[] = {4,"ItemSilverBar"};};
};