Add concrete bunker

Models made by @Helion4
This commit is contained in:
AirwavesMan
2020-12-05 12:25:35 +01:00
parent 7c03612081
commit 5d02283af8
10 changed files with 248 additions and 23 deletions

View File

@@ -9,7 +9,8 @@ class Category_50 {
class bulk_PartGeneric {type = "trade_items";buy[] = {800,"worth"};sell[] = {800,"worth"};};
class PartPlywoodPack {type = "trade_items";buy[] = {20,"worth"};sell[] = {10,"worth"};};
class PartPlankPack {type = "trade_items";buy[] = {10,"worth"};sell[] = {5,"worth"};};
class ItemConcreteBlock {type = "trade_items";buy[] = {-1000,"worth"};sell[] = {500,"worth"};};
class ItemConcreteBlock {type = "trade_items";buy[] = {1000,"worth"};sell[] = {500,"worth"};};
class CementBag {type = "trade_items";buy[] = {400,"worth"};sell[] = {200,"worth"};};
class CinderBlocks {type = "trade_items";buy[] = {1000,"worth"};sell[] = {500,"worth"};};
class MortarBucket {type = "trade_items";buy[] = {1000,"worth"};sell[] = {500,"worth"};};
class ItemRSJ {type = "trade_items";buy[] = {1000,"worth"};sell[] = {500,"worth"};};