Ark:Донат-Магазин/Пример custom.json (все виды товаров): различия между версиями
Перейти к навигации
Перейти к поиску
VorteX (обсуждение | вклад) м |
VorteX (обсуждение | вклад) м |
||
Строка 1: | Строка 1: | ||
{{nav head}} | {{nav head}} | ||
Пример конфигурационного файл с кастомными предметами. | Пример конфигурационного файл с кастомными предметами всех видов. | ||
{ | { |
Версия 23:09, 24 февраля 2019
Пример custom.json (все виды товаров)
<< Ark:Донат-Магазин
| К концу статьи
Пример конфигурационного файл с кастомными предметами всех видов.
{ "Прокачка персонажа или дино": { "type": "experience", "amount": 1000000000 }, "На печеньки админам": { "type": "message", "webHook": "hook1", "webHookMessage": "Сервер %serverInfo%, %playerInfo% дал не печеньки.", "message": "Спасибо за поддержку сервера!" }, "На печеньки админам 2": { "type": "message", "webHook": "hook1", "webHookMessage": "Сервер %serverInfo%, выживший %characterName% трайб %tribeName% - %steamName% (id %steamId%) дал не печеньки.", "message": "Спасибо за поддержку сервера!" }, "Белый луч": { "type": "summon", "className": "SupplyCrate_Level03_C" }, "Предмет": { "type": "item", "stackSize": 200, "count": 400, "quality": 1, "blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_MetalIngot.PrimalItemResource_MetalIngot'" }, "Чертёж": { "type": "blueprint", "quality": 10, "blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_TekRifle.PrimalItem_TekRifle'" }, "Энграмма": { "type": "engram", "blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_TekRifle.PrimalItem_TekRifle'" }, "Дино": { "type": "dino", "level": 400, "neutered": true, "gender": 1, "imprint": true, "experience": 5000, "age": 1.0, "wild": false, "blueprint": "Blueprint'/Game/PrimalEarth/Dinos/Raptor/BionicRaptor_Character_BP.BionicRaptor_Character_BP'" }, "Пак": { "type": "pack", "items": [ { "type": "summon", "className": "SupplyCrate_Level03_C" }, { "type": "item", "stackSize": 200, "count": 400, "quality": 1, "blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_MetalIngot.PrimalItemResource_MetalIngot'" } ] }, "Право покраски дино на 3 дня": { "type": "dinocolor", "minutes": 0, "hours": 0, "days": 3, "infinite": false }, "Дино с правом покраски 2 часа": { "type": "dino", "level": 400, "neutered": true, "gender": 1, "imprint": true, "experience": 5000, "age": 1.0, "wild": false, "dcMinutes": 0, "dcHours": 2, "dcDays": 0, "dcInfinite": false, "blueprint": "Blueprint'/Game/PrimalEarth/Dinos/Raptor/BionicRaptor_Character_BP.BionicRaptor_Character_BP'" } }
Ссылки