Advertisement
Guest User

ArkShop

a guest
Mar 20th, 2020
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 35.74 KB | None | 0 0
  1. {  
  2.   "General":{  
  3.     "TimedPointsReward":{  
  4.       "Enabled":true,
  5.       "Interval":30,
  6.       "Groups":{  
  7.         "Default":{  
  8.           "Amount":50
  9.         }
  10.       }
  11.     },
  12.     "ItemsPerPage":15,
  13.     "ShopDisplayTime":25.0,
  14.     "ShopTextSize":1.3,
  15.     "DbPathOverride":"C:\\TCAFiles\\clusters\\clusters\\Kalsaphix\\ArkShop.db",
  16.     "DefaultKit":""
  17.   },
  18.   "Kits":{  
  19.     "taxidermy3":{ // Name (ID) of the kit.
  20.                 // Starter kit example. This kit can be used by everyone. Kit gives dinos and items.
  21.       "DefaultAmount":0, // Amount of free kits.
  22.       "Price":150, // Allows players to buy additional kits. If you remove price, players won't be able to buy it.
  23.       "Description":"Taxidermy tool with small base", // Description of the kit.
  24.       "OnlyFromSpawn":true, // Players can receive this kit only on spawn
  25.       "Items":[ // List of items in kit, you can add as many as you want.
  26.         {
  27.           "Amount":1,
  28.           "Quality":0,
  29.           "ForceBlueprint":false,
  30.           "Blueprint":"Blueprint'/Game/Extinction/CoreBlueprints/Weapons/PrimalItem_WeaponTaxidermyTool.PrimalItem_WeaponTaxidermyTool'"
  31.     },
  32.         {
  33.           "Amount":1,
  34.           "Quality":0,
  35.           "ForceBlueprint":false,
  36.           "Blueprint":"Blueprint'/Game/Extinction/CoreBlueprints/Items/PrimalItemStructure_TaxidermyBase_Large.PrimalItemStructure_TaxidermyBase_Large'"
  37.         }
  38.       ],
  39.       "":[ // Can be empty if you don't want to add dinos.
  40.         {
  41.           "Level":1,
  42.           "Blueprint":""
  43.         }
  44.       ]
  45.     },
  46.     "taxidermy2":{ // Name (ID) of the kit.
  47.                 // Starter kit example. This kit can be used by everyone. Kit gives dinos and items.
  48.       "DefaultAmount":0, // Amount of free kits.
  49.       "Price":125, // Allows players to buy additional kits. If you remove price, players won't be able to buy it.
  50.       "Description":"Taxidermy tool with small base", // Description of the kit.
  51.       "OnlyFromSpawn":true, // Players can receive this kit only on spawn
  52.       "Items":[ // List of items in kit, you can add as many as you want.
  53.         {
  54.           "Amount":1,
  55.           "Quality":0,
  56.           "ForceBlueprint":false,
  57.           "Blueprint":"Blueprint'/Game/Extinction/CoreBlueprints/Weapons/PrimalItem_WeaponTaxidermyTool.PrimalItem_WeaponTaxidermyTool'"
  58.     },
  59.         {
  60.           "Amount":1,
  61.           "Quality":0,
  62.           "ForceBlueprint":false,
  63.           "Blueprint":"Blueprint'/Game/Extinction/CoreBlueprints/Items/PrimalItemStructure_TaxidermyBase_Medium.PrimalItemStructure_TaxidermyBase_Medium'"
  64.         }
  65.       ],
  66.       "":[ // Can be empty if you don't want to add dinos.
  67.         {
  68.           "Level":1,
  69.           "Blueprint":""
  70.         }
  71.       ]
  72.     },
  73.     "taxidermy1":{ // Name (ID) of the kit.
  74.                 // Starter kit example. This kit can be used by everyone. Kit gives dinos and items.
  75.       "DefaultAmount":0, // Amount of free kits.
  76.       "Price":100, // Allows players to buy additional kits. If you remove price, players won't be able to buy it.
  77.       "Description":"Taxidermy tool with small base", // Description of the kit.
  78.       "OnlyFromSpawn":true, // Players can receive this kit only on spawn
  79.       "Items":[ // List of items in kit, you can add as many as you want.
  80.         {
  81.           "Amount":1,
  82.           "Quality":0,
  83.           "ForceBlueprint":false,
  84.           "Blueprint":"Blueprint'/Game/Extinction/CoreBlueprints/Weapons/PrimalItem_WeaponTaxidermyTool.PrimalItem_WeaponTaxidermyTool'"
  85.     },
  86.         {
  87.           "Amount":1,
  88.           "Quality":0,
  89.           "ForceBlueprint":false,
  90.           "Blueprint":"Blueprint'/Game/Extinction/CoreBlueprints/Items/PrimalItemStructure_TaxidermyBase_Small.PrimalItemStructure_TaxidermyBase_Small'"
  91.         }
  92.       ],
  93.       "":[ // Can be empty if you don't want to add dinos.
  94.         {
  95.           "Level":1,
  96.           "Blueprint":""
  97.         }
  98.       ]
  99.     },
  100.     "extartifacts":{ // Name (ID) of the kit.
  101.                 // Starter kit example. This kit can be used by everyone. Kit gives dinos and items.
  102.       "DefaultAmount":0, // Amount of free kits.
  103.       "Price":10000, // Allows players to buy additional kits. If you remove price, players won't be able to buy it.
  104.       "Description":"Extinction Artifacts", // Description of the kit.
  105.       "OnlyFromSpawn":true, // Players can receive this kit only on spawn
  106.       "Items":[ // List of items in kit, you can add as many as you want.
  107.         {
  108.           "Amount":1,
  109.           "Quality":0,
  110.           "ForceBlueprint":false,
  111.           "Blueprint":"Blueprint'/Game/Extinction/CoreBlueprints/Items/Artifacts/PrimalItemArtifact_Extinction_IceKaiju.PrimalItemArtifact_Extinction_IceKaiju'"
  112.     },
  113.         {
  114.           "Amount":1,
  115.           "Quality":0,
  116.           "ForceBlueprint":false,
  117.           "Blueprint":"Blueprint'/Game/Extinction/CoreBlueprints/Items/Artifacts/PrimalItemArtifact_Extinction_ForestKaiju.PrimalItemArtifact_Extinction_ForestKaiju'"
  118.     },
  119.         {
  120.           "Amount":1,
  121.           "Quality":0,
  122.           "ForceBlueprint":false,
  123.           "Blueprint":"Blueprint'/Game/Extinction/CoreBlueprints/Items/Artifacts/PrimalItemArtifact_Extinction_DesertKaiju.PrimalItemArtifact_Extinction_DesertKaiju'"
  124.         }
  125.       ],
  126.       "":[ // Can be empty if you don't want to add dinos.
  127.         {
  128.           "Level":1,
  129.           "Blueprint":""
  130.         }
  131.       ]
  132.     },
  133.     "homodeus":{ // Name (ID) of the kit.
  134.                 // Starter kit example. This kit can be used by everyone. Kit gives dinos and items.
  135.       "DefaultAmount":0, // Amount of free kits.
  136.       "Price":50000, // Allows players to buy additional kits. If you remove price, players won't be able to buy it.
  137.       "Description":"Homodeus Skin set", // Description of the kit.
  138.       "OnlyFromSpawn":true, // Players can receive this kit only on spawn
  139.       "Items":[ // List of items in kit, you can add as many as you want.
  140.         {
  141.           "Amount":1,
  142.           "Quality":0,
  143.           "ForceBlueprint":false,
  144.           "Blueprint":"Blueprint'/Game/Extinction/CoreBlueprints/Items/Skin/PrimalItemSkin_HomoDeusHelmet.PrimalItemSkin_HomoDeusHelmet'"
  145.     },
  146.         {
  147.           "Amount":1,
  148.           "Quality":0,
  149.           "ForceBlueprint":false,
  150.           "Blueprint":"Blueprint'/Game/Extinction/CoreBlueprints/Items/Skin/PrimalItemSkin_HomoDeusShirt.PrimalItemSkin_HomoDeusShirt'"
  151.     },
  152.         {
  153.           "Amount":1,
  154.           "Quality":0,
  155.           "ForceBlueprint":false,
  156.           "Blueprint":"Blueprint'/Game/Extinction/CoreBlueprints/Items/Skin/PrimalItemSkin_HomoDeusGloves.PrimalItemSkin_HomoDeusGloves'"
  157.     },
  158.         {
  159.           "Amount":1,
  160.           "Quality":0,
  161.           "ForceBlueprint":false,
  162.           "Blueprint":"Blueprint'/Game/Extinction/CoreBlueprints/Items/Skin/PrimalItemSkin_HomoDeusPants.PrimalItemSkin_HomoDeusPants'"
  163.     },
  164.         {
  165.           "Amount":1,
  166.           "Quality":0,
  167.           "ForceBlueprint":false,
  168.           "Blueprint":"Blueprint'/Game/Extinction/CoreBlueprints/Items/Skin/PrimalItemSkin_HomoDeusBoots.PrimalItemSkin_HomoDeusBoots'"
  169.         }
  170.       ],
  171.       "":[ // Can be empty if you don't want to add dinos.
  172.         {
  173.           "Level":1,
  174.           "Blueprint":""
  175.         }
  176.       ]
  177.     },
  178.     "mek1":{ // Name (ID) of the kit.
  179.                 // Starter kit example. This kit can be used by everyone. Kit gives dinos and items.
  180.       "DefaultAmount":0, // Amount of free kits.
  181.       "Price":2500, // Allows players to buy additional kits. If you remove price, players won't be able to buy it.
  182.       "Description":"Mek Modules", // Description of the kit.
  183.       "OnlyFromSpawn":true, // Players can receive this kit only on spawn
  184.       "Items":[ // List of items in kit, you can add as many as you want.
  185.         {
  186.           "Amount":1,
  187.           "Quality":0,
  188.           "ForceBlueprint":false,
  189.           "Blueprint":"Blueprint'/Game/Extinction/CoreBlueprints/Items/Saddle/PrimalItemArmor_MekBackpack_Shield.PrimalItemArmor_MekBackpack_Shield'"
  190.     },
  191.         {
  192.           "Amount":1,
  193.           "Quality":0,
  194.           "ForceBlueprint":false,
  195.           "Blueprint":"Blueprint'/Game/Extinction/CoreBlueprints/Items/Saddle/PrimalItemArmor_MekBackpack_MissilePod.PrimalItemArmor_MekBackpack_MissilePod'"
  196.     },
  197.         {
  198.           "Amount":1,
  199.           "Quality":0,
  200.           "ForceBlueprint":false,
  201.           "Blueprint":"Blueprint'/Game/Extinction/CoreBlueprints/Items/Saddle/PrimalItemArmor_MekBackpack_SiegeCannon.PrimalItemArmor_MekBackpack_SiegeCannon'"
  202.         }
  203.       ],
  204.       "":[ // Can be empty if you don't want to add dinos.
  205.         {
  206.           "Level":1,
  207.           "Blueprint":""
  208.         }
  209.       ]
  210.     },
  211.     "gasbags1":{ // Name (ID) of the kit.
  212.                 // Starter kit example. This kit can be used by everyone. Kit gives dinos and items.
  213.       "DefaultAmount":0, // Amount of free kits.
  214.       "Price":6000, // Allows players to buy additional kits. If you remove price, players won't be able to buy it.
  215.       "Description":"Gasbags with saddle lvl 50", // Description of the kit.
  216.       "OnlyFromSpawn":true, // Players can receive this kit only on spawn
  217.       "Items":[ // List of items in kit, you can add as many as you want.
  218.         {
  219.           "Amount":1,
  220.           "Quality":0,
  221.           "ForceBlueprint":false,
  222.           "Blueprint":"Blueprint'/Game/Extinction/CoreBlueprints/Items/Saddle/PrimalItemArmor_GasBagsSaddle.PrimalItemArmor_GasBagsSaddle'"
  223.         }
  224.       ],
  225.       "Dinos":[ // Can be empty if you don't want to add dinos.
  226.         {
  227.           "Level":50,
  228.           "Blueprint":"Blueprint'/Game/Extinction/Dinos/GasBag/GasBags_Character_BP.GasBags_Character_BP'"
  229.         }
  230.       ]
  231.     },
  232.     "gasbags2":{ // Name (ID) of the kit.
  233.                 // Starter kit example. This kit can be used by everyone. Kit gives dinos and items.
  234.       "DefaultAmount":0, // Amount of free kits.
  235.       "Price":6500, // Allows players to buy additional kits. If you remove price, players won't be able to buy it.
  236.       "Description":"Gasbags with saddle blueprint lvl 50", // Description of the kit.
  237.       "OnlyFromSpawn":true, // Players can receive this kit only on spawn
  238.       "Items":[ // List of items in kit, you can add as many as you want.
  239.         {
  240.           "Amount":1,
  241.           "Quality":0,
  242.           "ForceBlueprint":true,
  243.           "Blueprint":"Blueprint'/Game/Extinction/CoreBlueprints/Items/Saddle/PrimalItemArmor_GasBagsSaddle.PrimalItemArmor_GasBagsSaddle'"
  244.         }
  245.       ],
  246.       "Dinos":[ // Can be empty if you don't want to add dinos.
  247.         {
  248.           "Level":50,
  249.           "Blueprint":"Blueprint'/Game/Extinction/Dinos/GasBag/GasBags_Character_BP.GasBags_Character_BP'"
  250.         }
  251.       ]
  252.     },
  253.     "velonasaur1":{ // Name (ID) of the kit.
  254.                 // Starter kit example. This kit can be used by everyone. Kit gives dinos and items.
  255.       "DefaultAmount":0, // Amount of free kits.
  256.       "Price":8000, // Allows players to buy additional kits. If you remove price, players won't be able to buy it.
  257.       "Description":"Velonasaur with saddle blueprint lvl 50", // Description of the kit.
  258.       "OnlyFromSpawn":true, // Players can receive this kit only on spawn
  259.       "Items":[ // List of items in kit, you can add as many as you want.
  260.         {
  261.           "Amount":1,
  262.           "Quality":0,
  263.           "ForceBlueprint":false,
  264.           "Blueprint":"Blueprint'/Game/Extinction/CoreBlueprints/Items/Saddle/PrimalItemArmor_SpindlesSaddle.PrimalItemArmor_SpindlesSaddle'"
  265.         }
  266.       ],
  267.       "Dinos":[ // Can be empty if you don't want to add dinos.
  268.         {
  269.           "Level":50,
  270.           "Blueprint":"Blueprint'/Game/Extinction/Dinos/Spindles/Spindles_Character_BP.Spindles_Character_BP'"
  271.         }
  272.       ]
  273.     },
  274.     "velonasaur2":{ // Name (ID) of the kit.
  275.                 // Starter kit example. This kit can be used by everyone. Kit gives dinos and items.
  276.       "DefaultAmount":0, // Amount of free kits.
  277.       "Price":8500, // Allows players to buy additional kits. If you remove price, players won't be able to buy it.
  278.       "Description":"Velonasaur with saddle blueprint lvl 50", // Description of the kit.
  279.       "OnlyFromSpawn":true, // Players can receive this kit only on spawn
  280.       "Items":[ // List of items in kit, you can add as many as you want.
  281.         {
  282.           "Amount":1,
  283.           "Quality":0,
  284.           "ForceBlueprint":true,
  285.           "Blueprint":"Blueprint'/Game/Extinction/CoreBlueprints/Items/Saddle/PrimalItemArmor_SpindlesSaddle.PrimalItemArmor_SpindlesSaddle'"
  286.         }
  287.       ],
  288.       "Dinos":[ // Can be empty if you don't want to add dinos.
  289.         {
  290.           "Level":50,
  291.           "Blueprint":"Blueprint'/Game/Extinction/Dinos/Spindles/Spindles_Character_BP.Spindles_Character_BP'"
  292.         }
  293.       ]
  294.     },
  295.     "snowowl2":{ // Name (ID) of the kit.
  296.                 // Starter kit example. This kit can be used by everyone. Kit gives dinos and items.
  297.       "DefaultAmount":0, // Amount of free kits.
  298.       "Price":6500, // Allows players to buy additional kits. If you remove price, players won't be able to buy it.
  299.       "Description":"Snow Owl with saddle blueprint lvl 50", // Description of the kit.
  300.       "OnlyFromSpawn":true, // Players can receive this kit only on spawn
  301.       "Items":[ // List of items in kit, you can add as many as you want.
  302.         {
  303.           "Amount":1,
  304.           "Quality":0,
  305.           "ForceBlueprint":true,
  306.           "Blueprint":"Blueprint'/Game/Extinction/CoreBlueprints/Items/Saddle/PrimalItemArmor_OwlSaddle.PrimalItemArmor_OwlSaddle'"
  307.         }
  308.       ],
  309.       "Dinos":[ // Can be empty if you don't want to add dinos.
  310.         {
  311.           "Level":50,
  312.           "Blueprint":"Blueprint'/Game/Extinction/Dinos/IceJumper/IceJumper_Character_BP.IceJumper_Character_BP'"
  313.         }
  314.       ]
  315.     },
  316.     "snowowl1":{ // Name (ID) of the kit.
  317.                 // Starter kit example. This kit can be used by everyone. Kit gives dinos and items.
  318.       "DefaultAmount":0, // Amount of free kits.
  319.       "Price":5500, // Allows players to buy additional kits. If you remove price, players won't be able to buy it.
  320.       "Description":"Snow Owl with saddle lvl 50", // Description of the kit.
  321.       "OnlyFromSpawn":true, // Players can receive this kit only on spawn
  322.       "Items":[ // List of items in kit, you can add as many as you want.
  323.         {
  324.           "Amount":1,
  325.           "Quality":0,
  326.           "ForceBlueprint":false,
  327.           "Blueprint":"Blueprint'/Game/Extinction/CoreBlueprints/Items/Saddle/PrimalItemArmor_OwlSaddle.PrimalItemArmor_OwlSaddle'"
  328.         }
  329.       ],
  330.       "Dinos":[ // Can be empty if you don't want to add dinos.
  331.         {
  332.           "Level":50,
  333.           "Blueprint":"Blueprint'/Game/Extinction/Dinos/IceJumper/IceJumper_Character_BP.IceJumper_Character_BP'"
  334.         }
  335.       ]
  336.     },
  337.     "managarmr2":{ // Name (ID) of the kit.
  338.                 // Starter kit example. This kit can be used by everyone. Kit gives dinos and items.
  339.       "DefaultAmount":0, // Amount of free kits.
  340.       "Price":8500, // Allows players to buy additional kits. If you remove price, players won't be able to buy it.
  341.       "Description":"Managarmr with saddle blueprint lvl 50", // Description of the kit.
  342.       "OnlyFromSpawn":true, // Players can receive this kit only on spawn
  343.       "Items":[ // List of items in kit, you can add as many as you want.
  344.         {
  345.           "Amount":1,
  346.           "Quality":0,
  347.           "ForceBlueprint":true,
  348.           "Blueprint":"Blueprint'/Game/Extinction/CoreBlueprints/Items/Saddle/PrimalItemArmor_IceJumperSaddle.PrimalItemArmor_IceJumperSaddle'"
  349.         }
  350.       ],
  351.       "Dinos":[ // Can be empty if you don't want to add dinos.
  352.         {
  353.           "Level":50,
  354.           "Blueprint":"Blueprint'/Game/Extinction/Dinos/IceJumper/IceJumper_Character_BP.IceJumper_Character_BP'"
  355.         }
  356.       ]
  357.     },
  358.     "managarmr1":{ // Name (ID) of the kit.
  359.                 // Starter kit example. This kit can be used by everyone. Kit gives dinos and items.
  360.       "DefaultAmount":0, // Amount of free kits.
  361.       "Price":7500, // Allows players to buy additional kits. If you remove price, players won't be able to buy it.
  362.       "Description":"Managarmr with saddle lvl 50", // Description of the kit.
  363.       "OnlyFromSpawn":true, // Players can receive this kit only on spawn
  364.       "Items":[ // List of items in kit, you can add as many as you want.
  365.         {
  366.           "Amount":1,
  367.           "Quality":0,
  368.           "ForceBlueprint":false,
  369.           "Blueprint":"Blueprint'/Game/Extinction/CoreBlueprints/Items/Saddle/PrimalItemArmor_IceJumperSaddle.PrimalItemArmor_IceJumperSaddle'"
  370.         }
  371.       ],
  372.       "Dinos":[ // Can be empty if you don't want to add dinos.
  373.         {
  374.           "Level":50,
  375.           "Blueprint":"Blueprint'/Game/Extinction/Dinos/IceJumper/IceJumper_Character_BP.IceJumper_Character_BP'"
  376.         }
  377.       ]
  378.     },
  379.     "startingarmor":{ // Name (ID) of the kit.
  380.                 // Starter kit example. This kit can be used by everyone. Kit gives dinos and items.
  381.       "DefaultAmount":0, // Amount of free kits.
  382.       "Price":0, // Allows players to buy additional kits. If you remove price, players won't be able to buy it.
  383.       "Description":"Starting clothing armor", // Description of the kit.
  384.       "OnlyFromSpawn":true, // Players can receive this kit only on spawn
  385.       "Items":[ // List of items in kit, you can add as many as you want.
  386.         {
  387.           "Amount":1,
  388.           "Quality":0,
  389.           "ForceBlueprint":false,
  390.           "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Cloth/PrimalItemArmor_ClothHelmet.PrimalItemArmor_ClothHelmet'"
  391.     },
  392.         {
  393.           "Amount":1,
  394.           "Quality":0,
  395.           "ForceBlueprint":false,
  396.           "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Cloth/PrimalItemArmor_ClothShirt.PrimalItemArmor_ClothShirt'"
  397.     },
  398.         {
  399.           "Amount":1,
  400.           "Quality":0,
  401.           "ForceBlueprint":false,
  402.           "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Cloth/PrimalItemArmor_ClothGloves.PrimalItemArmor_ClothGloves'"
  403.     },
  404.         {
  405.           "Amount":1,
  406.           "Quality":0,
  407.           "ForceBlueprint":false,
  408.           "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Cloth/PrimalItemArmor_ClothPants.PrimalItemArmor_ClothPants'"
  409.     },
  410.         {
  411.           "Amount":1,
  412.           "Quality":0,
  413.           "ForceBlueprint":false,
  414.           "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Cloth/PrimalItemArmor_ClothBoots.PrimalItemArmor_ClothBoots'"
  415.         }
  416.       ],
  417.       "":[ // Can be empty if you don't want to add dinos.
  418.         {
  419.           "Level":,
  420.           "Blueprint":""
  421.         }
  422.       ]
  423.     },
  424.     "gacha3":{ // Name (ID) of the kit.
  425.                 // Starter kit example. This kit can be used by everyone. Kit gives dinos and items.
  426.       "DefaultAmount":0, // Amount of free kits.
  427.       "Price":17000, // Allows players to buy additional kits. If you remove price, players won't be able to buy it.
  428.       "Description":"Gacha lvl 50", // Description of the kit.
  429.       "OnlyFromSpawn":true, // Players can receive this kit only on spawn
  430.       "Items":[ // List of items in kit, you can add as many as you want.
  431.         {
  432.           "Amount":1,
  433.           "Quality":0,
  434.           "ForceBlueprint":false,
  435.           "Blueprint":""
  436.         }
  437.       ],
  438.       "Dinos":[ // Can be empty if you don't want to add dinos.
  439.         {
  440.           "Level":50,
  441.           "Blueprint":"Blueprint'/Game/Extinction/Dinos/Gacha/Gacha_Character_BP.Gacha_Character_BP'"
  442.         }
  443.       ]
  444.     },
  445.     "gacha2":{ // Name (ID) of the kit.
  446.                 // Starter kit example. This kit can be used by everyone. Kit gives dinos and items.
  447.       "DefaultAmount":0, // Amount of free kits.
  448.       "Price":25000, // Allows players to buy additional kits. If you remove price, players won't be able to buy it.
  449.       "Description":"Gacha with saddle blueprint lvl 50", // Description of the kit.
  450.       "OnlyFromSpawn":true, // Players can receive this kit only on spawn
  451.       "Items":[ // List of items in kit, you can add as many as you want.
  452.         {
  453.           "Amount":1,
  454.           "Quality":0,
  455.           "ForceBlueprint":true,
  456.           "Blueprint":"Blueprint'/Game/Extinction/CoreBlueprints/Items/Saddle/PrimalItemArmor_GachaSaddle.PrimalItemArmor_GachaSaddle'"
  457.         }
  458.       ],
  459.       "Dinos":[ // Can be empty if you don't want to add dinos.
  460.         {
  461.           "Level":50,
  462.           "Blueprint":"Blueprint'/Game/Extinction/Dinos/Gacha/Gacha_Character_BP.Gacha_Character_BP'"
  463.         }
  464.       ]
  465.     },
  466.     "gacha1":{ // Name (ID) of the kit.
  467.                 // Starter kit example. This kit can be used by everyone. Kit gives dinos and items.
  468.       "DefaultAmount":0, // Amount of free kits.
  469.       "Price":20000, // Allows players to buy additional kits. If you remove price, players won't be able to buy it.
  470.       "Description":"Gacha with saddle lvl 50", // Description of the kit.
  471.       "OnlyFromSpawn":true, // Players can receive this kit only on spawn
  472.       "Items":[ // List of items in kit, you can add as many as you want.
  473.         {
  474.           "Amount":1,
  475.           "Quality":0,
  476.           "ForceBlueprint":false,
  477.           "Blueprint":"Blueprint'/Game/Extinction/CoreBlueprints/Items/Saddle/PrimalItemArmor_GachaSaddle.PrimalItemArmor_GachaSaddle'"
  478.         }
  479.       ],
  480.       "Dinos":[ // Can be empty if you don't want to add dinos.
  481.         {
  482.           "Level":50,
  483.           "Blueprint":"Blueprint'/Game/Extinction/Dinos/Gacha/Gacha_Character_BP.Gacha_Character_BP'"
  484.         }
  485.       ]
  486.     },
  487.     "starter":{  
  488.       "DefaultAmount":2,
  489.       "Price":0,
  490.       "Description":"Starter kit (argie with saddle)",
  491.       "OnlyFromSpawn":false,
  492.       "Items":[  
  493.         {  
  494.           "Amount":1,
  495.           "Quality":0,
  496.           "ForceBlueprint":false,
  497.           "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Saddles/PrimalItemArmor_ArgentavisSaddle.PrimalItemArmor_ArgentavisSaddle'"
  498.         }
  499.       ],
  500.       "Dinos":[  
  501.         {  
  502.           "Level":75,
  503.           "Blueprint":"Blueprint'/Game/PrimalEarth/Dinos/Argentavis/Argent_Character_BP.Argent_Character_BP'"
  504.         }
  505.       ]
  506.     },
  507.     "tools":{  
  508.       "DefaultAmount":2,
  509.       "Price":0,
  510.       "Description":"Tools kit (pike, hatchet and pick)",
  511.       "Items":[  
  512.         {  
  513.           "Amount":1,
  514.           "Quality":0,
  515.           "ForceBlueprint":false,
  516.           "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponPike.PrimalItem_WeaponPike'"
  517.         },
  518.         {  
  519.           "Amount":1,
  520.           "Quality":0,
  521.           "ForceBlueprint":false,
  522.           "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponStoneHatchet.PrimalItem_WeaponStoneHatchet'"
  523.         },
  524.         {  
  525.           "Amount":1,
  526.           "Quality":0,
  527.           "ForceBlueprint":false,
  528.           "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponStonePick.PrimalItem_WeaponStonePick'"
  529.         }
  530.       ]
  531.     }
  532.   },
  533.   "ShopItems":{  
  534.     "element1":{ // Item ID, it should not contain white spaces.
  535.       "Type":"item", // Type of the item, can be "item", "dino","beacon" or experience
  536.       "Description":"Element x 1", // Description for the /shop command
  537.       "Price":1000,
  538.       "Items":[ // List of items, works the same way as in kits. But only items are allowed here.
  539.         {
  540.           "Quality":0,
  541.           "ForceBlueprint":false,
  542.           "Amount":1,
  543.           "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_Element.PrimalItemResource_Element_C'"
  544.         }
  545.       ]
  546.     },
  547.     "element5":{ // Item ID, it should not contain white spaces.
  548.       "Type":"item", // Type of the item, can be "item", "dino","beacon" or experience
  549.       "Description":"Element x 5", // Description for the /shop command
  550.       "Price":5000,
  551.       "Items":[ // List of items, works the same way as in kits. But only items are allowed here.
  552.         {
  553.           "Quality":0,
  554.           "ForceBlueprint":false,
  555.           "Amount":5,
  556.           "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_Element.PrimalItemResource_Element_C'"
  557.         }
  558.       ]
  559.     },
  560.     "element10":{ // Item ID, it should not contain white spaces.
  561.       "Type":"item", // Type of the item, can be "item", "dino","beacon" or experience
  562.       "Description":"Element x 10", // Description for the /shop command
  563.       "Price":9500,
  564.       "Items":[ // List of items, works the same way as in kits. But only items are allowed here.
  565.         {
  566.           "Quality":0,
  567.           "ForceBlueprint":false,
  568.           "Amount":10,
  569.           "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_Element.PrimalItemResource_Element_C'"
  570.         }
  571.       ]
  572.     },
  573.     "element25":{ // Item ID, it should not contain white spaces.
  574.       "Type":"item", // Type of the item, can be "item", "dino","beacon" or experience
  575.       "Description":"Element x 25", // Description for the /shop command
  576.       "Price":24000,
  577.       "Items":[ // List of items, works the same way as in kits. But only items are allowed here.
  578.         {
  579.           "Quality":0,
  580.           "ForceBlueprint":false,
  581.           "Amount":25,
  582.           "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_Element.PrimalItemResource_Element_C'"
  583.         }
  584.       ]
  585.     },
  586.     "element50":{ // Item ID, it should not contain white spaces.
  587.       "Type":"item", // Type of the item, can be "item", "dino","beacon" or experience
  588.       "Description":"Element x 50", // Description for the /shop command
  589.       "Price":47000,
  590.       "Items":[ // List of items, works the same way as in kits. But only items are allowed here.
  591.         {
  592.           "Quality":0,
  593.           "ForceBlueprint":false,
  594.           "Amount":50,
  595.           "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_Element.PrimalItemResource_Element_C'"
  596.         }
  597.       ]
  598.     },
  599.     "wyvernmilk":{ // Item ID, it should not contain white spaces.
  600.       "Type":"item", // Type of the item, can be "item", "dino","beacon" or experience
  601.       "Description":"Wyvern Milk x 5", // Description for the /shop command
  602.       "Price":1000,
  603.       "Items":[ // List of items, works the same way as in kits. But only items are allowed here.
  604.         {
  605.           "Quality":0,
  606.           "ForceBlueprint":false,
  607.           "Amount":1000,
  608.           "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/BaseBPs/PrimalItemConsumable_WyvernMilk.PrimalItemConsumable_WyvernMilk'"
  609.         }
  610.       ]
  611.     },
  612.     "mek1":{ // Item ID, it should not contain white spaces.
  613.       "Type":"item", // Type of the item, can be "item", "dino","beacon" or experience
  614.       "Description":"One Mek", // Description for the /shop command
  615.       "Price":15000,
  616.       "Items":[ // List of items, works the same way as in kits. But only items are allowed here.
  617.         {
  618.           "Quality":0,
  619.           "ForceBlueprint":false,
  620.           "Amount":1,
  621.           "Blueprint":"Blueprint'/Game/Extinction/CoreBlueprints/Items/PrimalItem_Spawner_Mek.PrimalItem_Spawner_Mek'"
  622.         }
  623.       ]
  624.     },
  625.     "mekcannon":{ // Item ID, it should not contain white spaces.
  626.       "Type":"item", // Type of the item, can be "item", "dino","beacon" or experience
  627.       "Description":"Cannon Shells x 25", // Description for the /shop command
  628.       "Price":8000,
  629.       "Items":[ // List of items, works the same way as in kits. But only items are allowed here.
  630.         {
  631.           "Quality":0,
  632.           "ForceBlueprint":false,
  633.           "Amount":25,
  634.           "Blueprint":"Blueprint'/Game/Extinction/CoreBlueprints/Weapons/PrimalItemAmmo_CannonShell.PrimalItemAmmo_CannonShell'"
  635.         }
  636.       ]
  637.     },
  638.     "mekrockets":{ // Item ID, it should not contain white spaces.
  639.       "Type":"item", // Type of the item, can be "item", "dino","beacon" or experience
  640.       "Description":"Rocket Pods x 25", // Description for the /shop command
  641.       "Price":8000,
  642.       "Items":[ // List of items, works the same way as in kits. But only items are allowed here.
  643.         {
  644.           "Quality":0,
  645.           "ForceBlueprint":false,
  646.           "Amount":25,
  647.           "Blueprint":"Blueprint'/Game/Extinction/CoreBlueprints/Weapons/PrimalItemAmmo_RocketPod.PrimalItemAmmo_RocketPod'"
  648.         }
  649.       ]
  650.     },
  651.     "scout1":{ // Item ID, it should not contain white spaces.
  652.       "Type":"item", // Type of the item, can be "item", "dino","beacon" or experience
  653.       "Description":"Scout Dino Remote x 1", // Description for the /shop command
  654.       "Price":8000,
  655.       "Items":[ // List of items, works the same way as in kits. But only items are allowed here.
  656.         {
  657.           "Quality":0,
  658.           "ForceBlueprint":false,
  659.           "Amount":1,
  660.           "Blueprint":"Blueprint'/Game/Extinction/Dinos/Scout/PrimalItem_WeaponScoutRemote.PrimalItem_WeaponScoutRemote'"
  661.         }
  662.       ]
  663.     },
  664.     "transmitter":{ // Item ID, it should not contain white spaces.
  665.       "Type":"item", // Type of the item, can be "item", "dino","beacon" or experience
  666.       "Description":"S+ Tek Transmitter x 1", // Description for the /shop command
  667.       "Price":35000,
  668.       "Items":[ // List of items, works the same way as in kits. But only items are allowed here.
  669.         {
  670.           "Quality":0,
  671.           "ForceBlueprint":false,
  672.           "Amount":1,
  673.           "Blueprint":"Blueprint'/Game/Mods/StructuresPlusMod/Misc/Transmitter/PrimalItemStructure_TransmitterPlus.PrimalItemStructure_TransmitterPlus'"
  674.         }
  675.       ]
  676.     },
  677.     "tekgen":{ // Item ID, it should not contain white spaces.
  678.       "Type":"item", // Type of the item, can be "item", "dino","beacon" or experience
  679.       "Description":"S+ Tek Generator x 1", // Description for the /shop command
  680.       "Price":40000,
  681.       "Items":[ // List of items, works the same way as in kits. But only items are allowed here.
  682.         {
  683.           "Quality":0,
  684.           "ForceBlueprint":false,
  685.           "Amount":1,
  686.           "Blueprint":"Blueprint'/Game/Mods/StructuresPlusMod/Misc/GeneratorTek/PrimalItemStructure_GeneratorTek.PrimalItemStructure_GeneratorTek'"
  687.         }
  688.       ]
  689.     },
  690.     "kingtitangamma":{  
  691.       "Type":"item",
  692.       "Description":"King Titan Trophy Gamma",
  693.       "Price":5000,
  694.       "Items":[  
  695.         {  
  696.           "Quality":0,
  697.           "ForceBlueprint":false,
  698.           "Amount":1,
  699.           "Blueprint":"Blueprint'/Game/Extinction/CoreBlueprints/Trophies/PrimalItemTrophy_Kaiju_King_Gamma.PrimalItemTrophy_Kaiju_King_Gamma'"
  700.         }
  701.       ]
  702.     },
  703.     "kingtitanbeta":{  
  704.       "Type":"item",
  705.       "Description":"King Titan Trophy Beta",
  706.       "Price":7500,
  707.       "Items":[  
  708.         {  
  709.           "Quality":0,
  710.           "ForceBlueprint":false,
  711.           "Amount":1,
  712.           "Blueprint":"Blueprint'/Game/Extinction/CoreBlueprints/Trophies/PrimalItemTrophy_Kaiju_King_Beta.PrimalItemTrophy_Kaiju_King_Beta'"
  713.         }
  714.       ]
  715.     },
  716.     "kingtitanalpha":{  
  717.       "Type":"item",
  718.       "Description":"King Titan Trophy Alpha",
  719.       "Price":10000,
  720.       "Items":[  
  721.         {  
  722.           "Quality":0,
  723.           "ForceBlueprint":false,
  724.           "Amount":1,
  725.           "Blueprint":"Blueprint'/Game/Extinction/CoreBlueprints/Trophies/PrimalItemTrophy_Kaiju_King_Alpha.PrimalItemTrophy_Kaiju_King_Alpha'"
  726.         }
  727.       ]
  728.     },
  729.     "rodascendant":{  
  730.       "Type":"item",
  731.       "Description":"100% Ascendant Fishing Rod ",
  732.       "Price":2000,
  733.       "Items":[  
  734.         {  
  735.           "Quality":65,
  736.           "ForceBlueprint":false,
  737.           "Amount":1,
  738.           "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponFishingRod.PrimalItem_WeaponFishingRod'"
  739.         }
  740.       ]
  741.     },
  742.     "rodrandom":{  
  743.       "Type":"item",
  744.       "Description":"Random Fishing Rod ",
  745.       "Price":500,
  746.       "Items":[  
  747.         {  
  748.           "Quality":10,
  749.           "ForceBlueprint":false,
  750.           "Amount":1,
  751.           "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponFishingRod.PrimalItem_WeaponFishingRod'"
  752.         }
  753.       ]
  754.     }
  755.   },
  756.  "SellItems":{  // Items available for selling. If you use stacks mod, you need to set blueprints from the mod!
  757.     "elementdust":{
  758.       "Type":"item",   // Only 'item' can be used for now
  759.       "Description":"1000 x Element Dust",
  760.       "Price":1000,  // Amount of points that player will receive for selling this item
  761.       "Amount":1000,  // Required quantity
  762.       "Blueprint":"Blueprint'/Game/Extinction/CoreBlueprints/Resources/PrimalItemResource_ElementDust.PrimalItemResource_ElementDust'"
  763.     }
  764.    }
  765. },
  766.   "Messages":{  
  767.     "Sender":"ArkShop",
  768.     "BoughtItem":"<RichColor Color=\"0, 1, 0, 1\">You have successfully bought item</>",
  769.     "BoughtDino":"<RichColor Color=\"0, 1, 0, 1\">You have successfully bought dino</>",
  770.     "BoughtBeacon":"<RichColor Color=\"0, 1, 0, 1\">You have successfully bought beacon</>",
  771.     "BoughtExp":"<RichColor Color=\"0, 1, 0, 1\">You have successfully bought experience</>",
  772.     "ReceivedPoints":"<RichColor Color=\"1, 1, 0, 1\">You have received {0} points! (total: {1})</>",
  773.     "HavePoints":"You have {0} points",
  774.     "NoPoints":"<RichColor Color=\"1, 0, 0, 1\">You don't have enough points</>",
  775.     "WrongId":"<RichColor Color=\"1, 0, 0, 1\">Wrong id</>",
  776.     "NoPermissionsKit":"<RichColor Color=\"1, 0, 0, 1\">You don't have permission to use this kit</>",
  777.     "CantBuyKit":"<RichColor Color=\"1, 0, 0, 1\">You can't buy this kit</>",
  778.     "BoughtKit":"<RichColor Color=\"0, 1, 0, 1\">You have successfully bought {0} kit</>",
  779.     "AvailableKits":"Available kits for you:",
  780.     "NoKits":"No available kits",
  781.     "KitsLeft":"You have {0} {1} kits left",
  782.     "NoKitsLeft":"You don't have {0} kits left",
  783.     "CantGivePoints":"<RichColor Color=\"1, 0, 0, 1\">You can't give points to yourself</>",
  784.     "RidingDino":"<RichColor Color=\"1, 0, 0, 1\">You can't buy this item while riding a dino</>",
  785.     "SentPoints":"<RichColor Color=\"0, 1, 0, 1\">You have successfully sent {0} points to {1}</>",
  786.     "GotPoints":"You have received {0} points from {1}",
  787.     "NoPlayer":"<RichColor Color=\"1, 0, 0, 1\">Player doesn't exist</>",
  788.     "FoundMorePlayers":"<RichColor Color=\"1, 0, 0, 1\">Found more than one player with the given name</>",
  789.     "BuyUsage":"Usage: /buy id amount",
  790.     "ShopUsage":"Usage: /shop page",
  791.     "KitUsage":"Usage: /kit KitName",
  792.     "BuyKitUsage":"Usage: /BuyKit KitName amount",
  793.     "TradeUsage":"Usage: /trade 'Player Name' amount",
  794.     "PointsCmd":"/points",
  795.     "TradeCmd":"/trade",
  796.     "BuyCmd":"/buy",
  797.     "ShopCmd":"/shop",
  798.     "KitCmd":"/kit",
  799.     "BuyKitCmd":"/buykit",
  800.     "SellCmd":"/sell",
  801.     "ShopSellCmd":"/shopsell",
  802.     "SellUsage":"Usage: /sell id amount",
  803.     "NotEnoughItems":"<RichColor Color=\"1, 0, 0, 1\">You don't have enough items ({0}/{1})</>",
  804.     "SoldItems":"<RichColor Color=\"0, 1, 0, 1\">You have successfully sold items</>",
  805.     "BadLevel":"<RichColor Color=\"1, 0, 0, 1\">Required level: {0} - {1}</>",
  806.     "KitsListPrice":"Price: {0}",
  807.     "KitsListFormat":"\"{0}\" - {1}. {2} left. {3}\n",
  808.     "StoreListDino":"{0}) {1}. Level: {2}. Id: {3}. Price: {4}\n",
  809.     "StoreListItem":"{0}) {1}. Id: {2}. Price: {3}\n",
  810.     "StoreListFormat":"{0}",
  811.     "OnlyOnSpawnKit":"This kit can be used only on spawn",
  812.     "HelpCmd":"/shophelp",
  813.     "ShopMessage":"Usage: /buy id amount",
  814.     "HelpMessage":"/points - Shows current amount of points.\n/buy <ID> <Amount> - Buys the item from shop.\n/trade <'CharacterName'> <Amount> - Sends points to other player (' ' - are necessary).\n/kit - Shows all kits.\n/kit <KitName> - Redeems the kit.\n/buykit <KitName> <Amount> - Buys a kit (if kit has a price).\n/shop <Page> - Shows a list of available items in the shop.\n/sell <ID> <Amount> - Sells an item.\n/shopsell<Page> - Shows a list of available for selling items.\n/shophelp - Show custom help message."
  815.   }
  816. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement