Advertisement
Guest User

Untitled

a guest
Jul 30th, 2017
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.97 KB | None | 0 0
  1. {
  2. "General":{
  3. "TimedPointsReward":{
  4. "Enabled":true,
  5. "Interval":10,
  6. "Amount":10
  7. },
  8. "ItemsPerPage":20,
  9. "ShopDisplayTime":25.0
  10. },
  11. "Kits":{
  12. "Starter":{
  13. "DefaultAmount":1,
  14. "Price":0,
  15. "Items":[
  16. {
  17. "amount":1,
  18. "quality":0,
  19. "forceBlueprint":false,
  20. "blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponMetalHatchet.PrimalItem_WeaponMetalHatchet'"
  21. },
  22. {
  23. "amount":1,
  24. "quality":0,
  25. "forceBlueprint":false,
  26. "blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponCrossbow.PrimalItem_WeaponCrossbow'"
  27. },
  28. {
  29. "amount":50,
  30. "quality":0,
  31. "forceBlueprint":false,
  32. "blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItemAmmo_ArrowStone.PrimalItemAmmo_ArrowStone'"
  33. },
  34. {
  35. "amount":1
  36. },
  37. "Dinos",[
  38.  
  39. ]
  40. ]
  41. ,
  42. "Raptor":{
  43. "DefaultAmount":1,
  44. "Items":[
  45. {
  46. "amount":1,
  47. "quality":0,
  48. "forceBlueprint":false,
  49. "blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Saddles/PrimalItemArmor_RaptorSaddle.PrimalItemArmor_RaptorSaddle'"
  50. },
  51. "amount",1,
  52. "amount",1
  53. ],
  54. "Dinos":
  55. {
  56. "level":80,
  57. "className":"Raptor_Character_BP_C"
  58. }
  59. }
  60. }
  61. },
  62. "ShopItems":{
  63. "Narcotics":{
  64. "type":"item",
  65. "description":"Narcotics (100x)",
  66. "price":10,
  67. "items":[
  68. {
  69. "quality":0,
  70. "forceBlueprint":false,
  71. "amount":100,
  72. "blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/PrimalItemConsumable_Narcotic.PrimalItemConsumable_Narcotic'"
  73. }
  74. ]
  75. },
  76. "Shock Darts":{
  77. "type":"item",
  78. "description":"Shock Darts (5x)",
  79. "price":10,
  80. "items":[
  81. {
  82. "quality":0,
  83. "forceBlueprint":false,
  84. "amount":5,
  85. "blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItemAmmo_RefinedTranqDart.PrimalItemAmmo_RefinedTranqDart'"
  86. }
  87. ]
  88. },
  89. "Mantis":{
  90. "type":"dino",
  91. "description":"Mantis (Level 100)",
  92. "level":100,
  93. "price":100,
  94. "className":"Mantis_Character_BP_C"
  95. },
  96. "Anyklo":{
  97. "type":"dino",
  98. "description":"Anyklo (Level 125)",
  99. "level":125,
  100. "price":50,
  101. "className":"Ankylo_Character_BP_C"}
  102. },
  103. "Doed":{
  104. "type":"Doedicurus",
  105. "description":"Doedicurus (Level 125)",
  106. "level":125,
  107. "price":50,
  108. "className":"Doed_Character_BP_C"
  109. },
  110. "Ankylo":{
  111. "type":"dino",
  112. "description":"Anyklo (Level 125)",
  113. "level":125,
  114. "price":50,
  115. "className":"Ankylo_Character_BP_C"
  116. },
  117. "Red Drop":{
  118. "type":"beacon",
  119. "description":"SupplyCrate Lvl 60",
  120. "price":75,
  121. "className":"SupplyCrate_Level60_Double_C"
  122. },
  123. "Deep Sea Crate":{
  124. "type":"Deep Sea Loot",
  125. "description":"Deep Sea Loot",
  126. "price":100,
  127. "className":"SupplyCrate_OceanInstant_C"
  128. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement