Guest User

Untitled

a guest
Jun 25th, 2018
554
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.21 KB | None | 0 0
  1. {
  2. "General":{
  3. "TimedPointsReward":{
  4. "Enabled":true,
  5. "Interval":10,
  6. "Groups":{
  7. "Default":{
  8. "Amount":5
  9. },
  10. "Premiums":{
  11. "Amount":30
  12. }
  13. }
  14. },
  15. "ItemsPerPage":28,
  16. "ShopDisplayTime":15.0,
  17. "ShopTextSize":1.0,
  18. "DbPathOverride":""
  19. },
  20. "Kits":{
  21. "basic":{
  22. "DefaultAmount":1,
  23. "Description":"Starter Kit",
  24.  
  25. "Items":[
  26. {
  27. "Amount": 1,
  28. "Quality": 0,
  29. "ForceBlueprint": false,
  30. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponPike.PrimalItem_WeaponPike'"
  31. },
  32. {
  33. "Amount": 1,
  34. "Quality": 0,
  35. "ForceBlueprint": false,
  36. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponMetalHatchet.PrimalItem_WeaponMetalHatchet'"
  37. },
  38. {
  39. "Amount": 1,
  40. "Quality": 0,
  41. "ForceBlueprint": false,
  42. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponMetalPick.PrimalItem_WeaponMetalPick'"
  43. },
  44. {
  45. "Amount": 1,
  46. "Quality": 0,
  47. "ForceBlueprint": false,
  48. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Saddles/PrimalItemArmor_PteroSaddle.PrimalItemArmor_PteroSaddle'"
  49. },
  50. {
  51. "Amount": 1,
  52. "Quality": 0,
  53. "ForceBlueprint": false,
  54. "Blueprint":"Blueprint'/Game/Mods/AwesomeTeleporters/Blueprints/PrimalItem_RemoteTeleporter.PrimalItem_RemoteTeleporter"
  55. },
  56. {
  57. "Amount": 3,
  58. "Quality": 0,
  59. "ForceBlueprint": false,
  60. "Blueprint":"Blueprint'/Game/Mods/AwesomeTeleporters/Blueprints/PrimalItemConsumable_Awesome_Dino_Tracker.PrimalItemConsumable_Awesome_Dino_Tracker"
  61. },
  62. {
  63. "Amount": 1,
  64. "Quality": 0,
  65. "ForceBlueprint": false,
  66. "Blueprint":"Blueprint'/Game/Mods/AwesomeTeleporters/Blueprints/PrimalItem_Teleporter.PrimalItem_Teleporter"
  67. }
  68. ],
  69. "Dinos":[
  70. {
  71. "Level":100,
  72. "Blueprint":"Blueprint'/Game/Mods/ClassicFlyers/Dinos/Ptero/Ptero_Character_BP.Ptero_Character_BP'"
  73. }
  74. ]
  75. },
  76. "tools":{
  77. "DefaultAmount":2,
  78. "Description":"Tools kit (pike, hatchet, sickle, pick, club)",
  79. "Items":[
  80. {
  81. "Amount":1,
  82. "Quality":0,
  83. "ForceBlueprint":false,
  84. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponPike.PrimalItem_WeaponPike'"
  85. },
  86. {
  87. "Amount":1,
  88. "Quality":0,
  89. "ForceBlueprint":false,
  90. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponSickle.PrimalItem_WeaponSickle'"
  91. },
  92. {
  93. "Amount":1,
  94. "Quality":0,
  95. "ForceBlueprint":false,
  96. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponMetalHatchet.PrimalItem_WeaponMetalHatchet'"
  97. },
  98. {
  99. "Amount":1,
  100. "Quality":0,
  101. "ForceBlueprint":false,
  102. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponMetalPick.PrimalItem_WeaponMetalPick'"
  103. },
  104. {
  105. "Amount":1,
  106. "Quality":0,
  107. "ForceBlueprint":false,
  108. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponStoneClub.PrimalItem_WeaponStoneClub'"
  109. }
  110. ]
  111. }
  112. },
  113. "ShopItems":{
  114. "beaconwhite":{
  115. "Type":"beacon",
  116. "Description":"White Beacon - Lvl. 3",
  117. "Price":15,
  118. "ClassName":"SupplyCrate_Level03_C"
  119. },
  120. "beacongreen":{
  121. "Type":"beacon",
  122. "Description":"Green Beacon - Lvl. 15",
  123. "Price":30,
  124. "ClassName":"SupplyCrate_Level15_C"
  125. },
  126. "beaconblue":{
  127. "Type":"beacon",
  128. "Description":"Blue Beacon - Lvl. 25",
  129. "Price":70,
  130. "ClassName":"SupplyCrate_Level25_C"
  131. },
  132. "beaconpurple":{
  133. "Type":"beacon",
  134. "Description":"Purple Beacon - Lvl. 35",
  135. "Price":125,
  136. "ClassName":"SupplyCrate_Level35_C"
  137. },
  138. "beaconyellow":{
  139. "Type":"beacon",
  140. "Description":"Yellow Beacon - Lvl. 45",
  141. "Price":150,
  142. "ClassName":"SupplyCrate_Level45_C"
  143. },
  144. "beaconred":{
  145. "Type":"beacon",
  146. "Description":"Red Beacon - Lvl. 60",
  147. "Price":250,
  148. "ClassName":"SupplyCrate_Level60_C"
  149. },
  150. "ingots":{
  151. "Type":"item",
  152. "Description":"Metal Ingots (5,000)",
  153. "Price":500,
  154. "Items":[
  155. {
  156. "Quality":0,
  157. "ForceBlueprint":false,
  158. "Amount":500,
  159. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_MetalIngot.PrimalItemResource_MetalIngot'"
  160. },
  161. {
  162. "Quality":0,
  163. "ForceBlueprint":false,
  164. "Amount":500,
  165. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_MetalIngot.PrimalItemResource_MetalIngot'"
  166. },
  167. {
  168. "Quality":0,
  169. "ForceBlueprint":false,
  170. "Amount":500,
  171. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_MetalIngot.PrimalItemResource_MetalIngot'"
  172. },
  173. {
  174. "Quality":0,
  175. "ForceBlueprint":false,
  176. "Amount":500,
  177. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_MetalIngot.PrimalItemResource_MetalIngot'"
  178. },
  179. {
  180. "Quality":0,
  181. "ForceBlueprint":false,
  182. "Amount":500,
  183. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_MetalIngot.PrimalItemResource_MetalIngot'"
  184. },
  185. {
  186. "Quality":0,
  187. "ForceBlueprint":false,
  188. "Amount":500,
  189. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_MetalIngot.PrimalItemResource_MetalIngot'"
  190. },
  191. {
  192. "Quality":0,
  193. "ForceBlueprint":false,
  194. "Amount":500,
  195. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_MetalIngot.PrimalItemResource_MetalIngot'"
  196. },
  197. {
  198. "Quality":0,
  199. "ForceBlueprint":false,
  200. "Amount":500,
  201. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_MetalIngot.PrimalItemResource_MetalIngot'"
  202. },
  203. {
  204. "Quality":0,
  205. "ForceBlueprint":false,
  206. "Amount":500,
  207. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_MetalIngot.PrimalItemResource_MetalIngot'"
  208. },
  209. {
  210. "Quality":0,
  211. "ForceBlueprint":false,
  212. "Amount":500,
  213. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_MetalIngot.PrimalItemResource_MetalIngot'"
  214. }
  215. ]
  216. },
  217. "ab":{
  218. "Type":"item",
  219. "Description":"aberration items",
  220. "Price":500,
  221. "Items":[
  222. {
  223. "Amount": 2,
  224. "Quality": 0,
  225. "ForceBlueprint": false,
  226. "Blueprint":"Blueprint'/Game/Aberration/CoreBlueprints/Items/Armor/PrimalItemArmor_Glider.PrimalItemArmor_Glider'"
  227. },
  228. {
  229. "Amount": 1,
  230. "Quality": 0,
  231. "ForceBlueprint": false,
  232. "Blueprint":"Blueprint'/Game/Aberration/CoreBlueprints/Items/Armor/PrimalItemArmor_ZiplineMotor.PrimalItemArmor_ZiplineMotor'"
  233. },
  234. {
  235. "Amount": 1,
  236. "Quality": 0,
  237. "ForceBlueprint": false,
  238. "Blueprint":"Blueprint'/Game/Aberration/CoreBlueprints/Weapons/PrimalItemAmmo_Zipline.PrimalItemAmmo_Zipline'"
  239. },
  240. {
  241. "Amount": 2,
  242. "Quality": 100,
  243. "ForceBlueprint": false,
  244. "Blueprint":"Blueprint'/Game/Aberration/CoreBlueprints/Weapons/PrimalItem_WeaponClimbPick.PrimalItem_WeaponClimbPick'"
  245. },
  246. {
  247. "Amount": 50,
  248. "Quality": 0,
  249. "ForceBlueprint": false,
  250. "Blueprint":"Blueprint'/Game/Aberration/WeaponGlowStickThrow/PrimalItem_GlowStick.PrimalItem_GlowStick'"
  251. }
  252. ]
  253. },
  254. "blackpearls":{
  255. "Type":"item",
  256. "Description":"Black Pearls (300)",
  257. "Price":500,
  258. "Items":[
  259. {
  260. "Quality":0,
  261. "ForceBlueprint":false,
  262. "Amount":300,
  263. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_BlackPearl.PrimalItemResource_BlackPearl_C'"
  264. }
  265. ]
  266. },
  267. "hair":{
  268. "Type":"item",
  269. "Description":"Human Hair (100)",
  270. "Price":150,
  271. "Items":[
  272. {
  273. "Quality": 0,
  274. "ForceBlueprint": false,
  275. "Amount": 100,
  276. "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_Hair.PrimalItemResource_Hair'"
  277. }
  278. ]
  279. },
  280. "paste":{
  281. "Type":"item",
  282. "Description":"Cementing Paste (1,000)",
  283. "Price":500,
  284. "Items":[
  285. {
  286. "Quality":0,
  287. "ForceBlueprint":false,
  288. "Amount":100,
  289. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_ChitinPaste.PrimalItemResource_ChitinPaste'"
  290. }
  291. ]
  292. },
  293. "alpha":{
  294. "Type":"item",
  295. "Description":"Ragnarok Arena",
  296. "Price":2000,
  297. "Items":[
  298. {
  299. "Quality": 0,
  300. "ForceBlueprint": false,
  301. "Amount": 25,
  302. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_ApexDrop_Argentavis.PrimalItemResource_ApexDrop_Argentavis'"
  303. },
  304. {
  305. "Quality": 0,
  306. "ForceBlueprint": false,
  307. "Amount": 25,
  308. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_ApexDrop_Basilo.PrimalItemResource_ApexDrop_Basilo'"
  309. },
  310. {
  311. "Quality": 0,
  312. "ForceBlueprint": false,
  313. "Amount": 25,
  314. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_ApexDrop_Megalania.PrimalItemResource_ApexDrop_Megalania'"
  315. },
  316. {
  317. "Quality": 0,
  318. "ForceBlueprint": false,
  319. "Amount": 25,
  320. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_ApexDrop_Megalodon.PrimalItemResource_ApexDrop_Megalodon'"
  321. },
  322. {
  323. "Quality": 0,
  324. "ForceBlueprint": false,
  325. "Amount": 25,
  326. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_ApexDrop_Sarco.PrimalItemResource_ApexDrop_Sarco'"
  327. },
  328. {
  329. "Quality": 0,
  330. "ForceBlueprint": false,
  331. "Amount": 25,
  332. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_ApexDrop_Spino.PrimalItemResource_ApexDrop_Spino'"
  333. },
  334. {
  335. "Quality": 0,
  336. "ForceBlueprint": false,
  337. "Amount": 25,
  338. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_ApexDrop_Thylaco.PrimalItemResource_ApexDrop_Thylaco'"
  339. },
  340. {
  341. "Quality": 0,
  342. "ForceBlueprint": false,
  343. "Amount": 25,
  344. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_ApexDrop_Sauro.PrimalItemResource_ApexDrop_Sauro'"
  345. },
  346. {
  347. "Quality": 0,
  348. "ForceBlueprint": false,
  349. "Amount": 25,
  350. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_ApexDrop_Boa.PrimalItemResource_ApexDrop_Boa'"
  351. },
  352. {
  353. "Quality": 0,
  354. "ForceBlueprint": false,
  355. "Amount": 25,
  356. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_ApexDrop_Tuso.PrimalItemResource_ApexDrop_Tuso'"
  357. },
  358. {
  359. "Quality": 0,
  360. "ForceBlueprint": false,
  361. "Amount": 1,
  362. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Artifacts/PrimalItemArtifact_12.PrimalItemArtifact_12'"
  363. },
  364. {
  365. "Quality": 0,
  366. "ForceBlueprint": false,
  367. "Amount": 1,
  368. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Artifacts/PrimalItemArtifact_05.PrimalItemArtifact_05'"
  369. },
  370. {
  371. "Quality": 0,
  372. "ForceBlueprint": false,
  373. "Amount": 1,
  374. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Artifacts/PrimalItemArtifact_11.PrimalItemArtifact_11'"
  375. },
  376. {
  377. "Quality": 0,
  378. "ForceBlueprint": false,
  379. "Amount": 1,
  380. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Artifacts/PrimalItemArtifact_07.PrimalItemArtifact_07'"
  381. },
  382. {
  383. "Quality": 0,
  384. "ForceBlueprint": false,
  385. "Amount": 1,
  386. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Artifacts/PrimalItemArtifact_01.PrimalItemArtifact_01'"
  387. },
  388. {
  389. "Quality": 0,
  390. "ForceBlueprint": false,
  391. "Amount": 1,
  392. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Artifacts/PrimalItemArtifact_08.PrimalItemArtifact_08'"
  393. },
  394. {
  395. "Quality": 0,
  396. "ForceBlueprint": false,
  397. "Amount": 1,
  398. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Artifacts/PrimalItemArtifact_03.PrimalItemArtifact_03'"
  399. },
  400. {
  401. "Quality": 0,
  402. "ForceBlueprint": false,
  403. "Amount": 1,
  404. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Artifacts/PrimalItemArtifact_02.PrimalItemArtifact_02'"
  405. },
  406. {
  407. "Quality": 0,
  408. "ForceBlueprint": false,
  409. "Amount": 1,
  410. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Artifacts/PrimalItemArtifact_06.PrimalItemArtifact_06'"
  411. },
  412. {
  413. "Quality": 0,
  414. "ForceBlueprint": false,
  415. "Amount": 1,
  416. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Artifacts/PrimalItemArtifact_09.PrimalItemArtifact_09'"
  417. },
  418. {
  419. "Quality": 0,
  420. "ForceBlueprint": false,
  421. "Amount": 1,
  422. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Artifacts/PrimalItemArtifact_04.PrimalItemArtifact_04'"
  423. }
  424. ]
  425. },
  426. "beta":{
  427. "Type":"item",
  428. "Description":"Items",
  429. "Price":2000,
  430. "Items":[
  431. {
  432. "Quality": 0,
  433. "ForceBlueprint": false,
  434. "Amount": 10,
  435. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_ApexDrop_Argentavis.PrimalItemResource_ApexDrop_Argentavis'"
  436. },
  437. {
  438. "Quality": 0,
  439. "ForceBlueprint": false,
  440. "Amount": 10,
  441. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_ApexDrop_Basilo.PrimalItemResource_ApexDrop_Basilo'"
  442. },
  443. {
  444. "Quality": 0,
  445. "ForceBlueprint": false,
  446. "Amount": 10,
  447. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_ApexDrop_Megalania.PrimalItemResource_ApexDrop_Megalania'"
  448. },
  449. {
  450. "Quality": 0,
  451. "ForceBlueprint": false,
  452. "Amount": 10,
  453. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_ApexDrop_Megalodon.PrimalItemResource_ApexDrop_Megalodon'"
  454. },
  455. {
  456. "Quality": 0,
  457. "ForceBlueprint": false,
  458. "Amount": 10,
  459. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_ApexDrop_Sarco.PrimalItemResource_ApexDrop_Sarco'"
  460. },
  461. {
  462. "Quality": 0,
  463. "ForceBlueprint": false,
  464. "Amount": 10,
  465. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_ApexDrop_Spino.PrimalItemResource_ApexDrop_Spino'"
  466. },
  467. {
  468. "Quality": 0,
  469. "ForceBlueprint": false,
  470. "Amount": 10,
  471. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_ApexDrop_Thylaco.PrimalItemResource_ApexDrop_Thylaco'"
  472. },
  473. {
  474. "Quality": 0,
  475. "ForceBlueprint": false,
  476. "Amount": 10,
  477. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_ApexDrop_Sauro.PrimalItemResource_ApexDrop_Sauro'"
  478. },
  479. {
  480. "Quality": 0,
  481. "ForceBlueprint": false,
  482. "Amount": 10,
  483. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_ApexDrop_Boa.PrimalItemResource_ApexDrop_Boa'"
  484. },
  485. {
  486. "Quality": 0,
  487. "ForceBlueprint": false,
  488. "Amount": 10,
  489. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_ApexDrop_Tuso.PrimalItemResource_ApexDrop_Tuso'"
  490. },
  491. {
  492. "Quality": 0,
  493. "ForceBlueprint": false,
  494. "Amount": 1,
  495. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Artifacts/PrimalItemArtifact_12.PrimalItemArtifact_12'"
  496. },
  497. {
  498. "Quality": 0,
  499. "ForceBlueprint": false,
  500. "Amount": 1,
  501. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Artifacts/PrimalItemArtifact_05.PrimalItemArtifact_05'"
  502. },
  503. {
  504. "Quality": 0,
  505. "ForceBlueprint": false,
  506. "Amount": 1,
  507. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Artifacts/PrimalItemArtifact_11.PrimalItemArtifact_11'"
  508. },
  509. {
  510. "Quality": 0,
  511. "ForceBlueprint": false,
  512. "Amount": 1,
  513. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Artifacts/PrimalItemArtifact_07.PrimalItemArtifact_07'"
  514. },
  515. {
  516. "Quality": 0,
  517. "ForceBlueprint": false,
  518. "Amount": 1,
  519. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Artifacts/PrimalItemArtifact_01.PrimalItemArtifact_01'"
  520. },
  521. {
  522. "Quality": 0,
  523. "ForceBlueprint": false,
  524. "Amount": 1,
  525. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Artifacts/PrimalItemArtifact_08.PrimalItemArtifact_08'"
  526. },
  527. {
  528. "Quality": 0,
  529. "ForceBlueprint": false,
  530. "Amount": 1,
  531. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Artifacts/PrimalItemArtifact_03.PrimalItemArtifact_03'"
  532. },
  533. {
  534. "Quality": 0,
  535. "ForceBlueprint": false,
  536. "Amount": 1,
  537. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Artifacts/PrimalItemArtifact_02.PrimalItemArtifact_02'"
  538. },
  539. {
  540. "Quality": 0,
  541. "ForceBlueprint": false,
  542. "Amount": 1,
  543. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Artifacts/PrimalItemArtifact_06.PrimalItemArtifact_06'"
  544. },
  545. {
  546. "Quality": 0,
  547. "ForceBlueprint": false,
  548. "Amount": 1,
  549. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Artifacts/PrimalItemArtifact_09.PrimalItemArtifact_09'"
  550. },
  551. {
  552. "Quality": 0,
  553. "ForceBlueprint": false,
  554. "Amount": 1,
  555. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Artifacts/PrimalItemArtifact_04.PrimalItemArtifact_04'"
  556. }
  557. ]
  558. },
  559. "pearls":{
  560. "Type":"item",
  561. "Description":"Pearls (500)",
  562. "Price":750,
  563. "Items":[
  564. {
  565. "Quality":0,
  566. "ForceBlueprint":false,
  567. "Amount":500,
  568. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_Silicon.PrimalItemResource_Silicon'"
  569. }
  570. ]
  571. },
  572. "mindwipe":{
  573. "Type":"item",
  574. "Description":"Mind Wipe (x2)",
  575. "Price":30,
  576. "Items":[
  577. {
  578. "Quality":0,
  579. "ForceBlueprint":false,
  580. "Amount":2,
  581. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/BaseBPs/PrimalItemConsumableRespecSoup.PrimalItemConsumableRespecSoup"
  582. }
  583. ]
  584. },
  585. "oil":{
  586. "Type":"item",
  587. "Description":"Oil (500)",
  588. "Price":30,
  589. "Items":[
  590. {
  591. "Quality":0,
  592. "ForceBlueprint":false,
  593. "Amount":100,
  594. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_Oil.PrimalItemResource_Oil'"
  595. }
  596. ]
  597. },
  598. "pela":{
  599. "Type":"dino",
  600. "Description":"Pelagornis",
  601. "Level":150,
  602. "Price":15,
  603. "Blueprint":"Blueprint'/Game/PrimalEarth/Dinos/Pelagornis/Pela_Character_BP.Pela_Character_BP'"
  604. },
  605. "kark":{
  606. "Type":"dino",
  607. "Description":"karkinos",
  608. "Level": 150,
  609. "Price": 3500,
  610. "Blueprint":"Blueprint'/Game/Aberration/Dinos/Crab/Crab_Character_BP.Crab_Character_BP'"
  611. },
  612. "rock": {
  613. "Type": "dino",
  614. "Description": "rockdrake",
  615. "Level": 150,
  616. "Price": 3500,
  617. "Blueprint": "Blueprint'/Game/Mods/ClassicFlyers/Dinos/RockDrake/RockDrake_Character_BP.RockDrake_Character_BP'"
  618. },
  619. "bulb": {
  620. "Type": "dino",
  621. "Description": "bulbdog",
  622. "Level": 150,
  623. "Price": 700,
  624. "Blueprint": "Blueprint'/Game/Aberration/Dinos/LanternPug/LanternPug_Character_BP.LanternPug_Character_BP'"
  625. },
  626. "glow": {
  627. "Type": "dino",
  628. "Description": "glowtail",
  629. "Level": 150,
  630. "Price": 700,
  631. "Blueprint": "Blueprint'/Game/Aberration/Dinos/LanternLizard/LanternLizard_Character_BP.LanternLizard_Character_BP'"
  632. },
  633. "feather": {
  634. "Type": "dino",
  635. "Description": "featherlight",
  636. "Level": 150,
  637. "Price": 700,
  638. "Blueprint": "Blueprint'/Game/Aberration/Dinos/LanternBird/LanternBird_Character_BP.LanternBird_Character_BP'"
  639. },
  640. "ravager": {
  641. "Type": "dino",
  642. "Description": "ravager",
  643. "Level": 150,
  644. "Price": 2500,
  645. "Blueprint": "Blueprint'/Game/Aberration/Dinos/CaveWolf/CaveWolf_Character_BP.CaveWolf_Character_BP'"
  646. },
  647. "mant": {
  648. "Type": "dino",
  649. "Description": "mantis",
  650. "Level": 150,
  651. "Price": 2000,
  652. "Blueprint": "Blueprint'/Game/ScorchedEarth/Dinos/Mantis/Mantis_Character_BP.Mantis_Character_BP'"
  653. },
  654. "shin": {
  655. "Type": "dino",
  656. "Description": "shineHorn",
  657. "Level": 150,
  658. "Price": 700,
  659. "Blueprint": "Blueprint'/Game/Aberration/Dinos/LanternGoat/LanternGoat_Character_BP.LanternGoat_Character_BP'"
  660. },
  661. "rollrat": {
  662. "Type": "dino",
  663. "Description": "rollrat",
  664. "Level": 150,
  665. "Price": 1500,
  666. "Blueprint": "Blueprint'/Game/Aberration/Dinos/MoleRat/MoleRat_Character_BP.MoleRat_Character_BP'"
  667. },
  668. "theri": {
  669. "Type": "dino",
  670. "Description": "therizinosaur",
  671. "Level": 150,
  672. "Price": 1000,
  673. "Blueprint": "Blueprint'/Game/PrimalEarth/Dinos/Therizinosaurus/Therizino_Character_BP.Therizino_Character_BP'"
  674. },
  675. "anky": {
  676. "Type": "dino",
  677. "Description": "ankylosaurus",
  678. "Level": 150,
  679. "Price": 1000,
  680. "Blueprint": "Blueprint'/Game/PrimalEarth/Dinos/Ankylo/Ankylo_Character_BP.Ankylo_Character_BP'"
  681. },
  682. "giga": {
  683. "Type": "dino",
  684. "Description": "Max Perfect Tame Giga",
  685. "Level": 150,
  686. "Price": 1950,
  687. "Blueprint": "Blueprint'/Game/PrimalEarth/Dinos/Giganotosaurus/Gigant_Character_BP.Gigant_Character_BP'"
  688. },
  689. "quetz": {
  690. "Type": "dino",
  691. "Description": "Max Perfect Tame Quetz",
  692. "Level": 150,
  693. "Price": 850,
  694. "Blueprint": "Blueprint'/Game/Mods/ClassicFlyers/Dinos/Quetz/Quetz_Character_BP.Quetz_Character_BP'"
  695. },
  696. "griff": {
  697. "Type": "dino",
  698. "Description": "Max Perfect Tame Griffin",
  699. "Level": 150,
  700. "Price": 1500,
  701. "Blueprint": "Blueprint'/Game/Mods/ClassicFlyers/Dinos/Griffin/Griffin_Character_BP.Griffin_Character_BP'"
  702. },
  703. "phoenix": {
  704. "Type": "dino",
  705. "Description": "Max lvl phoenix",
  706. "Level": 150,
  707. "Price": 700,
  708. "Blueprint": "Blueprint'/Game/Mods/ClassicFlyers/Dinos/Phoenix/Phoenix_Character_BP.Phoenix_Character_BP'"
  709. },
  710. "pter": {
  711. "Type": "dino",
  712. "Description": "pteranodon",
  713. "Level": 150,
  714. "Price": 1000,
  715. "Blueprint": "Blueprint'/Game/Mods/ClassicFlyers/Dinos/Ptero/Ptero_Character_BP.Ptero_Character_BP'"
  716. }
  717. },
  718. "Messages":{
  719. "Sender":"ScumsGamingServer",
  720. "BoughtItem":"<RichColor Color=\"0, 1, 0, 1\">You have successfully bought item</>",
  721. "BoughtDino":"<RichColor Color=\"0, 1, 0, 1\">You have successfully bought dino</>",
  722. "BoughtBeacon":"<RichColor Color=\"0, 1, 0, 1\">You have successfully bought beacon</>",
  723. "BoughtExp":"<RichColor Color=\"0, 1, 0, 1\">You have successfully bought experience</>",
  724. "ReceivedPoints":"<RichColor Color=\"1, 1, 0, 1\">You have received {0} loyalty points! (total: {1})</>",
  725. "HavePoints":"You have {} loyalty points",
  726. "NoPoints":"<RichColor Color=\"1, 0, 0, 1\">You do not have enough loyalty points</>",
  727. "WrongId":"<RichColor Color=\"1, 0, 0, 1\">Wrong id - id's can be located on the shop page - Type /shop</>",
  728. "NoPermissionsKit":"<RichColor Color=\"1, 0, 0, 1\">You don't have permission to use this kit</>",
  729. "CantBuyKit":"<RichColor Color=\"1, 0, 0, 1\">You can't buy this kit</>",
  730. "BoughtKit":"<RichColor Color=\"0, 1, 0, 1\">You have successfully bought {} kit</>",
  731. "AvailableKits":"Available kits for you:",
  732. "NoKits":"No available kits",
  733. "KitsLeft":"You have {0} {1} kits left",
  734. "NoKitsLeft":"You don't have {} kits left",
  735. "CantGivePoints":"<RichColor Color=\"1, 0, 0, 1\">You can't give loyalty points to yourself</>",
  736. "RidingDino":"<RichColor Color=\"1, 0, 0, 1\">You can't buy this item while riding a dino</>",
  737. "SentPoints":"<RichColor Color=\"0, 1, 0, 1\">You have successfully sent {0} loyalty points to {1}</>",
  738. "GotPoints":"You have received {0} loyalty points from {1}",
  739. "NoPlayer":"<RichColor Color=\"1, 0, 0, 1\">Player doesn't exist</>",
  740. "FoundMorePlayers":"<RichColor Color=\"1, 0, 0, 1\">Found more than one player with the given name</>",
  741. "BuyUsage":"Usage: /buy <id> | Type /shop to see what is available for purchase",
  742. "ShopUsage":"Usage: /shop page | Type /buy <id> to make a purchase",
  743. "KitUsage":"Usage: /kit KitName",
  744. "BuyKitUsage":"Usage: /BuyKit KitName amount",
  745. "TradeUsage":"Usage: /trade 'Player Name' amount",
  746. "PointsCmd":"Usage: /points",
  747. "TradeCmd":"Usage: /trade",
  748. "BuyCmd":"Usage: /buy",
  749. "ShopCmd":"Usage: /shop",
  750. "KitCmd":"Usage: /kit",
  751. "BuyKitCmd":"Usage: /buykit"
  752. }
  753. }
Advertisement
Add Comment
Please, Sign In to add comment