Advertisement
Guest User

Untitled

a guest
Mar 3rd, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 22.28 KB | None | 0 0
  1. {  
  2.   "General":{  
  3.     "TimedPointsReward":{  
  4.       "Enabled":true,
  5.       "Interval":10,
  6.       "Groups":{  
  7.         "Default":{  
  8.           "Amount":10
  9.         },
  10.         "Suckers":{  
  11.           "Amount":20
  12.         },
  13.         "Donor":{  
  14.           "Amount":30
  15.         }
  16.       }
  17.     },
  18.     "ItemsPerPage":15,
  19.     "ShopDisplayTime":15.0,
  20.     "ShopTextSize":1.3,
  21.     "DbPathOverride":"D:/ArkShop.db",
  22.     "DefaultKit":""
  23.   },
  24.   "Kits":{  
  25.     "starter":{  
  26.       "DefaultAmount":1,
  27.       "Price":500,
  28.       "Description":"Starter kit. Raptor with saddle, armor, tools and food.",
  29.       "Items":[  
  30.         {  
  31.           "Amount":1,
  32.           "Quality":1,
  33.           "ForceBlueprint":false,
  34.           "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Saddles/PrimalItemArmor_RaptorSaddle.PrimalItemArmor_RaptorSaddle'"
  35.         },
  36.         {  
  37.           "Amount":1,
  38.           "Quality":1,
  39.           "ForceBlueprint":false,
  40.           "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponMetalPick.PrimalItem_WeaponMetalPick'"
  41.         },
  42.         {  
  43.           "Amount":1,
  44.           "Quality":1,
  45.           "ForceBlueprint":false,
  46.           "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponMetalHatchet.PrimalItem_WeaponMetalHatchet'"
  47.         },
  48.         {  
  49.           "Amount":1,
  50.           "Quality":1,
  51.           "ForceBlueprint":false,
  52.           "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Metal/PrimalItemArmor_MetalHelmet.PrimalItemArmor_MetalHelmet'"
  53.         },
  54.         {  
  55.           "Amount":1,
  56.           "Quality":1,
  57.           "ForceBlueprint":false,
  58.           "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Metal/PrimalItemArmor_MetalShirt.PrimalItemArmor_MetalShirt'"
  59.         },
  60.         {  
  61.           "Amount":1,
  62.           "Quality":1,
  63.           "ForceBlueprint":false,
  64.           "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Metal/PrimalItemArmor_MetalPants.PrimalItemArmor_MetalPants'"
  65.         },
  66.         {  
  67.           "Amount":1,
  68.           "Quality":1,
  69.           "ForceBlueprint":false,
  70.           "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Metal/PrimalItemArmor_MetalBoots.PrimalItemArmor_MetalBoots'"
  71.         },
  72.         {  
  73.           "Amount":1,
  74.           "Quality":1,
  75.           "ForceBlueprint":false,
  76.           "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Metal/PrimalItemArmor_MetalGloves.PrimalItemArmor_MetalGloves'"
  77.         },
  78.         {  
  79.           "Amount":50,
  80.           "Quality":0,
  81.           "ForceBlueprint":false,
  82.           "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/PrimalItemConsumable_CookedMeat.PrimalItemConsumable_CookedMeat'"
  83.         },
  84.         {  
  85.           "Amount":2,
  86.           "Quality":0,
  87.           "ForceBlueprint":false,
  88.           "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/PrimalItemConsumable_WaterskinRefill.PrimalItemConsumable_WaterskinRefill'"
  89.         }
  90.       ],
  91.       "Dinos":[  
  92.         {  
  93.           "Level":120,
  94.           "Neutered":true,
  95.           "Blueprint":"Blueprint'/Game/PrimalEarth/Dinos/Raptor/BionicRaptor_Character_BP.BionicRaptor_Character_BP'"
  96.         }
  97.       ]
  98.     },
  99.     "vip":{  
  100.       "DefaultAmount":1,
  101.       "Description":"Vip kit for Donors (Fabled Grifficorn)",
  102.       "Permissions":"Admins,Donor",
  103.       "Items":[  
  104.         {  
  105.           "Amount":1,
  106.           "Quality":1,
  107.           "ForceBlueprint":false,
  108.           "Blueprint":"Blueprint'/Game/Mods/Primal_Fear/Dinos/Fabled/Fabled_Grifficorn/PrimalItemArmor_FabledGrifficornSaddle.PrimalItemArmor_FabledGrifficornSaddle'"
  109.         }
  110.       ],
  111.       "Dinos":[  
  112.         {  
  113.           "Level":120,
  114.           "Neutered":true,
  115.           "Blueprint":"Blueprint'/Game/Mods/Primal_Fear/Dinos/Fabled/Fabled_Grifficorn/FabledGrifficorn_Character_BP.FabledGrifficorn_Character_BP'"
  116.         }
  117.       ]
  118.     }
  119.   },
  120.   "ShopItems":{  
  121.     "rElement":{  
  122.       "Type":"item",
  123.       "Description":"10 element",
  124.       "Price":250,
  125.       "Items":[  
  126.         {  
  127.           "Quality":0,
  128.           "ForceBlueprint":false,
  129.           "Amount":10,
  130.           "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_Element.PrimalItemResource_Element_C'"
  131.         }
  132.       ]
  133.     },
  134.     "rHoney":{  
  135.       "Type":"item",
  136.       "Description":"15 Giant Bee Honey",
  137.       "Price":100,
  138.       "Items":[  
  139.         {  
  140.           "Quality":0,
  141.           "ForceBlueprint":false,
  142.           "Amount":15,
  143.           "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/PrimalItemConsumable_Honey.PrimalItemConsumable_Honey'"
  144.         }
  145.       ]
  146.     },
  147.     "prFeatherElectric":{  
  148.       "Type":"item",
  149.       "Description":"1 Electric Feather",
  150.       "Price":60,
  151.       "Items":[  
  152.         {  
  153.           "Quality":0,
  154.           "ForceBlueprint":false,
  155.           "Amount":1,
  156.           "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/PrimalItemConsumable_Honey.PrimalItemConsumable_Honey'"
  157.         }
  158.       ]
  159.     },
  160.     "prFeatherFire":{  
  161.       "Type":"item",
  162.       "Description":"1 Fire Feather",
  163.       "Price":60,
  164.       "Items":[  
  165.         {  
  166.           "Quality":0,
  167.           "ForceBlueprint":false,
  168.           "Amount":1,
  169.           "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/PrimalItemConsumable_Honey.PrimalItemConsumable_Honey'"
  170.         }
  171.       ]
  172.     },
  173.     "prFeatherIce":{  
  174.       "Type":"item",
  175.       "Description":"1 Ice Feather",
  176.       "Price":60,
  177.       "Items":[  
  178.         {  
  179.           "Quality":0,
  180.           "ForceBlueprint":false,
  181.           "Amount":1,
  182.           "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/PrimalItemConsumable_Honey.PrimalItemConsumable_Honey'"
  183.         }
  184.       ]
  185.     },
  186.     "prFeatherCaustic":{  
  187.       "Type":"item",
  188.       "Description":"1 Caustic Feather",
  189.       "Price":60,
  190.       "Items":[  
  191.         {  
  192.           "Quality":0,
  193.           "ForceBlueprint":false,
  194.           "Amount":1,
  195.           "Blueprint":"Blueprint'/Game/Mods/Primal_Fear/Dinos/Elemental/Griffin/Feathers/PrimalItemResource_PoisonFeather.PrimalItemResource_PoisonFeather'"
  196.         }
  197.       ]
  198.     },
  199.     "prBloodToxic":{  
  200.       "Type":"item",
  201.       "Description":"1 Toxic Blood",
  202.       "Price":25,
  203.       "Items":[  
  204.         {  
  205.           "Quality":0,
  206.           "ForceBlueprint":false,
  207.           "Amount":1,
  208.           "Blueprint":"Blueprint'/Game/Mods/Primal_Fear/Resources/Blood/ToxicBlood/PrimalItemConsumable_ToxicBlood.PrimalItemConsumable_ToxicBlood'"
  209.         }
  210.       ]
  211.     },
  212.     "prBloodAlpha":{  
  213.       "Type":"item",
  214.       "Description":"1 Alpha Blood",
  215.       "Price":50,
  216.       "Items":[  
  217.         {  
  218.           "Quality":0,
  219.           "ForceBlueprint":false,
  220.           "Amount":1,
  221.           "Blueprint":"Blueprint'/Game/Mods/Primal_Fear/Resources/Blood/AlphaBlood/PrimalItemConsumable_AlphaBlood.PrimalItemConsumable_AlphaBlood'"
  222.         }
  223.       ]
  224.     },
  225.     "prBloodApex":{  
  226.       "Type":"item",
  227.       "Description":"1 Apex Blood",
  228.       "Price":100,
  229.       "Items":[  
  230.         {  
  231.           "Quality":0,
  232.           "ForceBlueprint":false,
  233.           "Amount":1,
  234.           "Blueprint":"Blueprint'/Game/Mods/Primal_Fear/Resources/Blood/ApexBlood/PrimalItemConsumable_ApexBlood.PrimalItemConsumable_ApexBlood'"
  235.         }
  236.       ]
  237.     },
  238.     "prBloodFabled":{  
  239.       "Type":"item",
  240.       "Description":"1 Fabled Blood",
  241.       "Price":125,
  242.       "Items":[  
  243.         {  
  244.           "Quality":0,
  245.           "ForceBlueprint":false,
  246.           "Amount":1,
  247.           "Blueprint":"Blueprint'/Game/Mods/Primal_Fear/Resources/Blood/FabledBlood/PrimalItemConsumable_FabledBlood.PrimalItemConsumable_FabledBlood'"
  248.         }
  249.       ]
  250.     },
  251.     "prBloodPrimal":{  
  252.       "Type":"item",
  253.       "Description":"1 Primal Blood",
  254.       "Price":150,
  255.       "Items":[  
  256.         {  
  257.           "Quality":0,
  258.           "ForceBlueprint":false,
  259.           "Amount":1,
  260.           "Blueprint":"Blueprint'/Game/Mods/Primal_Fear/Resources/Blood/PrimalBlood/PrimalItemConsumable_PrimalBlood.PrimalItemConsumable_PrimalBlood'"
  261.         }
  262.       ]
  263.     },
  264.     "prBloodOrigin":{  
  265.       "Type":"item",
  266.       "Description":"1 Origin Blood",
  267.       "Price":200,
  268.       "Items":[  
  269.         {  
  270.           "Quality":0,
  271.           "ForceBlueprint":false,
  272.           "Amount":1,
  273.           "Blueprint":"Blueprint'/Game/Mods/Primal_Fear/Resources/Blood/OriginBlood/PrimalItemConsumable_OriginBlood.PrimalItemConsumable_OriginBlood'"
  274.         }
  275.       ]
  276.     },
  277.     "prKibbleElemental":{  
  278.       "Type":"item",
  279.       "Description":"1 Elemental Kibble",
  280.       "Price":1500,
  281.       "Items":[  
  282.         {  
  283.           "Quality":0,
  284.           "ForceBlueprint":false,
  285.           "Amount":1,
  286.           "Blueprint":"Blueprint'/Game/Mods/Primal_Fear/Resources/Food/ElementalGriffin/PrimalItemConsumable_Kibble_Elemental.PrimalItemConsumable_Kibble_Elemental'"
  287.         }
  288.       ]
  289.     },
  290.     "prKibbleCelestial":{  
  291.       "Type":"item",
  292.       "Description":"1 Celestial Kibble",
  293.       "Price":2000,
  294.       "Items":[  
  295.         {  
  296.           "Quality":0,
  297.           "ForceBlueprint":false,
  298.           "Amount":1,
  299.           "Blueprint":"Blueprint'/Game/Mods/Primal_Fear/Resources/Food/Celestial_Kibble/PrimalItemConsumable_Kibble_Celestial.PrimalItemConsumable_Kibble_Celestial'"
  300.         }
  301.       ]
  302.     },
  303.     "prKibbleDemonic":{  
  304.       "Type":"item",
  305.       "Description":"1 Demonic Kibble",
  306.       "Price":2500,
  307.       "Items":[  
  308.         {  
  309.           "Quality":0,
  310.           "ForceBlueprint":false,
  311.           "Amount":1,
  312.           "Blueprint":"Blueprint'/Game/Mods/Primal_Fear/Resources/Food/Demonic_Kibble/PrimalItemConsumable_Kibble_Demonic.PrimalItemConsumable_Kibble_Demonic'"
  313.         }
  314.       ]
  315.     },
  316.     "XpPotion":{  
  317.       "Type":"item",
  318.       "Description":"1 Max Experience Potion",
  319.       "Price":1000,
  320.       "Items":[  
  321.         {  
  322.           "Quality":0,
  323.           "ForceBlueprint":false,
  324.           "Amount":1,
  325.           "Blueprint":"Blueprint'/Game/Mods/Primal_Fear/Weapons/Potions/XP/Max/PrimalItemConsumable_maxXP.PrimalItemConsumable_maxXP'"
  326.         }
  327.       ]
  328.     },
  329.     "rSoulOrigin":{  
  330.       "Type":"item",
  331.       "Description":"1 Origin Soul",
  332.       "Price":500,
  333.       "Items":[  
  334.         {  
  335.           "Quality":0,
  336.           "ForceBlueprint":false,
  337.           "Amount":1,
  338.           "Blueprint":"Blueprint'/Game/Mods/Primal_Fear/Resources/Souls/Origin/PrimalItemResource_OriginSoul.PrimalItemResource_OriginSoul'"
  339.         }
  340.       ]
  341.     },
  342.     "rSoulCelestial":{  
  343.       "Type":"item",
  344.       "Description":"1 Celestial Soul",
  345.       "Price":1000,
  346.       "Items":[  
  347.         {  
  348.           "Quality":0,
  349.           "ForceBlueprint":false,
  350.           "Amount":1,
  351.           "Blueprint":"Blueprint'/Game/Mods/Primal_Fear/Resources/Souls/Celestial/PrimalItemResource_CelestialSoul.PrimalItemResource_CelestialSoul'"
  352.         }
  353.       ]
  354.     },
  355.     "rSoulDemonic":{  
  356.       "Type":"item",
  357.       "Description":"1 Demonic Soul",
  358.       "Price":1250,
  359.       "Items":[  
  360.         {  
  361.           "Quality":0,
  362.           "ForceBlueprint":false,
  363.           "Amount":1,
  364.           "Blueprint":"Blueprint'/Game/Mods/Primal_Fear/Resources/Souls/Demonic/PrimalItemResource_DemonicSoul.PrimalItemResource_DemonicSoul'"
  365.         }
  366.       ]
  367.     },
  368.     "rSoulCreator":{  
  369.       "Type":"item",
  370.       "Description":"1 Creator Soul",
  371.       "Price":5000,
  372.       "Items":[  
  373.         {  
  374.           "Quality":0,
  375.           "ForceBlueprint":false,
  376.           "Amount":1,
  377.           "Blueprint":"Blueprint'/Game/Mods/Primal_Fear/Resources/Souls/Creator/PrimalItemResource_CreatorSoul.PrimalItemResource_CreatorSoul'"
  378.         }
  379.       ]
  380.     },
  381.     "OrbChaos":{  
  382.       "Type":"item",
  383.       "Description":"1 Chaos Taming Orb",
  384.       "Price":10000,
  385.       "Items":[  
  386.         {  
  387.           "Quality":0,
  388.           "ForceBlueprint":false,
  389.           "Amount":1,
  390.           "Blueprint":"Blueprint'/Game/Mods/Primal_Fear/Resources/Food/Chaos/PrimalItemConsumable_ChaosOrb.PrimalItemConsumable_ChaosOrb'"
  391.         }
  392.       ]
  393.     },
  394.     "OrbSpirit":{  
  395.       "Type":"item",
  396.       "Description":"1 Spirit taming Orb",
  397.       "Price":10000,
  398.       "Items":[  
  399.         {  
  400.           "Quality":0,
  401.           "ForceBlueprint":false,
  402.           "Amount":1,
  403.           "Blueprint":"Blueprint'/Game/Mods/Primal_Fear/Resources/Food/Spirit/PrimalItemConsumable_SpiritOrb.PrimalItemConsumable_SpiritOrb'"
  404.         }
  405.       ]
  406.     },
  407.   "bWooden":{  
  408.       "Type":"item",
  409.       "Description":"4x4 Wood Structure, Mortar & Pestle, Refining Forge",
  410.       "Price":10,
  411.       "Items":[  
  412.         {  
  413.           "Quality":0,
  414.           "ForceBlueprint":false,
  415.           "Amount":4,
  416.           "Blueprint":"Blueprint'/Game/Mods/StructuresPlusMod/Structures/Foundations/Square/Wood/PrimalItemStructure_Foundation_Wood.PrimalItemStructure_Foundation_Wood'"
  417.         },
  418.         {  
  419.           "Quality":0,
  420.           "ForceBlueprint":false,
  421.           "Amount":7,
  422.           "Blueprint":"Blueprint'/Game/Mods/StructuresPlusMod/Structures/Walls/Wood/PrimalItemStructure_Wall_Wood.PrimalItemStructure_Wall_Wood'"
  423.         },
  424.         {  
  425.           "Quality":0,
  426.           "ForceBlueprint":false,
  427.           "Amount":1,
  428.           "Blueprint":"Blueprint'/Game/Mods/StructuresPlusMod/Structures/Doorframes/Wood/PrimalItemStructure_Doorframe_Wood.PrimalItemStructure_Doorframe_Wood'"
  429.         },
  430.         {  
  431.           "Quality":0,
  432.           "ForceBlueprint":false,
  433.           "Amount":1,
  434.           "Blueprint":"Blueprint'/Game/Mods/StructuresPlusMod/Doors/Doors/Wood/PrimalItemStructure_Door_Wood.PrimalItemStructure_Door_Wood'"
  435.         },
  436.         {  
  437.           "Quality":0,
  438.           "ForceBlueprint":false,
  439.           "Amount":4,
  440.           "Blueprint":"Blueprint'/Game/Mods/StructuresPlusMod/Structures/Ceilings/Square/Wood/PrimalItemStructure_Ceiling_Wood.PrimalItemStructure_Ceiling_Wood'"
  441.         },
  442.         {  
  443.           "Quality":0,
  444.           "ForceBlueprint":false,
  445.           "Amount":1,
  446.           "Blueprint":"Blueprint'/Game/Mods/StructuresPlusMod/Structures/Ramps/Wood/PrimalItemStructure_Ramp_Wood.PrimalItemStructure_Ramp_Wood'"
  447.         },
  448.         {  
  449.           "Quality":0,
  450.           "ForceBlueprint":false,
  451.           "Amount":100,
  452.           "Blueprint":"Blueprint'/Game/Mods/StructuresPlusMod/Crafting/MortarPestle/PrimalItemStructure_MortarPestlePlus.PrimalItemStructure_MortarPestlePlus'"
  453.         },
  454.         {  
  455.           "Quality":0,
  456.           "ForceBlueprint":false,
  457.           "Amount":100,
  458.           "Blueprint":"Blueprint'/Game/Mods/StructuresPlusMod/Crafting/RefiningForge/PrimalItemStructure_ForgePlus.PrimalItemStructure_ForgePlus'"
  459.         }
  460.       ]
  461.     },
  462.     "twTools":{  
  463.       "Type":"item",
  464.       "Description":"Tools (Metal Hatchet, Metal Pick)",
  465.       "Price":20,
  466.       "Items":[  
  467.         {  
  468.           "Quality":1,
  469.           "ForceBlueprint":false,
  470.           "Amount":1,
  471.           "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponMetalHatchet.PrimalItem_WeaponMetalHatchet'"
  472.         },
  473.         {  
  474.           "Quality":1,
  475.           "ForceBlueprint":false,
  476.           "Amount":1,
  477.           "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponMetalPick.PrimalItem_WeaponMetalPick'"
  478.         }
  479.       ]
  480.     },
  481.     "twCompoundBow":{  
  482.       "Type":"item",
  483.       "Description":"Primal Compound Bow",
  484.       "Price":60,
  485.       "Items":[  
  486.         {  
  487.           "Quality":1,
  488.           "ForceBlueprint":false,
  489.           "Amount":1,
  490.           "Blueprint":"Blueprint'/Game/Mods/Primal_Fear/Weapons/Primal_CompBow/PrimalItem_WeaponPrimalCompoundBow.PrimalItem_WeaponPrimalCompoundBow'"
  491.         }
  492.       ]
  493.     },
  494.     "twCompoundTranqArrow":{  
  495.       "Type":"item",
  496.       "Description":"Potent Tranq Arrow",
  497.       "Price":10,
  498.       "Items":[  
  499.         {  
  500.           "Quality":1,
  501.           "ForceBlueprint":false,
  502.           "Amount":1,
  503.           "Blueprint":"Blueprint'/Game/Mods/Primal_Fear/Weapons/Primal_CompBow/Ammo/Tranq/Potent/PrimalItemAmmo_PotentPrimalCompoundBowArrow.PrimalItemAmmo_PotentPrimalCompoundBowArrow'"
  504.         }
  505.       ]
  506.     },
  507.     "twCompoundArrow":{  
  508.       "Type":"item",
  509.       "Description":"Simple rifle ammo",
  510.       "Price":10,
  511.       "Items":[  
  512.         {  
  513.           "Quality":1,
  514.           "ForceBlueprint":false,
  515.           "Amount":1,
  516.           "Blueprint":"Blueprint'/Game/Mods/Primal_Fear/Weapons/Primal_CompBow/Ammo/PrimalMetalArrow/PrimalItemAmmo_PrimalCompoundBowArrow.PrimalItemAmmo_PrimalCompoundBowArrow'"
  517.         }
  518.       ]
  519.     },
  520.     "skinseaster":{  
  521.       "Type":"item",
  522.       "Description":"Easter Skin Set",
  523.       "Price":50,
  524.       "Items":[          
  525.         {  
  526.           "Quality":0,
  527.           "ForceBlueprint":false,
  528.           "Amount":1,
  529.           "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Skin/PrimalItemSkin_EasterChick.PrimalItemSkin_EasterChick'"
  530.         },
  531.         {  
  532.           "Quality":0,
  533.           "ForceBlueprint":false,
  534.           "Amount":1,
  535.           "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Skin/PrimalItemSkin_EasterEggHat.PrimalItemSkin_EasterEggHat'"
  536.         }
  537.       ]
  538.     },
  539.     "skinsmanticore":{  
  540.       "Type":"item",
  541.       "Description":"Manticore armor and weapon Skin Set",
  542.       "Price":150,
  543.       "Items":[  
  544.         {  
  545.           "Quality":0,
  546.           "ForceBlueprint":false,
  547.           "Amount":1,
  548.           "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Skin/PrimalItemSkin_ManticoreHelmet.PrimalItemSkin_ManticoreHelmet'"
  549.         },
  550.         {  
  551.           "Quality":0,
  552.           "ForceBlueprint":false,
  553.           "Amount":1,
  554.           "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Skin/PrimalItemSkin_ManticoreShirt.PrimalItemSkin_ManticoreShirt'"
  555.         },
  556.         {  
  557.           "Quality":0,
  558.           "ForceBlueprint":false,
  559.           "Amount":1,
  560.           "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Skin/PrimalItemSkin_ManticorePants.PrimalItemSkin_ManticorePants'"
  561.         },
  562.         {  
  563.           "Quality":0,
  564.           "ForceBlueprint":false,
  565.           "Amount":1,
  566.           "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Skin/PrimalItemSkin_ManticoreBoots.PrimalItemSkin_ManticoreBoots'"
  567.         },
  568.         {  
  569.           "Quality":0,
  570.           "ForceBlueprint":false,
  571.           "Amount":1,
  572.           "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Skin/PrimalItemSkin_ManticoreGloves.PrimalItemSkin_ManticoreGloves'"
  573.         },
  574.         {  
  575.           "Quality":0,
  576.           "ForceBlueprint":false,
  577.           "Amount":1,
  578.           "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Skin/PrimalItemSkin_ManticoreShield.PrimalItemSkin_ManticoreShield'"
  579.         },
  580.         {  
  581.           "Quality":0,
  582.           "ForceBlueprint":false,
  583.           "Amount":1,
  584.           "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Leather/PrimalItemSkin_ScorchedSpear.PrimalItemSkin_ScorchedSpear'"
  585.         },
  586.         {  
  587.           "Quality":0,
  588.           "ForceBlueprint":false,
  589.           "Amount":1,
  590.           "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Leather/PrimalItemSkin_ScorchedSword.PrimalItemSkin_ScorchedSword'"
  591.         },
  592.         {  
  593.           "Quality":0,
  594.           "ForceBlueprint":false,
  595.           "Amount":1,
  596.           "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Leather/PrimalItemSkin_TorchScorched.PrimalItemSkin_TorchScorched'"
  597.         }
  598.       ]
  599.     }
  600.   },
  601.   "Messages":{  
  602.     "Sender":"Invictus",
  603.     "BoughtItem":"<RichColor Color=\"0, 1, 0, 1\">You have successfully bought item</>",
  604.     "BoughtDino":"<RichColor Color=\"0, 1, 0, 1\">You have successfully bought dino</>",
  605.     "BoughtBeacon":"<RichColor Color=\"0, 1, 0, 1\">You have successfully bought beacon</>",
  606.     "BoughtExp":"<RichColor Color=\"0, 1, 0, 1\">You have successfully bought experience</>",
  607.     "ReceivedPoints":"<RichColor Color=\"1, 1, 0, 1\">You have received {0} points! (total: {1})</>",
  608.     "HavePoints":"You have {0} points",
  609.     "NoPoints":"<RichColor Color=\"1, 0, 0, 1\">You don't have enough points</>",
  610.     "WrongId":"<RichColor Color=\"1, 0, 0, 1\">Wrong id</>",
  611.     "NoPermissionsKit":"<RichColor Color=\"1, 0, 0, 1\">You don't have permission to use this kit</>",
  612.     "CantBuyKit":"<RichColor Color=\"1, 0, 0, 1\">You can't buy this kit</>",
  613.     "BoughtKit":"<RichColor Color=\"0, 1, 0, 1\">You have successfully bought {0} kit</>",
  614.     "AvailableKits":"Available kits for you:",
  615.     "NoKits":"No available kits",
  616.     "KitsLeft":"You have {0} {1} kits left",
  617.     "NoKitsLeft":"You don't have {0} kits left",
  618.     "CantGivePoints":"<RichColor Color=\"1, 0, 0, 1\">You can't give points to yourself</>",
  619.     "RidingDino":"<RichColor Color=\"1, 0, 0, 1\">You can't buy this item while riding a dino</>",
  620.     "SentPoints":"<RichColor Color=\"0, 1, 0, 1\">You have successfully sent {0} points to {1}</>",
  621.     "GotPoints":"You have received {0} points from {1}",
  622.     "NoPlayer":"<RichColor Color=\"1, 0, 0, 1\">Player doesn't exist</>",
  623.     "FoundMorePlayers":"<RichColor Color=\"1, 0, 0, 1\">Found more than one player with the given name</>",
  624.     "BuyUsage":"Usage: /buy id amount",
  625.     "ShopUsage":"Usage: /shop page",
  626.     "KitUsage":"Usage: /kit KitName",
  627.     "BuyKitUsage":"Usage: /BuyKit KitName amount",
  628.     "TradeUsage":"Usage: /trade 'Player Name' amount",
  629.     "PointsCmd":"/points",
  630.     "TradeCmd":"/trade",
  631.     "BuyCmd":"/buy",
  632.     "ShopCmd":"/shop",
  633.     "KitCmd":"/kit",
  634.     "BuyKitCmd":"/buykit",
  635.     "SellCmd":"/sell",
  636.     "ShopSellCmd":"/shopsell",
  637.     "SellUsage":"Usage: /sell id amount",
  638.     "NotEnoughItems":"<RichColor Color=\"1, 0, 0, 1\">You don't have enough items ({0}/{1})</>",
  639.     "SoldItems":"<RichColor Color=\"0, 1, 0, 1\">You have successfully sold items</>",
  640.     "BadLevel":"<RichColor Color=\"1, 0, 0, 1\">Required level: {0} - {1}</>",
  641.     "KitsListPrice":"Price: {0}",
  642.     "KitsListFormat":"\"{0}\" - {1}. {2} left. {3}\n",
  643.     "StoreListDino":"{0}) {1}. Level: {2}. Id: {3}. Price: {4}\n",
  644.     "StoreListItem":"{0}) {1}. Id: {2}. Price: {3}\n",
  645.     "StoreListFormat":"{0}",
  646.     "OnlyOnSpawnKit":"This kit can be used only on spawn",
  647.     "HelpCmd":"/shophelp",
  648.     "ShopMessage":"Usage: /buy id amount",
  649.     "HelpMessage":"This is shop help message"
  650.   }
  651. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement