| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120 |
- {
- "ingots100": {
- "Type": "item",
- "Description": "Metal Ingot (100x)",
- "Price": 15,
- "Items": [
- {
- "Quality": 0,
- "ForceBlueprint": false,
- "Amount": 100,
- "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_MetalIngot.PrimalItemResource_MetalIngot'"
- }
- ]
- },
- "tools": {
- "Type": "item",
- "Description": "Tools (Metal Hatchet, Metal Pick)",
- "Price": 5,
- "Items": [
- {
- "Quality": 0,
- "ForceBlueprint": false,
- "Amount": 1,
- "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponMetalHatchet.PrimalItem_WeaponMetalHatchet'"
- },
- {
- "Quality": 0,
- "ForceBlueprint": false,
- "Amount": 1,
- "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponMetalPick.PrimalItem_WeaponMetalPick'"
- }
- ]
- },
- "para": {
- "Type": "dino",
- "Description": "Parasaurolophus",
- "Level": 10,
- "Price": 20,
- "MinLevel": 10,
- "MaxLevel": 15,
- "Blueprint": "Blueprint'/Game/PrimalEarth/Dinos/Para/Para_Character_BP.Para_Character_BP'"
- },
- "carno": {
- "Type": "dino",
- "Description": "Male Carnotaurus",
- "Level": 15,
- "Price": 50,
- "Neutered": true,
- "Gender": "male",
- //Give male dino
- "SaddleBlueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Saddles/PrimalItemArmor_CarnoSaddle.PrimalItemArmor_CarnoSaddle'",
- "Blueprint": "Blueprint'/Game/PrimalEarth/Dinos/Carno/Carno_Character_BP.Carno_Character_BP'"
- },
- "carno2": {
- "Type": "dino",
- "Description": "Female Carnotaurus",
- "Level": 15,
- "Price": 50,
- "Neutered": true,
- "Gender": "female",
- //Give female dino
- "SaddleBlueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Saddles/PrimalItemArmor_CarnoSaddle.PrimalItemArmor_CarnoSaddle'",
- "Blueprint": "Blueprint'/Game/PrimalEarth/Dinos/Carno/Carno_Character_BP.Carno_Character_BP'"
- },
- "carno3": {
- "Type": "dino",
- "Description": "Random Gender Carnotaurus",
- "Level": 15,
- "Price": 50,
- "Neutered": true,
- "Gender": "random",
- //Give random gender dino (this can be removed to also produce a random gender)
- "SaddleBlueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Saddles/PrimalItemArmor_CarnoSaddle.PrimalItemArmor_CarnoSaddle'",
- "Blueprint": "Blueprint'/Game/PrimalEarth/Dinos/Carno/Carno_Character_BP.Carno_Character_BP'"
- },
- "crate25": {
- "Type": "beacon",
- "Description": "SupplyCrate Lvl 25",
- "Price": 100,
- "ClassName": "SupplyCrate_Level25_Double_C"
- },
- "crate2": {
- "Type": "beacon",
- "Description": "Artifact Crate 2",
- "Price": 100,
- "ClassName": "ArtifactCrate_2_C"
- },
- "exp1000": {
- "Type": "experience",
- "Description": "1000 points of experience",
- "GiveToDino": false,
- "Price": 55,
- "Amount": 1000.0
- },
- "tekengram": {
- "Type": "unlockengram",
- "Description": "Engram TEK Boots & Gloves",
- "Price": 20,
- "Items": [
- {
- "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/TEK/PrimalItemArmor_TekBoots.PrimalItemArmor_TekBoots'"
- },
- {
- "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/TEK/PrimalItemArmor_TekGloves.PrimalItemArmor_TekGloves'"
- }
- ]
- },
- "allengrams": {
- "Type": "command",
- "Description": "All engrams",
- "Price": 1000,
- "Items": [
- {
- "Command": "GiveEngrams",
- "DisplayAs": "Gives you all engram unlocks"
- //Only used in the Shop UI to display instead of the command itself
- }
- ]
- }
- }
|