Advertisement
Guest User

Untitled

a guest
Aug 9th, 2020
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.12 KB | None | 0 0
  1. "ShopItems": {
  2.         "Pods": {
  3.             "Type": "item",
  4.             "Description": "3x Cryopods",
  5.             "Price": 50,
  6.             "Items": {
  7.             "Amount": 3,
  8.             "Quality": 0,
  9.             "ForceBlueprint": false,
  10.             "Blueprint": "Blueprint'/Game/Extinction/CoreBlueprints/Weapons/PrimalItem_WeaponEmptyCryopod.PrimalItem_WeaponEmptyCryopod'"
  11.             }
  12.         },
  13.         "Hair": {
  14.             "Type": "item",
  15.             "Description": "50x Human Hair",
  16.             "Price": 50,
  17.             "Items": {
  18.             "Amount": 50,
  19.             "Quality": 0,
  20.             "ForceBlueprint": false,
  21.             "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_Hair.PrimalItemResource_Hair'"
  22.             }
  23.         },
  24.         "Taming Food": {
  25.             "Type": "item",
  26.             "Description": "5x Extraordinary Kibble",
  27.             "Price": 50,
  28.             "Items": {
  29.             "Amount": 5,
  30.             "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/PrimalItemConsumable_Kibble_Base_Special.PrimalItemConsumable_Kibble_Base_Special'"
  31.             }
  32.         },
  33.         "Argy": {
  34.             "Type": "dino",
  35.             "Description": "Argentavis",
  36.             "Level": 180,
  37.             "Price": 150,
  38.             "Blueprint": "Blueprint'/Game/PrimalEarth/Dinos/Argentavis/Argent_Character_BP.Argent_Character_BP'"
  39.         },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement