d.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. {
  2. "ingots100": {
  3. "Type": "item",
  4. "Description": "Metal Ingot (100x)",
  5. "Price": 15,
  6. "Items": [
  7. {
  8. "Quality": 0,
  9. "ForceBlueprint": false,
  10. "Amount": 100,
  11. "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_MetalIngot.PrimalItemResource_MetalIngot'"
  12. }
  13. ]
  14. },
  15. "tools": {
  16. "Type": "item",
  17. "Description": "Tools (Metal Hatchet, Metal Pick)",
  18. "Price": 5,
  19. "Items": [
  20. {
  21. "Quality": 0,
  22. "ForceBlueprint": false,
  23. "Amount": 1,
  24. "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponMetalHatchet.PrimalItem_WeaponMetalHatchet'"
  25. },
  26. {
  27. "Quality": 0,
  28. "ForceBlueprint": false,
  29. "Amount": 1,
  30. "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponMetalPick.PrimalItem_WeaponMetalPick'"
  31. }
  32. ]
  33. },
  34. "para": {
  35. "Type": "dino",
  36. "Description": "Parasaurolophus",
  37. "Level": 10,
  38. "Price": 20,
  39. "MinLevel": 10,
  40. "MaxLevel": 15,
  41. "Blueprint": "Blueprint'/Game/PrimalEarth/Dinos/Para/Para_Character_BP.Para_Character_BP'"
  42. },
  43. "carno": {
  44. "Type": "dino",
  45. "Description": "Male Carnotaurus",
  46. "Level": 15,
  47. "Price": 50,
  48. "Neutered": true,
  49. "Gender": "male",
  50. //Give male dino
  51. "SaddleBlueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Saddles/PrimalItemArmor_CarnoSaddle.PrimalItemArmor_CarnoSaddle'",
  52. "Blueprint": "Blueprint'/Game/PrimalEarth/Dinos/Carno/Carno_Character_BP.Carno_Character_BP'"
  53. },
  54. "carno2": {
  55. "Type": "dino",
  56. "Description": "Female Carnotaurus",
  57. "Level": 15,
  58. "Price": 50,
  59. "Neutered": true,
  60. "Gender": "female",
  61. //Give female dino
  62. "SaddleBlueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Saddles/PrimalItemArmor_CarnoSaddle.PrimalItemArmor_CarnoSaddle'",
  63. "Blueprint": "Blueprint'/Game/PrimalEarth/Dinos/Carno/Carno_Character_BP.Carno_Character_BP'"
  64. },
  65. "carno3": {
  66. "Type": "dino",
  67. "Description": "Random Gender Carnotaurus",
  68. "Level": 15,
  69. "Price": 50,
  70. "Neutered": true,
  71. "Gender": "random",
  72. //Give random gender dino (this can be removed to also produce a random gender)
  73. "SaddleBlueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Saddles/PrimalItemArmor_CarnoSaddle.PrimalItemArmor_CarnoSaddle'",
  74. "Blueprint": "Blueprint'/Game/PrimalEarth/Dinos/Carno/Carno_Character_BP.Carno_Character_BP'"
  75. },
  76. "crate25": {
  77. "Type": "beacon",
  78. "Description": "SupplyCrate Lvl 25",
  79. "Price": 100,
  80. "ClassName": "SupplyCrate_Level25_Double_C"
  81. },
  82. "crate2": {
  83. "Type": "beacon",
  84. "Description": "Artifact Crate 2",
  85. "Price": 100,
  86. "ClassName": "ArtifactCrate_2_C"
  87. },
  88. "exp1000": {
  89. "Type": "experience",
  90. "Description": "1000 points of experience",
  91. "GiveToDino": false,
  92. "Price": 55,
  93. "Amount": 1000.0
  94. },
  95. "tekengram": {
  96. "Type": "unlockengram",
  97. "Description": "Engram TEK Boots & Gloves",
  98. "Price": 20,
  99. "Items": [
  100. {
  101. "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/TEK/PrimalItemArmor_TekBoots.PrimalItemArmor_TekBoots'"
  102. },
  103. {
  104. "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/TEK/PrimalItemArmor_TekGloves.PrimalItemArmor_TekGloves'"
  105. }
  106. ]
  107. },
  108. "allengrams": {
  109. "Type": "command",
  110. "Description": "All engrams",
  111. "Price": 1000,
  112. "Items": [
  113. {
  114. "Command": "GiveEngrams",
  115. "DisplayAs": "Gives you all engram unlocks"
  116. //Only used in the Shop UI to display instead of the command itself
  117. }
  118. ]
  119. }
  120. }