Advertisement
Guest User

code1

a guest
Mar 26th, 2020
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.78 KB | None | 0 0
  1. {
  2. "General":{
  3. "TimedPointsReward":{
  4. "Enabled":true,
  5. "Interval":15,
  6. "Groups":{
  7. "Default":{
  8. "Amount":35
  9. }
  10. }
  11. },
  12. "ItemsPerPage":15,
  13. "ShopDisplayTime":15.0,
  14. "ShopTextSize":1.3,
  15. "DbPathOverride":"",
  16. "DefaultKit":""
  17. },
  18. "Kits":{
  19. "starter":{
  20. "DefaultAmount":2,
  21. "Price":100,
  22. "Description":"Starter kit",
  23. "OnlyFromSpawn":false,
  24. "Items":[
  25. {
  26. "Amount":1,
  27. "Quality":0,
  28. "ForceBlueprint":false,
  29. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Saddles/PrimalItemArmor_PteroSaddle.PrimalItemArmor_PteroSaddle'"
  30. },
  31. {
  32. "Amount":50,
  33. "Quality":0,
  34. "ForceBlueprint":false,
  35. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItemAmmo_ArrowStone.PrimalItemAmmo_ArrowStone'"
  36. },
  37. {
  38. "Amount":50,
  39. "Quality":0,
  40. "ForceBlueprint":false,
  41. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItemAmmo_ArrowTranq.PrimalItemAmmo_ArrowTranq'"
  42. }
  43. ],
  44. "Dinos":[
  45. {
  46. "Level":100,
  47. "Blueprint":"Blueprint'/Game/PrimalEarth/Dinos/Ptero/Ptero_Character_BP.Ptero_Character_BP'"
  48. }
  49. ]
  50. },
  51. "taming":{
  52. "DefaultAmount":0,
  53. "Price":140,
  54. "Description":"Longneck+Dart",
  55. "OnlyFromSpawn":false,
  56. "Items":[
  57. {
  58. "Amount":1,
  59. "Quality":0,
  60. "ForceBlueprint":false,
  61. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponOneShotRifle.PrimalItem_WeaponOneShotRifle'"
  62. },
  63. {
  64. "Amount":50,
  65. "Quality":0,
  66. "ForceBlueprint":false,
  67. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItemAmmo_TranqDart.PrimalItemAmmo_TranqDart'"
  68. }
  69. ]
  70. },
  71.  
  72. },
  73. "ShopItems":{
  74. "cryopod":{
  75. "Type":"item",
  76. "Description":"Metal Ingot (100x)",
  77. "Price":100,
  78. "Items":[
  79. {
  80. "Quality":0,
  81. "ForceBlueprint":false,
  82. "Amount":1,
  83. "Blueprint":"Blueprint'/Game/Extinction/CoreBlueprints/Weapons/PrimalItem_WeaponEmptyCryopod.PrimalItem_WeaponEmptyCryopod'"
  84. }
  85. ]
  86. },
  87. "tools":{
  88. "Type":"item",
  89. "Description":"Tools (Metal Hatchet, Metal Pick)",
  90. "Price":35,
  91. "Items":[
  92. {
  93. "Quality":0,
  94. "ForceBlueprint":false,
  95. "Amount":1,
  96. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponMetalHatchet.PrimalItem_WeaponMetalHatchet'"
  97. },
  98. {
  99. "Quality":0,
  100. "ForceBlueprint":false,
  101. "Amount":1,
  102. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponMetalPick.PrimalItem_WeaponMetalPick'"
  103. }
  104. ]
  105. },
  106. "rex":{
  107. "Type":"dino",
  108. "Description":"Rex",
  109. "Level":225,
  110. "Price":1400,
  111. "Neutered":true,
  112. "Blueprint":"Blueprint'/Game/PrimalEarth/Dinos/Rex/Rex_Character_BP.Rex_Character_BP'"
  113. },
  114. "ptero":{
  115. "Type":"dino",
  116. "Description":"Pteranodon",
  117. "Level":225,
  118. "Price":1000,
  119. "Neutered":true,
  120. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Saddles/PrimalItemArmor_PteroSaddle.PrimalItemArmor_PteroSaddle'"
  121. }
  122. },
  123. "Messages":{
  124. "Sender":"ArkShop",
  125. "BoughtItem":"<RichColor Color=\"0, 1, 0, 1\">You have successfully bought item</>",
  126. "BoughtDino":"<RichColor Color=\"0, 1, 0, 1\">You have successfully bought dino</>",
  127. "BoughtBeacon":"<RichColor Color=\"0, 1, 0, 1\">You have successfully bought beacon</>",
  128. "BoughtExp":"<RichColor Color=\"0, 1, 0, 1\">You have successfully bought experience</>",
  129. "ReceivedPoints":"<RichColor Color=\"1, 1, 0, 1\">You have received {0} points! (total: {1})</>",
  130. "HavePoints":"You have {0} points",
  131. "NoPoints":"<RichColor Color=\"1, 0, 0, 1\">You don't have enough points</>",
  132. "WrongId":"<RichColor Color=\"1, 0, 0, 1\">Wrong id</>",
  133. "NoPermissionsKit":"<RichColor Color=\"1, 0, 0, 1\">You don't have permission to use this kit</>",
  134. "CantBuyKit":"<RichColor Color=\"1, 0, 0, 1\">You can't buy this kit</>",
  135. "BoughtKit":"<RichColor Color=\"0, 1, 0, 1\">You have successfully bought {0} kit</>",
  136. "AvailableKits":"Available kits for you:",
  137. "NoKits":"No available kits",
  138. "KitsLeft":"You have {0} {1} kits left",
  139. "NoKitsLeft":"You don't have {0} kits left",
  140. "CantGivePoints":"<RichColor Color=\"1, 0, 0, 1\">You can't give points to yourself</>",
  141. "RidingDino":"<RichColor Color=\"1, 0, 0, 1\">You can't buy this item while riding a dino</>",
  142. "SentPoints":"<RichColor Color=\"0, 1, 0, 1\">You have successfully sent {0} points to {1}</>",
  143. "GotPoints":"You have received {0} points from {1}",
  144. "NoPlayer":"<RichColor Color=\"1, 0, 0, 1\">Player doesn't exist</>",
  145. "FoundMorePlayers":"<RichColor Color=\"1, 0, 0, 1\">Found more than one player with the given name</>",
  146. "BuyUsage":"Usage: /buy id amount",
  147. "ShopUsage":"Usage: /shop page",
  148. "KitUsage":"Usage: /kit KitName",
  149. "BuyKitUsage":"Usage: /BuyKit KitName amount",
  150. "TradeUsage":"Usage: /trade 'Player Name' amount",
  151. "PointsCmd":"/points",
  152. "TradeCmd":"/trade",
  153. "BuyCmd":"/buy",
  154. "ShopCmd":"/shop",
  155. "KitCmd":"/kit",
  156. "BuyKitCmd":"/buykit",
  157. "SellCmd":"/sell",
  158. "ShopSellCmd":"/shopsell",
  159. "SellUsage":"Usage: /sell id amount",
  160. "NotEnoughItems":"<RichColor Color=\"1, 0, 0, 1\">You don't have enough items ({0}/{1})</>",
  161. "SoldItems":"<RichColor Color=\"0, 1, 0, 1\">You have successfully sold items</>",
  162. "BadLevel":"<RichColor Color=\"1, 0, 0, 1\">Required level: {0} - {1}</>",
  163. "KitsListPrice":"Price: {0}",
  164. "KitsListFormat":"\"{0}\" - {1}. {2} left. {3}\n",
  165. "StoreListDino":"{0}) {1}. Level: {2}. Id: {3}. Price: {4}\n",
  166. "StoreListItem":"{0}) {1}. Id: {2}. Price: {3}\n",
  167. "StoreListFormat":"{0}",
  168. "OnlyOnSpawnKit":"This kit can be used only on spawn",
  169. "HelpCmd":"/shophelp",
  170. "ShopMessage":"Usage: /buy id amount",
  171. "HelpMessage":"This is shop help message"
  172. }
  173. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement