Add base BTR trader server code
This commit is contained in:
parent
78c53f36d8
commit
d72fd3fa24
@ -0,0 +1,58 @@
|
||||
{
|
||||
"_id": "656f0f98d80a697f855d34b1",
|
||||
"customization_seller": false,
|
||||
"name": "БТР",
|
||||
"surname": "БТР",
|
||||
"nickname": "БТР",
|
||||
"location": "БТР",
|
||||
"avatar": "/files/trader/avatar/656f0f98d80a697f855d34b1.png",
|
||||
"balance_rub": 7000000,
|
||||
"balance_dol": 0,
|
||||
"balance_eur": 0,
|
||||
"unlockedByDefault": false,
|
||||
"discount": 0,
|
||||
"discount_end": 0,
|
||||
"buyer_up": false,
|
||||
"currency": "RUB",
|
||||
"nextResupply": 1703691958,
|
||||
"repair": {
|
||||
"availability": false,
|
||||
"quality": 0,
|
||||
"excluded_id_list": [],
|
||||
"excluded_category": [],
|
||||
"currency": "5449016a4bdc2d6f028b456f",
|
||||
"currency_coefficient": 1
|
||||
},
|
||||
"insurance": {
|
||||
"availability": false,
|
||||
"min_payment": 0,
|
||||
"min_return_hour": 0,
|
||||
"max_return_hour": 0,
|
||||
"max_storage_time": 48,
|
||||
"excluded_category": []
|
||||
},
|
||||
"medic": false,
|
||||
"gridHeight": 120,
|
||||
"availableInRaid": true,
|
||||
"sell_modifier_for_prohibited_items": 0,
|
||||
"loyaltyLevels": [{
|
||||
"minLevel": 1,
|
||||
"minSalesSum": 0,
|
||||
"minStanding": 0,
|
||||
"buy_price_coef": 0,
|
||||
"repair_price_coef": 0,
|
||||
"insurance_price_coef": "0",
|
||||
"exchange_price_coef": 0,
|
||||
"heal_price_coef": 0
|
||||
}
|
||||
],
|
||||
"items_buy": {
|
||||
"id_list": [],
|
||||
"category": []
|
||||
},
|
||||
"items_buy_prohibited": {
|
||||
"id_list": ["64d0b40fbe2eed70e254e2d4"],
|
||||
"category": [null]
|
||||
},
|
||||
"sell_category": []
|
||||
}
|
@ -9,4 +9,5 @@ export enum Traders
|
||||
RAGMAN = "5ac3b934156ae10c4430e83c",
|
||||
JAEGER = "5c0647fdd443bc2504c2d371",
|
||||
LIGHTHOUSEKEEPER = "638f541a29ffd1183d187f57",
|
||||
BTR = "656f0f98d80a697f855d34b1",
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user