|
|
@@ -0,0 +1,3839 @@
|
|
|
+{
|
|
|
+ "Mysql": {
|
|
|
+ "UseMysql": false,
|
|
|
+ "MysqlHost": "localhost",
|
|
|
+ "MysqlUser": "apitest",
|
|
|
+ "MysqlPass": "12345",
|
|
|
+ "MysqlDB": "apitest",
|
|
|
+ "MysqlPort": 3306
|
|
|
+ },
|
|
|
+ "General": {
|
|
|
+ "Discord": {
|
|
|
+ "Enabled": false,
|
|
|
+ "SenderName": "ArkShop",
|
|
|
+ "URL": ""
|
|
|
+ },
|
|
|
+ "TimedPointsReward": {
|
|
|
+ "Enabled": true,
|
|
|
+ "Interval": 5,
|
|
|
+ "StackRewards": false,
|
|
|
+ "Groups": {
|
|
|
+ "Premiums": {
|
|
|
+ "Amount": 15
|
|
|
+ },
|
|
|
+ "Default": {
|
|
|
+ "Amount": 10
|
|
|
+ },
|
|
|
+ "SVIP1": {
|
|
|
+ "Amount": 2500
|
|
|
+ },
|
|
|
+ "SVIP2": {
|
|
|
+ "Amount": 5000
|
|
|
+ },
|
|
|
+ "SVIP3": {
|
|
|
+ "Amount": 10000
|
|
|
+ },
|
|
|
+ "VIP1": {
|
|
|
+ "Amount": 20
|
|
|
+ },
|
|
|
+ "VIP2": {
|
|
|
+ "Amount": 50
|
|
|
+ },
|
|
|
+ "VIP3": {
|
|
|
+ "Amount": 100
|
|
|
+ },
|
|
|
+ "VIP4": {
|
|
|
+ "Amount": 200
|
|
|
+ },
|
|
|
+ "VIP5": {
|
|
|
+ "Amount": 400
|
|
|
+ },
|
|
|
+ "VIP6": {
|
|
|
+ "Amount": 800
|
|
|
+ },
|
|
|
+ "VIP7": {
|
|
|
+ "Amount": 1000
|
|
|
+ },
|
|
|
+ "VIP8": {
|
|
|
+ "Amount": 1500
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "ItemsPerPage": 15,
|
|
|
+ "ShopDisplayTime": 15.0,
|
|
|
+ "ShopTextSize": 1.3,
|
|
|
+ "DbPathOverride": "C:ArkShop.db",
|
|
|
+ "DefaultKit": "F002",
|
|
|
+ "GiveDinosInCryopods": false,
|
|
|
+ "UseSoulTraps": false,
|
|
|
+ "CryoLimitedTime": false
|
|
|
+ },
|
|
|
+ "Kits": {
|
|
|
+ "A1": {
|
|
|
+ "DefaultAmount": 5,
|
|
|
+ "Price": 90,
|
|
|
+ "Description": "狮鹫225级",
|
|
|
+ "Dinos": [
|
|
|
+ {
|
|
|
+ "Level": 225,
|
|
|
+ "Neutered": false,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/Dinos/Griffin/Griffin_Character_BP.Griffin_Character_BP'"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "A2": {
|
|
|
+ "DefaultAmount": 1,
|
|
|
+ "Description": "VIP1礼包(翼龙)",
|
|
|
+ "Permissions": "Admins,VIP1",
|
|
|
+ "Dinos": [
|
|
|
+ {
|
|
|
+ "Level": 20,
|
|
|
+ "Neutered": true,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/Dinos/Ptero/Ptero_Character_BP.Ptero_Character_BP'"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "A3": {
|
|
|
+ "DefaultAmount": 10,
|
|
|
+ "Price": 0,
|
|
|
+ "Description": "工具礼包",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Quality": 2,
|
|
|
+ "Amount": 1,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponMetalPick.PrimalItem_WeaponMetalPick'"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Quality": 2,
|
|
|
+ "Amount": 1,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponMetalHatchet.PrimalItem_WeaponMetalHatchet'"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Quality": 2,
|
|
|
+ "Amount": 1,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponOneShotRifle.PrimalItem_WeaponOneShotRifle'"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Quality": 2,
|
|
|
+ "Amount": 20,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItemAmmo_TranqDart.PrimalItemAmmo_TranqDart'"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Quality": 2,
|
|
|
+ "Amount": 1,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponSickle.PrimalItem_WeaponSickle'"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Quality": 2,
|
|
|
+ "Amount": 1,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/Test/PrimalItem_WeaponSpyglass.PrimalItem_WeaponSpyglass'"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Quality": 2,
|
|
|
+ "Amount": 1,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponOneShotRifle.PrimalItem_WeaponOneShotRifle'"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Quality": 0,
|
|
|
+ "Amount": 1,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponSword.PrimalItem_WeaponSword'"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "A4": {
|
|
|
+ "DefaultAmount": 2,
|
|
|
+ "Price": 0,
|
|
|
+ "Description": "建筑礼包",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Quality": 0,
|
|
|
+ "Amount": 2,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Structures/Pipes/PrimalItemStructure_PowerGenerator.PrimalItemStructure_PowerGenerator'"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Quality": 0,
|
|
|
+ "Amount": 1000,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_Gasoline.PrimalItemResource_Gasoline'"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Quality": 0,
|
|
|
+ "Amount": 50,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Structures/Pipes/PrimalItemStructure_PowerCableIntersection.PrimalItemStructure_PowerCableIntersection'"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Quality": 0,
|
|
|
+ "Amount": 20,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Structures/Pipes/PrimalItemStructure_PowerOutlet.PrimalItemStructure_PowerOutlet'"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Quality": 0,
|
|
|
+ "Amount": 30,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Structures/Misc/PrimalItemStructure_HeavyTurret.PrimalItemStructure_HeavyTurret'"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Quality": 0,
|
|
|
+ "Amount": 1000,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItemAmmo_AdvancedRifleBullet.PrimalItemAmmo_AdvancedRifleBullet'"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Quality": 0,
|
|
|
+ "Amount": 1000,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItemAmmo_AdvancedRifleBullet.PrimalItemAmmo_AdvancedRifleBullet'"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Quality": 0,
|
|
|
+ "Amount": 1000,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItemAmmo_AdvancedRifleBullet.PrimalItemAmmo_AdvancedRifleBullet'"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Quality": 0,
|
|
|
+ "Amount": 1000,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItemAmmo_AdvancedRifleBullet.PrimalItemAmmo_AdvancedRifleBullet'"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Quality": 0,
|
|
|
+ "Amount": 1000,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItemAmmo_AdvancedRifleBullet.PrimalItemAmmo_AdvancedRifleBullet'"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Quality": 0,
|
|
|
+ "Amount": 1000,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItemAmmo_AdvancedRifleBullet.PrimalItemAmmo_AdvancedRifleBullet'"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Quality": 0,
|
|
|
+ "Amount": 30,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Structures/Metal/PrimalItemStructure_MetalCeiling.PrimalItemStructure_MetalCeiling'"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Quality": 0,
|
|
|
+ "Amount": 30,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Structures/Metal/PrimalItemStructure_MetalFloor.PrimalItemStructure_MetalFloor'"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Quality": 0,
|
|
|
+ "Amount": 30,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Structures/Metal/PrimalItemStructure_MetalPillar.PrimalItemStructure_MetalPillar'"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Quality": 0,
|
|
|
+ "Amount": 30,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Structures/Metal/PrimalItemStructure_MetalRamp.PrimalItemStructure_MetalRamp'"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Quality": 0,
|
|
|
+ "Amount": 30,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Structures/Metal/PrimalItemStructure_MetalWall.PrimalItemStructure_MetalWall'"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Quality": 0,
|
|
|
+ "Amount": 10,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Structures/Metal/PrimalItemStructure_MetalWallWithDoor.PrimalItemStructure_MetalWallWithDoor'"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Quality": 0,
|
|
|
+ "Amount": 10,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Structures/Misc/PrimalItemStructure_StorageBox_Huge.PrimalItemStructure_StorageBox_Huge'"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Quality": 0,
|
|
|
+ "Amount": 1,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Structures/Misc/PrimalItemStructure_IndustrialForge.PrimalItemStructure_IndustrialForge'"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Quality": 0,
|
|
|
+ "Amount": 1,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Structures/Misc/PrimalItemStructure_ChemBench.PrimalItemStructure_ChemBench'"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Quality": 0,
|
|
|
+ "Amount": 1,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Structures/Misc/PrimalItemStructure_Fabricator.PrimalItemStructure_Fabricator'"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Quality": 0,
|
|
|
+ "Amount": 1,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Structures/Misc/PrimalItemStructure_Bed_Modern.PrimalItemStructure_Bed_Modern'"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "A5": {
|
|
|
+ "DefaultAmount": 3,
|
|
|
+ "Price": 1000,
|
|
|
+ "Description": "铁甲礼包",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Quality": 3,
|
|
|
+ "Amount": 1,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Metal/PrimalItemArmor_MetalPants.PrimalItemArmor_MetalPants'"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Quality": 3,
|
|
|
+ "Amount": 1,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Metal/PrimalItemArmor_MetalShirt.PrimalItemArmor_MetalShirt'"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Quality": 3,
|
|
|
+ "Amount": 1,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Metal/PrimalItemArmor_MetalHelmet.PrimalItemArmor_MetalHelmet'"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Quality": 3,
|
|
|
+ "Amount": 1,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Metal/PrimalItemArmor_MetalBoots.PrimalItemArmor_MetalBoots'"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Quality": 3,
|
|
|
+ "Amount": 1,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Metal/PrimalItemArmor_MetalGloves.PrimalItemArmor_MetalGloves'"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "F001": {
|
|
|
+ "DefaultAmount": 1000,
|
|
|
+ "Description": "山海经礼包",
|
|
|
+ "Dinos": [
|
|
|
+ {
|
|
|
+ "Blueprint": "Blueprint'/Game/Mods/SHJTXD/Dino/Dao/danJH_BP.danJH_BP'",
|
|
|
+ "Level": 225
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/Mods/AwesomeSpyGlass/PrimalItem_AwesomeSpyGlass.PrimalItem_AwesomeSpyGlass'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/Mods/PVPzhaozi/Item/feixingbao/PrimalItem_Fly_weiyi.PrimalItem_Fly_weiyi'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/Mods/PVPzhaozi/Item/Mubei/PrimalItem_mubei_weiyi.PrimalItem_mubei_weiyi'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/Mods/test/CSQ/PrimalItemStructure_Ykq.PrimalItemStructure_Ykq'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Amount": 10,
|
|
|
+ "Blueprint": "Blueprint'/Game/Mods/test/CSQ/PrimalItemStructure_Csqdz.PrimalItemStructure_Csqdz'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 10000
|
|
|
+ },
|
|
|
+ "F002": {
|
|
|
+ "DefaultAmount": 1000,
|
|
|
+ "Description": "复活礼包(复活可以自动获得)",
|
|
|
+ "Dinos": [
|
|
|
+ {
|
|
|
+ "Blueprint": "Blueprint'/Game/Mods/SHJTXD/Dino/Dao/danJH_BP.danJH_BP'",
|
|
|
+ "Level": 225
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/Mods/AwesomeSpyGlass/PrimalItem_AwesomeSpyGlass.PrimalItem_AwesomeSpyGlass'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/Mods/PVPzhaozi/Item/feixingbao/PrimalItem_Fly_weiyi.PrimalItem_Fly_weiyi'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/Mods/PVPzhaozi/Item/Mubei/PrimalItem_mubei_weiyi.PrimalItem_mubei_weiyi'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/Mods/test/CSQ/PrimalItemStructure_Ykq.PrimalItemStructure_Ykq'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Amount": 10,
|
|
|
+ "Blueprint": "Blueprint'/Game/Mods/test/CSQ/PrimalItemStructure_Csqdz.PrimalItemStructure_Csqdz'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 10000
|
|
|
+ },
|
|
|
+ "L001": {
|
|
|
+ "DefaultAmount": 1,
|
|
|
+ "Description": "新手礼包",
|
|
|
+ "Dinos": [
|
|
|
+ {
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/Dinos/Griffin/Griffin_Character_BP.Griffin_Character_BP'",
|
|
|
+ "Level": 225
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/Dinos/Therizinosaurus/Therizino_Character_BP.Therizino_Character_BP'",
|
|
|
+ "Level": 225
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/Dinos/Ankylo/Ankylo_Character_BP.Ankylo_Character_BP'",
|
|
|
+ "Level": 225
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/Dinos/Doedicurus/Doed_Character_BP.Doed_Character_BP",
|
|
|
+ "Level": 225
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 8.0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 8.0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponSickle.PrimalItem_WeaponSickle",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 8.0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Saddles/PrimalItemArmor_TherizinosaurusSaddle.PrimalItemArmor_TherizinosaurusSaddle'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 7.0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Saddles/PrimalItemArmor_AnkyloSaddle.PrimalItemArmor_AnkyloSaddle'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 7.0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Saddles/PrimalItemArmor_DoedSaddle.PrimalItemArmor_DoedSaddle'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 7.0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Amount": 10,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Saddles/PrimalItemArmor_DoedSaddle.PrimalItemArmor_DoedSaddle'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 7.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 100000
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "ShopItems": {
|
|
|
+ "A005": {
|
|
|
+ "Description": "石头一组",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_Stone.PrimalItemResource_Stone'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 100,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A006": {
|
|
|
+ "Description": "木头1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_Wood.PrimalItemResource_Wood'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 100,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A007": {
|
|
|
+ "Description": "茅草1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_Thatch.PrimalItemResource_Thatch'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 100,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A008": {
|
|
|
+ "Description": "纤维1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_Fibers.PrimalItemResource_Fibers'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 100,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A009": {
|
|
|
+ "Description": "水晶1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_Crystal.PrimalItemResource_Crystal'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 400,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A010": {
|
|
|
+ "Description": "燧石1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_Flint.PrimalItemResource_Flint'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 100,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A011": {
|
|
|
+ "Description": "金属1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_Metal.PrimalItemResource_Metal'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 200,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A012": {
|
|
|
+ "Description": "甲壳素1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_Chitin.PrimalItemResource_Chitin'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 200,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A013": {
|
|
|
+ "Description": "角质1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_Keratin.PrimalItemResource_Keratin'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 200,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A014": {
|
|
|
+ "Description": "黑曜石1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_Obsidian.PrimalItemResource_Obsidian'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 400,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A015": {
|
|
|
+ "Description": "有机聚合物1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_Polymer_Organic.PrimalItemResource_Polymer_Organic'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 300,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A016": {
|
|
|
+ "Description": "腐化瘤1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/Extinction/CoreBlueprints/Resources/PrimalItemResource_CorruptedPolymer.PrimalItemResource_CorruptedPolymer'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 300,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A017": {
|
|
|
+ "Description": "金属锭1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_MetalIngot.PrimalItemResource_MetalIngot'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 400,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A018": {
|
|
|
+ "Description": "水泥1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_ChitinPaste.PrimalItemResource_ChitinPaste'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 400,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A019": {
|
|
|
+ "Description": "玛瑙螺分泌物1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_ChitinPaste.PrimalItemResource_ChitinPaste'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 400,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A020": {
|
|
|
+ "Description": "聚合物1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_Polymer.PrimalItemResource_Polymer'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 400,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A021": {
|
|
|
+ "Description": "含硅珍珠1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_Silicon.PrimalItemResource_Silicon'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A022": {
|
|
|
+ "Description": "火药1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_Gunpowder.PrimalItemResource_Gunpowder'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 600,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A023": {
|
|
|
+ "Description": "煤炭1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_Charcoal.PrimalItemResource_Charcoal'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 200,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A024": {
|
|
|
+ "Description": "电路元件1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_Electronics.PrimalItemResource_Electronics'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A025": {
|
|
|
+ "Description": "引火粉1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_Sparkpowder.PrimalItemResource_Sparkpowder'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 200,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A026": {
|
|
|
+ "Description": "黏土1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/ScorchedEarth/CoreBlueprints/Resources/PrimalItemResource_Clay.PrimalItemResource_Clay'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 200,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A027": {
|
|
|
+ "Description": "油1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_Oil.PrimalItemResource_Oil'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 250,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A028": {
|
|
|
+ "Description": "蚕丝1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/ScorchedEarth/CoreBlueprints/Resources/PrimalItemResource_Silk.PrimalItemResource_Silk'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 350,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A029": {
|
|
|
+ "Description": "红宝石1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/Aberration/CoreBlueprints/Resources/PrimalItemResource_Gem_Element.PrimalItemResource_Gem_Element'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A030": {
|
|
|
+ "Description": "蓝宝石1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/Aberration/CoreBlueprints/Resources/PrimalItemResource_Gem_BioLum.PrimalItemResource_Gem_BioLum'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A031": {
|
|
|
+ "Description": "绿宝石1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/Aberration/CoreBlueprints/Resources/PrimalItemResource_Gem_Fertile.PrimalItemResource_Gem_Fertile'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A032": {
|
|
|
+ "Description": "黑珍珠1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_BlackPearl.PrimalItemResource_BlackPearl_C'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 700,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A033": {
|
|
|
+ "Description": "稀有花朵1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_RareFlower.PrimalItemResource_RareFlower'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A034": {
|
|
|
+ "Description": "稀有蘑菇1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_RareMushroom.PrimalItemResource_RareMushroom'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A035": {
|
|
|
+ "Description": "树脂1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_Sap.PrimalItemResource_Sap'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 750,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A036": {
|
|
|
+ "Description": "硫磺1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/ScorchedEarth/CoreBlueprints/Resources/PrimalItemResource_Sulfur.PrimalItemResource_Sulfur'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A037": {
|
|
|
+ "Description": "仙人掌汁1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/ScorchedEarth/CoreBlueprints/Consumables/PrimalItemConsumable_CactusSap.PrimalItemConsumable_CactusSap'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A038": {
|
|
|
+ "Description": "冷凝的瓦斯球1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/Aberration/CoreBlueprints/Resources/PrimalItemResource_Gas.PrimalItemResource_Gas'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A039": {
|
|
|
+ "Description": "生物毒素1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/PrimalItemConsumable_JellyVenom.PrimalItemConsumable_JellyVenom'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A040": {
|
|
|
+ "Description": "菊石粘液1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_AmmoniteBlood.PrimalItemResource_AmmoniteBlood'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A041": {
|
|
|
+ "Description": "汽油1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_Gasoline.PrimalItemResource_Gasoline'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 350,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A042": {
|
|
|
+ "Description": "吸附剂1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_SubstrateAbsorbent.PrimalItemResource_SubstrateAbsorbent'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A043": {
|
|
|
+ "Description": "燃烧剂1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/ScorchedEarth/CoreBlueprints/Resources/PrimalItemResource_Propellant.PrimalItemResource_Propellant'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A044": {
|
|
|
+ "Description": "鮟鱇鱼油1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_AnglerGel.PrimalItemResource_AnglerGel'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A045": {
|
|
|
+ "Description": "防腐盐1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/ScorchedEarth/CoreBlueprints/Resources/PrimalItemResource_PreservingSalt.PrimalItemResource_PreservingSalt'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A046": {
|
|
|
+ "Description": "元素粉尘1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/Extinction/CoreBlueprints/Resources/PrimalItemResource_ElementDust.PrimalItemResource_ElementDust'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 20,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A047": {
|
|
|
+ "Description": "元素碎片10000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_ElementShard.PrimalItemResource_ElementShard'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 200,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A048": {
|
|
|
+ "Description": "能量元素100个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 100,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_Element.PrimalItemResource_Element'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 2000,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A050": {
|
|
|
+ "Description": "头发1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_Hair.PrimalItemResource_Hair'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 200,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A051": {
|
|
|
+ "Description": "飞龙奶10个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 10,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/BaseBPs/PrimalItemConsumable_WyvernMilk.PrimalItemConsumable_WyvernMilk'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A052": {
|
|
|
+ "Description": "蜂蜜1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/PrimalItemConsumable_Honey.PrimalItemConsumable_Honey'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A053": {
|
|
|
+ "Description": "元素矿石1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/Aberration/CoreBlueprints/Resources/PrimalItemResource_ElementOre.PrimalItemResource_ElementOre'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A054": {
|
|
|
+ "Description": "麻醉药1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/PrimalItemConsumable_Narcotic.PrimalItemConsumable_Narcotic'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A055": {
|
|
|
+ "Description": "兴奋剂1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/PrimalItemConsumable_Stimulant.PrimalItemConsumable_Stimulant'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A056": {
|
|
|
+ "Description": "腐肉1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/PrimalItemConsumable_SpoiledMeat.PrimalItemConsumable_SpoiledMeat'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 250,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A057": {
|
|
|
+ "Description": "生肉1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/PrimalItemConsumable_RawMeat.PrimalItemConsumable_RawMeat'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 100,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A058": {
|
|
|
+ "Description": "优质生肉1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/PrimalItemConsumable_RawPrimeMeat.PrimalItemConsumable_RawPrimeMeat'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 200,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A059": {
|
|
|
+ "Description": "生鱼肉1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/PrimalItemConsumable_RawMeat_Fish.PrimalItemConsumable_RawMeat_Fish'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 150,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A060": {
|
|
|
+ "Description": "优质生鱼肉1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/PrimalItemConsumable_RawPrimeMeat_Fish.PrimalItemConsumable_RawPrimeMeat_Fish'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 300,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A061": {
|
|
|
+ "Description": "生羊肉1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/PrimalItemConsumable_RawMutton.PrimalItemConsumable_RawMutton'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A062": {
|
|
|
+ "Description": "柠檬1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/PrimalItemConsumable_Veggie_Citronal.PrimalItemConsumable_Veggie_Citronal'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A063": {
|
|
|
+ "Description": "土豆1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/PrimalItemConsumable_Veggie_Savoroot.PrimalItemConsumable_Veggie_Savoroot'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A064": {
|
|
|
+ "Description": "玉米1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/PrimalItemConsumable_Veggie_Longrass.PrimalItemConsumable_Veggie_Longrass'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A065": {
|
|
|
+ "Description": "胡萝卜1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/PrimalItemConsumable_Veggie_Rockarrot.PrimalItemConsumable_Veggie_Rockarrot'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A066": {
|
|
|
+ "Description": "黄色浆果1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/PrimalItemConsumable_Berry_Amarberry.PrimalItemConsumable_Berry_Amarberry'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 100,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A067": {
|
|
|
+ "Description": "红色浆果1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/PrimalItemConsumable_Berry_Tintoberry.PrimalItemConsumable_Berry_Tintoberry'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 100,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A068": {
|
|
|
+ "Description": "蓝色浆果1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/PrimalItemConsumable_Berry_Azulberry.PrimalItemConsumable_Berry_Azulberry'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 100,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A069": {
|
|
|
+ "Description": "紫色浆果1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/PrimalItemConsumable_Berry_Mejoberry.PrimalItemConsumable_Berry_Mejoberry'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 100,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A070": {
|
|
|
+ "Description": "黑色浆果1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/PrimalItemConsumable_Berry_Narcoberry.PrimalItemConsumable_Berry_Narcoberry'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 200,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A071": {
|
|
|
+ "Description": "白色浆果1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/PrimalItemConsumable_Berry_Stimberry.PrimalItemConsumable_Berry_Stimberry'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 200,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A072": {
|
|
|
+ "Description": "青色蘑菇1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/Aberration/CoreBlueprints/Items/Consumables/PrimalItemConsumable_Mushroom_Aquatic.PrimalItemConsumable_Mushroom_Aquatic'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 200,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A073": {
|
|
|
+ "Description": "棕色蘑菇1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/Aberration/CoreBlueprints/Items/Consumables/PrimalItemResource_CommonMushroom.PrimalItemResource_CommonMushroom'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 200,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A074": {
|
|
|
+ "Description": "黑色蘑菇1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/Aberration/CoreBlueprints/Items/Consumables/PrimalItemConsumable_Mushroom_Ascerbic.PrimalItemConsumable_Mushroom_Ascerbic'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 200,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A075": {
|
|
|
+ "Description": "金色蘑菇1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/Aberration/CoreBlueprints/Items/Consumables/PrimalItemConsumable_Mushroom_Auric.PrimalItemConsumable_Mushroom_Auric'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 200,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A076": {
|
|
|
+ "Description": "羊毛1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_Wool.PrimalItemResource_Wool'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A077": {
|
|
|
+ "Description": "甲壳碎片1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/Genesis/CoreBlueprints/Resources/PrimalItemResource_TurtleShell.PrimalItemResource_TurtleShell'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 1000,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A078": {
|
|
|
+ "Description": "兽皮1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_Hide.PrimalItemResource_Hide'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 200,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A079": {
|
|
|
+ "Description": "毛皮1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_Pelt.PrimalItemResource_Pelt'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A080": {
|
|
|
+ "Description": "沙子1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/ScorchedEarth/CoreBlueprints/Resources/PrimalItemResource_Sand.PrimalItemResource_Sand'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A081": {
|
|
|
+ "Description": "真菌木头1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/Aberration/CoreBlueprints/Resources/PrimalItemResource_FungalWood.PrimalItemResource_FungalWood'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A082": {
|
|
|
+ "Description": "龙涎香10个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 10,
|
|
|
+ "Blueprint": "Blueprint'/Game/Genesis/Dinos/SpaceWhale/PrimalItemResource_Ambergris.PrimalItemResource_Ambergris'",
|
|
|
+ "Fixed": true,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A083": {
|
|
|
+ "Description": "人类粪便300个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 300,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/PrimalItemConsumable_HumanPoop.PrimalItemConsumable_HumanPoop'",
|
|
|
+ "Fixed": true,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 1500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A084": {
|
|
|
+ "Description": "熟肉1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/PrimalItemConsumable_CookedMeat.PrimalItemConsumable_CookedMeat'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A085": {
|
|
|
+ "Description": "熟肉干1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/PrimalItemConsumable_CookedMeat_Jerky.PrimalItemConsumable_CookedMeat_Jerky'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 1000,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A086": {
|
|
|
+ "Description": "优质熟肉干1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/PrimalItemConsumable_CookedPrimeMeat_Jerky.PrimalItemConsumable_CookedPrimeMeat_Jerky'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 1500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A087": {
|
|
|
+ "Description": "熟鱼肉1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/PrimalItemConsumable_CookedMeat_Fish.PrimalItemConsumable_CookedMeat_Fish'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A088": {
|
|
|
+ "Description": "优质熟鱼肉1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/PrimalItemConsumable_CookedPrimeMeat_Fish.PrimalItemConsumable_CookedPrimeMeat_Fish'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 1000,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A089": {
|
|
|
+ "Description": "熟羊肉1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/PrimalItemConsumable_CookedLambChop.PrimalItemConsumable_CookedLambChop'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 1500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "A090": {
|
|
|
+ "Description": "泰克水壶",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/Genesis2/CoreBlueprints/Items/PrimalItemConsumable_TekCanteenCraftable'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 2000,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "B001": {
|
|
|
+ "Description": "空的低温仓10个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 10,
|
|
|
+ "Blueprint": "Blueprint'/Game/Extinction/CoreBlueprints/Weapons/PrimalItem_WeaponEmptyCryopod.PrimalItem_WeaponEmptyCryopod'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "B002": {
|
|
|
+ "Description": "驱虫剂10个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 10,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/PrimalItemConsumable_BugRepellant.PrimalItemConsumable_BugRepellant'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 300,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "B003": {
|
|
|
+ "Description": "生命药酒50个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 50,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/PrimalItemConsumable_HealSoup.PrimalItemConsumable_HealSoup'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 150,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "B004": {
|
|
|
+ "Description": "能量药酒50个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 50,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/PrimalItemConsumable_StaminaSoup.PrimalItemConsumable_StaminaSoup'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 150,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "B005": {
|
|
|
+ "Description": "焦辣椒10个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 10,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/PrimalItemConsumable_Soup_FocalChili.PrimalItemConsumable_Soup_FocalChili'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 300,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "B006": {
|
|
|
+ "Description": "扎啤10个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 10,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/PrimalItemConsumable_BeerJarAlt.PrimalItemConsumable_BeerJarAlt'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 100,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "B007": {
|
|
|
+ "Description": "遗忘汤10个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 10,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/BaseBPs/PrimalItemConsumableRespecSoup.PrimalItemConsumableRespecSoup'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "B008": {
|
|
|
+ "Description": "卡琳汤10个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 10,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/PrimalItemConsumable_Soup_CalienSoup.PrimalItemConsumable_Soup_CalienSoup'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "B009": {
|
|
|
+ "Description": "耐力炖锅10个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 10,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/PrimalItemConsumable_Soup_EnduroStew.PrimalItemConsumable_Soup_EnduroStew'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "B010": {
|
|
|
+ "Description": "菲拉咖喱汤10个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 10,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/PrimalItemConsumable_Soup_FriaCurry.PrimalItemConsumable_Soup_FriaCurry'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "B011": {
|
|
|
+ "Description": "拉撒路杂烩10个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 10,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/PrimalItemConsumable_Soup_LazarusChowder.PrimalItemConsumable_Soup_LazarusChowder'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "B012": {
|
|
|
+ "Description": "启蒙之汤10个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 10,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/PrimalItemConsumable_TheHorn.PrimalItemConsumable_TheHorn_C'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "B013": {
|
|
|
+ "Description": "仙人掌汤10个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 10,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/PrimalItemConsumable_CactusBuffSoup.PrimalItemConsumable_CactusBuffSoup'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "B014": {
|
|
|
+ "Description": "蘑菇汤10个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 10,
|
|
|
+ "Blueprint": "Blueprint'/Game/Aberration/CoreBlueprints/Items/Consumables/PrimalItemConsumable_Soup_MushroomSoup.PrimalItemConsumable_Soup_MushroomSoup'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "B015": {
|
|
|
+ "Description": "蔬菜蛋糕10个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 10,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/PrimalItemConsumable_SweetVeggieCake.PrimalItemConsumable_SweetVeggieCake'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "B016": {
|
|
|
+ "Description": "非凡饲料10个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 10,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/PrimalItemConsumable_Kibble_Base_Special.PrimalItemConsumable_Kibble_Base_Special'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 2500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "B017": {
|
|
|
+ "Description": "卓越饲料10个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 10,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/PrimalItemConsumable_Kibble_Base_XLarge.PrimalItemConsumable_Kibble_Base_XLarge'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 1500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "B018": {
|
|
|
+ "Description": "上等饲料10个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 10,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/PrimalItemConsumable_Kibble_Base_Large.PrimalItemConsumable_Kibble_Base_Large'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 1000,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "B019": {
|
|
|
+ "Description": "普通饲料10个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 10,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/PrimalItemConsumable_Kibble_Base_Medium.PrimalItemConsumable_Kibble_Base_Medium'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "B020": {
|
|
|
+ "Description": "蓄电池100个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 100,
|
|
|
+ "Blueprint": "Blueprint'/Game/Aberration/WeaponGlowStickCharge/PrimalItem_ChargeBattery.PrimalItem_ChargeBattery'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 1000,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "B021": {
|
|
|
+ "Description": "化肥100个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 100,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/PrimalItemConsumable_Fertilizer_Compost.PrimalItemConsumable_Fertilizer_Compost'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 1000,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "B022": {
|
|
|
+ "Description": "稀土肥料100个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 100,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/BaseBPs/PrimalItemConsumableMiracleGro.PrimalItemConsumableMiracleGro'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "B023": {
|
|
|
+ "Description": "蔬菜种子各100个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 100,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/Seeds/PrimalItemConsumable_Seed_Savoroot.PrimalItemConsumable_Seed_Savoroot'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Amount": 100,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/Seeds/PrimalItemConsumable_Seed_Longrass.PrimalItemConsumable_Seed_Longrass'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Amount": 100,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/Seeds/PrimalItemConsumable_Seed_Rockarrot.PrimalItemConsumable_Seed_Rockarrot'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Amount": 100,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/Seeds/PrimalItemConsumable_Seed_Citronal.PrimalItemConsumable_Seed_Citronal'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 1500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "B024": {
|
|
|
+ "Description": "浆果种子各100个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 100,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/Seeds/PrimalItemConsumable_Seed_Mejoberry.PrimalItemConsumable_Seed_Mejoberry'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Amount": 100,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/Seeds/PrimalItemConsumable_Seed_Stimberry.PrimalItemConsumable_Seed_Stimberry'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Amount": 100,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/Seeds/PrimalItemConsumable_Seed_Narcoberry.PrimalItemConsumable_Seed_Narcoberry'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Amount": 100,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/Seeds/PrimalItemConsumable_Seed_Tintoberry.PrimalItemConsumable_Seed_Tintoberry'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Amount": 100,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/Seeds/PrimalItemConsumable_Seed_Amarberry.PrimalItemConsumable_Seed_Amarberry'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Amount": 100,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/Seeds/PrimalItemConsumable_Seed_Azulberry.PrimalItemConsumable_Seed_Azulberry'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 1500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "B025": {
|
|
|
+ "Description": "XYZ异种植物种子各10个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 10,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/Seeds/PrimalItemConsumable_Seed_DefensePlant.PrimalItemConsumable_Seed_DefensePlant'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Amount": 10,
|
|
|
+ "Blueprint": "Blueprint'/Game/Aberration/WeaponPlantSpeciesZ/PrimalItemConsumable_Seed_PlantSpeciesZ.PrimalItemConsumable_Seed_PlantSpeciesZ'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Amount": 10,
|
|
|
+ "Blueprint": "Blueprint'/Game/ScorchedEarth/WeaponPlantSpeciesY/PrimalItemConsumable_Seed_PlantSpeciesY.PrimalItemConsumable_Seed_PlantSpeciesY'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 2000,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "B026": {
|
|
|
+ "Description": "血袋1000个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/PrimalItemConsumable_BloodPack.PrimalItemConsumable_BloodPack'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 1500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "E001": {
|
|
|
+ "Description": "金属斧成品",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponMetalHatchet.PrimalItem_WeaponMetalHatchet'",
|
|
|
+ "Fixed": true,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 5.5
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 1500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "E002": {
|
|
|
+ "Description": "金属稿成品",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponMetalPick.PrimalItem_WeaponMetalPick'",
|
|
|
+ "Fixed": true,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 5.5
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 1500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "E003": {
|
|
|
+ "Description": "金属镰刀成品",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponSickle.PrimalItem_WeaponSickle'",
|
|
|
+ "Fixed": true,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 5.5
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 1500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "E004": {
|
|
|
+ "Description": "弹弓成品",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponSlingshot.PrimalItem_WeaponSlingshot'",
|
|
|
+ "Fixed": true,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 5.5
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 750,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "E005": {
|
|
|
+ "Description": "弓成品",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponBow.PrimalItem_WeaponBow'",
|
|
|
+ "Fixed": true,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 5.5
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 1000,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "E006": {
|
|
|
+ "Description": "复合弓成品",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponCompoundBow.PrimalItem_WeaponCompoundBow'",
|
|
|
+ "Fixed": true,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 5.5
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 2500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "E007": {
|
|
|
+ "Description": "十字弩成品",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponCrossbow.PrimalItem_WeaponCrossbow'",
|
|
|
+ "Fixed": true,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 5.5
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 3000,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "E008": {
|
|
|
+ "Description": "长管步枪成品",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponOneShotRifle.PrimalItem_WeaponOneShotRifle'",
|
|
|
+ "Fixed": true,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 5.5
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 5000,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "E009": {
|
|
|
+ "Description": "鱼叉枪成品",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponHarpoon.PrimalItem_WeaponHarpoon'",
|
|
|
+ "Fixed": true,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 5.5
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "E010": {
|
|
|
+ "Description": "木棒成品",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponStoneClub.PrimalItem_WeaponStoneClub'",
|
|
|
+ "Fixed": true,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 5.5
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 250,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "E011": {
|
|
|
+ "Description": "金属矛成品",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponPike.PrimalItem_WeaponPike'",
|
|
|
+ "Fixed": true,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 5.5
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "E012": {
|
|
|
+ "Description": "金属剑成品",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponSword.PrimalItem_WeaponSword'",
|
|
|
+ "Fixed": true,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 5.5
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 1000,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "E013": {
|
|
|
+ "Description": "制式突击步枪成品",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponRifle.PrimalItem_WeaponRifle'",
|
|
|
+ "Fixed": true,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 5.5
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 5000,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "E014": {
|
|
|
+ "Description": "制式狙击步枪成品",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponMachinedSniper.PrimalItem_WeaponMachinedSniper'",
|
|
|
+ "Fixed": true,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 5.5
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 5000,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "E015": {
|
|
|
+ "Description": "双管霰弹枪成品",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponShotgun.PrimalItem_WeaponShotgun'",
|
|
|
+ "Fixed": true,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 5.5
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 1500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "E016": {
|
|
|
+ "Description": "泵动式霰弹枪成品",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponMachinedShotgun.PrimalItem_WeaponMachinedShotgun'",
|
|
|
+ "Fixed": true,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 5.5
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 5000,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "E017": {
|
|
|
+ "Description": "鞭子成品",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/ScorchedEarth/WeaponWhip/PrimalItem_WeaponWhip.PrimalItem_WeaponWhip'",
|
|
|
+ "Fixed": true,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 6.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 1500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "E018": {
|
|
|
+ "Description": "火焰喷射器成品",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/ScorchedEarth/WeaponFlamethrower/PrimalItem_WeapFlamethrower.PrimalItem_WeapFlamethrower'",
|
|
|
+ "Fixed": true,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 6.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 3000,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "E019": {
|
|
|
+ "Description": "登山镐成品",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/Aberration/CoreBlueprints/Weapons/PrimalItem_WeaponClimbPick.PrimalItem_WeaponClimbPick'",
|
|
|
+ "Fixed": true,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 6.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 1500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "E020": {
|
|
|
+ "Description": "电击棒成品",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponProd.PrimalItem_WeaponProd'",
|
|
|
+ "Fixed": true,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 6.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 1500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "E021": {
|
|
|
+ "Description": "鱼竿成品",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponFishingRod.PrimalItem_WeaponFishingRod'",
|
|
|
+ "Fixed": true,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 6.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 1000,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "E022": {
|
|
|
+ "Description": "标本工具+小中大底座",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/Extinction/CoreBlueprints/Weapons/PrimalItem_WeaponTaxidermyTool.PrimalItem_WeaponTaxidermyTool'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/Extinction/CoreBlueprints/Items/PrimalItemStructure_TaxidermyBase_Small.PrimalItemStructure_TaxidermyBase_Small'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/Extinction/CoreBlueprints/Items/PrimalItemStructure_TaxidermyBase_Medium.PrimalItemStructure_TaxidermyBase_Medium'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/Extinction/CoreBlueprints/Items/PrimalItemStructure_TaxidermyBase_Large.PrimalItemStructure_TaxidermyBase_Large'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 1000,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "E023": {
|
|
|
+ "Description": "木制盾牌成品",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Shields/PrimalItemArmor_WoodShield.PrimalItemArmor_WoodShield'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 8.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 1000,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "E024": {
|
|
|
+ "Description": "金属盾牌成品",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Shields/PrimalItemArmor_MetalShield.PrimalItemArmor_MetalShield'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 8.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 2000,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "E025": {
|
|
|
+ "Description": "防爆盾牌成品",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Shields/PrimalItemArmor_TransparentRiotShield.PrimalItemArmor_TransparentRiotShield'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 8.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 3000,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "E026": {
|
|
|
+ "Description": "粗布套装成品",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Cloth/PrimalItemArmor_ClothPants.PrimalItemArmor_ClothPants'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 8.0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Cloth/PrimalItemArmor_ClothShirt.PrimalItemArmor_ClothShirt'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 8.0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Cloth/PrimalItemArmor_ClothHelmet.PrimalItemArmor_ClothHelmet'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 8.0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Cloth/PrimalItemArmor_ClothBoots.PrimalItemArmor_ClothBoots'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 8.0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Cloth/PrimalItemArmor_ClothGloves.PrimalItemArmor_ClothGloves'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 8.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 1000,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "E027": {
|
|
|
+ "Description": "兽皮套装成品",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Cloth/PrimalItemArmor_ClothGloves.PrimalItemArmor_ClothGloves'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 8.0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Leather/PrimalItemArmor_HidePants.PrimalItemArmor_HidePants'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 8.0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Leather/PrimalItemArmor_HideShirt.PrimalItemArmor_HideShirt'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 8.0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Leather/PrimalItemArmor_HideHelmet.PrimalItemArmor_HideHelmet'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 8.0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Leather/PrimalItemArmor_HideBoots.PrimalItemArmor_HideBoots'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 8.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 2000,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "E028": {
|
|
|
+ "Description": "毛皮套装成品",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Fur/PrimalItemArmor_FurPants.PrimalItemArmor_FurPants'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 8.0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Fur/PrimalItemArmor_FurShirt.PrimalItemArmor_FurShirt'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 8.0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Fur/PrimalItemArmor_FurHelmet.PrimalItemArmor_FurHelmet'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 8.0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Fur/PrimalItemArmor_FurBoots.PrimalItemArmor_FurBoots'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 8.0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Fur/PrimalItemArmor_FurGloves.PrimalItemArmor_FurGloves'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 8.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 5000,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "E029": {
|
|
|
+ "Description": "吉利套装成品",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Ghillie/PrimalItemArmor_GhillieBoots.PrimalItemArmor_GhillieBoots'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 8.0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Ghillie/PrimalItemArmor_GhillieShirt.PrimalItemArmor_GhillieShirt'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 8.0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Ghillie/PrimalItemArmor_GhillieGloves.PrimalItemArmor_GhillieGloves'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 8.0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Ghillie/PrimalItemArmor_GhilliePants.PrimalItemArmor_GhilliePants'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 8.0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Ghillie/PrimalItemArmor_GhillieHelmet.PrimalItemArmor_GhillieHelmet'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 8.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 6000,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "E030": {
|
|
|
+ "Description": "甲壳套装成品",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Chitin/PrimalItemArmor_ChitinPants.PrimalItemArmor_ChitinPants'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 8.0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Chitin/PrimalItemArmor_ChitinShirt.PrimalItemArmor_ChitinShirt'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 8.0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Chitin/PrimalItemArmor_ChitinHelmet.PrimalItemArmor_ChitinHelmet'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 8.0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Chitin/PrimalItemArmor_ChitinBoots.PrimalItemArmor_ChitinBoots'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 8.0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Chitin/PrimalItemArmor_ChitinGloves.PrimalItemArmor_ChitinGloves'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 8.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 3000,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "E031": {
|
|
|
+ "Description": "防护服套装成品",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/Aberration/CoreBlueprints/Items/Armor/HazardSuit/PrimalItemArmor_HazardSuitBoots.PrimalItemArmor_HazardSuitBoots'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 8.0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/Aberration/CoreBlueprints/Items/Armor/HazardSuit/PrimalItemArmor_HazardSuitGloves.PrimalItemArmor_HazardSuitGloves'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 8.0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/Aberration/CoreBlueprints/Items/Armor/HazardSuit/PrimalItemArmor_HazardSuitHelmet.PrimalItemArmor_HazardSuitHelmet'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 8.0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/Aberration/CoreBlueprints/Items/Armor/HazardSuit/PrimalItemArmor_HazardSuitPants.PrimalItemArmor_HazardSuitPants'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 8.0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/Aberration/CoreBlueprints/Items/Armor/HazardSuit/PrimalItemArmor_HazardSuitShirt.PrimalItemArmor_HazardSuitShirt'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 8.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 8000,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "E032": {
|
|
|
+ "Description": "潜水服套装成品",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/SCUBA/PrimalItemArmor_ScubaShirt_SuitWithTank.PrimalItemArmor_ScubaShirt_SuitWithTank'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 8.0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/SCUBA/PrimalItemArmor_ScubaHelmet_Goggles.PrimalItemArmor_ScubaHelmet_Goggles'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 8.0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/SCUBA/PrimalItemArmor_ScubaBoots_Flippers.PrimalItemArmor_ScubaBoots_Flippers'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 8.0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/SCUBA/PrimalItemArmor_ScubaPants.PrimalItemArmor_ScubaPants'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 8.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 5000,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "E033": {
|
|
|
+ "Description": "防弹服套装成品",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Metal/PrimalItemArmor_MetalPants.PrimalItemArmor_MetalPants'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 8.0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Metal/PrimalItemArmor_MetalShirt.PrimalItemArmor_MetalShirt'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 8.0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Metal/PrimalItemArmor_MetalHelmet.PrimalItemArmor_MetalHelmet'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 8.0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Metal/PrimalItemArmor_MetalBoots.PrimalItemArmor_MetalBoots'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 8.0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Metal/PrimalItemArmor_MetalGloves.PrimalItemArmor_MetalGloves'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 8.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 5000,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "E034": {
|
|
|
+ "Description": "防爆服套装成品",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Metal/PrimalItemArmor_MetalPants.PrimalItemArmor_MetalPants'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 8.0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Metal/PrimalItemArmor_MetalShirt.PrimalItemArmor_MetalShirt'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 8.0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Metal/PrimalItemArmor_MetalGloves.PrimalItemArmor_MetalGloves'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 8.0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Metal/PrimalItemArmor_MetalBoots.PrimalItemArmor_MetalBoots'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 8.0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Metal/PrimalItemArmor_MetalHelmet.PrimalItemArmor_MetalHelmet'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 8.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 5000,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "E035": {
|
|
|
+ "Description": "泰克头盔",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/TEK/PrimalItemArmor_TekHelmet.PrimalItemArmor_TekHelmet'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 10.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 2500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "E036": {
|
|
|
+ "Description": "泰克手套",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/TEK/PrimalItemArmor_TekGloves.PrimalItemArmor_TekGloves'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 10.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 2500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "E037": {
|
|
|
+ "Description": "泰克靴",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/TEK/PrimalItemArmor_TekBoots.PrimalItemArmor_TekBoots'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 10.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 2500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "E038": {
|
|
|
+ "Description": "泰克胸甲",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/TEK/PrimalItemArmor_TekShirt.PrimalItemArmor_TekShirt'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 10.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 2500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "E039": {
|
|
|
+ "Description": "泰克护腿",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/TEK/PrimalItemArmor_TekPants.PrimalItemArmor_TekPants'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 10.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 2500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "E040": {
|
|
|
+ "Description": "泰克护甲包",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/TEK/PrimalItemArmor_TekHelmet.PrimalItemArmor_TekHelmet'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 10.0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/TEK/PrimalItemArmor_TekGloves.PrimalItemArmor_TekGloves'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 10.0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/TEK/PrimalItemArmor_TekBoots.PrimalItemArmor_TekBoots'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 10.0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/TEK/PrimalItemArmor_TekShirt.PrimalItemArmor_TekShirt'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 10.0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/TEK/PrimalItemArmor_TekPants.PrimalItemArmor_TekPants'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 10.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 10000,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "E041": {
|
|
|
+ "Description": "随机防护套装",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/Aberration/CoreBlueprints/Items/Armor/HazardSuit/PrimalItemArmor_HazardSuitHelmet.PrimalItemArmor_HazardSuitHelmet'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 10.0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/Aberration/CoreBlueprints/Items/Armor/HazardSuit/PrimalItemArmor_HazardSuitShirt.PrimalItemArmor_HazardSuitShirt'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 10.0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/Aberration/CoreBlueprints/Items/Armor/HazardSuit/PrimalItemArmor_HazardSuitPants.PrimalItemArmor_HazardSuitPants'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 10.0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/Aberration/CoreBlueprints/Items/Armor/HazardSuit/PrimalItemArmor_HazardSuitGloves.PrimalItemArmor_HazardSuitGloves'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 10.0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/Aberration/CoreBlueprints/Items/Armor/HazardSuit/PrimalItemArmor_HazardSuitBoots.PrimalItemArmor_HazardSuitBoots'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 10.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 5000,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "E042": {
|
|
|
+ "Description": "毒气面具",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/SCUBA/PrimalItemArmor_GasMask.PrimalItemArmor_GasMask'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 10.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 1000,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "E043": {
|
|
|
+ "Description": "火焰喷射器",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/ScorchedEarth/WeaponFlamethrower/PrimalItem_WeapFlamethrower.PrimalItem_WeapFlamethrower'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 10.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 3000,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "E044": {
|
|
|
+ "Description": "电锯",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/ScorchedEarth/WeaponChainsaw/PrimalItem_ChainSaw.PrimalItem_ChainSaw'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 10.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 3000,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "E045": {
|
|
|
+ "Description": "矿枪",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/Genesis/Weapons/MiningDrill/PrimalItem_WeaponMiningDrill.PrimalItem_WeaponMiningDrill'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 10.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 3000,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "E046": {
|
|
|
+ "Description": "泰克弓",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/Genesis2/Weapons/TekBow/PrimalItem_WeaponTekBow.PrimalItem_WeaponTekBow'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 10.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 5000,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "E047": {
|
|
|
+ "Description": "泰克相位枪",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/Genesis2/Weapons/TekPistol/PrimalItem_WeaponTekPistol.PrimalItem_WeaponTekPistol'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 10.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 3000,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "E048": {
|
|
|
+ "Description": "渔网枪",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/Genesis2/Weapons/NetGun/PrimalItem_WeaponNetGunGen.PrimalItem_WeaponNetGunGen'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 10.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 3000,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "E049": {
|
|
|
+ "Description": "渔网枪弹药",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 100,
|
|
|
+ "Blueprint": "Blueprint'/Game/Genesis2/Weapons/NetGun/PrimalItemAmmo_NetGunGen.PrimalItemAmmo_NetGunGen'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 1000,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "E50": {
|
|
|
+ "Description": "唯一点石成金(万能地)",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/Mods/PVPzhaozi/Item/jinshou/PrimalItem_jinshou_weiyi.PrimalItem_jinshou_weiyi'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 1000000,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "G001": {
|
|
|
+ "Description": "石箭一组",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItemAmmo_ArrowStone.PrimalItemAmmo_ArrowStone'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 200,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "G002": {
|
|
|
+ "Description": "麻醉箭一组",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItemAmmo_ArrowTranq.PrimalItemAmmo_ArrowTranq'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "G003": {
|
|
|
+ "Description": "火箭一组",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItemAmmo_ArrowFlame.PrimalItemAmmo_ArrowFlame'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 600,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "G004": {
|
|
|
+ "Description": "金属箭一组",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItemAmmo_CompoundBowArrow.PrimalItemAmmo_CompoundBowArrow'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 700,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "G005": {
|
|
|
+ "Description": "简易子弹一组",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItemAmmo_SimpleBullet.PrimalItemAmmo_SimpleBullet'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 700,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "G006": {
|
|
|
+ "Description": "长管子弹一组",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItemAmmo_SimpleRifleBullet.PrimalItemAmmo_SimpleRifleBullet'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 1500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "G007": {
|
|
|
+ "Description": "霰弹枪子弹一组",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItemAmmo_SimpleShotgunBullet.PrimalItemAmmo_SimpleShotgunBullet'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 1500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "G008": {
|
|
|
+ "Description": "高级手枪子弹一组",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItemAmmo_AdvancedBullet.PrimalItemAmmo_AdvancedBullet'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 1000,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "G009": {
|
|
|
+ "Description": "高级步枪子弹图纸1个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItemAmmo_AdvancedRifleBullet.PrimalItemAmmo_AdvancedRifleBullet'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": true,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "G010": {
|
|
|
+ "Description": "制式狙击枪子弹一组",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItemAmmo_AdvancedSniperBullet.PrimalItemAmmo_AdvancedSniperBullet'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 1500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "G011": {
|
|
|
+ "Description": "麻醉镖一组",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItemAmmo_TranqDart.PrimalItemAmmo_TranqDart'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 1000,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "G012": {
|
|
|
+ "Description": "麻醉弩箭一组",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItemAmmo_TranqSpearBolt.PrimalItemAmmo_TranqSpearBolt'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 1500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "G013": {
|
|
|
+ "Description": "强效麻醉镖100个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItemAmmo_RefinedTranqDart.PrimalItemAmmo_RefinedTranqDart'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 800,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "G014": {
|
|
|
+ "Description": "信息素镖100个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1000,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItemAmmo_AggroTranqDart.PrimalItemAmmo_AggroTranqDart'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 800,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "I001": {
|
|
|
+ "Description": "金属地基50个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 100,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Structures/Metal/PrimalItemStructure_MetalFloor.PrimalItemStructure_MetalFloor'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "I002": {
|
|
|
+ "Description": "金属墙50个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 100,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Structures/Metal/PrimalItemStructure_MetalWall.PrimalItemStructure_MetalWall'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "I003": {
|
|
|
+ "Description": "金属门框+门10个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 100,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Structures/Metal/PrimalItemStructure_MetalWallWithDoor.PrimalItemStructure_MetalWallWithDoor'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Amount": 100,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Structures/Metal/PrimalItemStructure_MetalDoor.PrimalItemStructure_MetalDoor'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 1000,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "I004": {
|
|
|
+ "Description": "金属天花板50个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 100,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Structures/Metal/PrimalItemStructure_MetalCeiling.PrimalItemStructure_MetalCeiling'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "I005": {
|
|
|
+ "Description": "金属双开门框+双开门10个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 10,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/StructuresPlus/Structures/Doorframes_Double/Metal/PrimalItemStructure_DoubleDoorframe_Metal.PrimalItemStructure_DoubleDoorframe_Metal'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Amount": 10,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/StructuresPlus/Doors/Doors_Double/Metal/PrimalItemStructure_DoubleDoor_Metal.PrimalItemStructure_DoubleDoor_Metal'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 1000,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "I006": {
|
|
|
+ "Description": "金属窗框+窗门10个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 10,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Structures/Metal/PrimalItemStructure_MetalWallWithWindow.PrimalItemStructure_MetalWallWithWindow'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Amount": 10,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Structures/Metal/PrimalItemStructure_MetalWindow.PrimalItemStructure_MetalWindow'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 1000,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "I007": {
|
|
|
+ "Description": "金属楼梯100个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 100,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/StructuresPlus/Structures/Ramps/Metal/PrimalItemStructure_Ramp_Metal.PrimalItemStructure_Ramp_Metal'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 2000,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "I008": {
|
|
|
+ "Description": "金属柱子100个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 100,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Structures/Metal/PrimalItemStructure_MetalPillar.PrimalItemStructure_MetalPillar'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 2000,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "I009": {
|
|
|
+ "Description": "金属栏杆100个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 100,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Structures/Metal/PrimalItemStructure_MetalRailing.PrimalItemStructure_MetalRailing'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 2000,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "I010": {
|
|
|
+ "Description": "金属恐龙门框10个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 10,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Structures/Metal/PrimalItemStructure_MetalGateframe.PrimalItemStructure_MetalGateframe'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 2000,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "I011": {
|
|
|
+ "Description": "金属巨兽门框10个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 100,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Structures/Metal/PrimalItemStructure_MetalGateframe_Large.PrimalItemStructure_MetalGateframe_Large'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 3000,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "I012": {
|
|
|
+ "Description": "金属斜坡100个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 100,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Structures/Metal/PrimalItemStructure_MetalRamp.PrimalItemStructure_MetalRamp'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 2000,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "I013": {
|
|
|
+ "Description": "泰克复制器",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Structures/Misc/PrimalItemStructure_TekReplicator.PrimalItemStructure_TekReplicator'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 2000,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "I014": {
|
|
|
+ "Description": "泰克发电机",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Structures/Misc/PrimalItemStructure_TekGenerator.PrimalItemStructure_TekGenerator'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 1500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "I015": {
|
|
|
+ "Description": "泰克传送器",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Structures/Misc/PrimalItemStructure_TekTransmitter.PrimalItemStructure_TekTransmitter'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 1500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "I016": {
|
|
|
+ "Description": "低温冰箱",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/Extinction/CoreBlueprints/Items/PrimalItemStructure_CryoFridge.PrimalItemStructure_CryoFridge'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 1000,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "I017": {
|
|
|
+ "Description": "泰克传送门",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Structures/Misc/PrimalItemStructure_TekTeleporter.PrimalItemStructure_TekTeleporter'",
|
|
|
+ "Fixed": true,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 1600,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "I018": {
|
|
|
+ "Description": "泰克专用储存箱",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/StructuresPlus/Misc/DedicatedStorage/PrimalItemStructure_DedicatedStorage.PrimalItemStructure_DedicatedStorage'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 1000,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "I019": {
|
|
|
+ "Description": "泰克克隆机",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Structures/BuildingBases/PrimalItemStructure_TekCloningChamber.PrimalItemStructure_TekCloningChamber'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 16000,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "I020": {
|
|
|
+ "Description": "泰克地基100个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 100,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Structures/Tek/PrimalItemStructure_TekFloor.PrimalItemStructure_TekFloor'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 5000,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "I021": {
|
|
|
+ "Description": "泰克墙100个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 100,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Structures/Tek/PrimalItemStructure_TekWall.PrimalItemStructure_TekWall'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 5000,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "I022": {
|
|
|
+ "Description": "泰克门框+门10个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 10,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Structures/Tek/PrimalItemStructure_TekWallWithDoor.PrimalItemStructure_TekWallWithDoor'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "Amount": 10,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Structures/Tek/PrimalItemStructure_TekDoor.PrimalItemStructure_TekDoor'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 3000,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "I023": {
|
|
|
+ "Description": "泰克天花板100个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 100,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Structures/Tek/PrimalItemStructure_TekCeiling.PrimalItemStructure_TekCeiling'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 5000,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "I024": {
|
|
|
+ "Description": "泰克楼梯20个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 20,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/StructuresPlus/Structures/Ramps/Tek/PrimalItemStructure_Ramp_Tek.PrimalItemStructure_Ramp_Tek'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "I025": {
|
|
|
+ "Description": "泰克柱子20个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 20,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Structures/Tek/PrimalItemStructure_TekPillar.PrimalItemStructure_TekPillar'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "I026": {
|
|
|
+ "Description": "泰克斜坡20个",
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Amount": 20,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Structures/Tek/PrimalItemStructure_TekRamp.PrimalItemStructure_TekRamp'",
|
|
|
+ "Fixed": false,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Quality": 0.0
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "Price": 500,
|
|
|
+ "Type": "item"
|
|
|
+ },
|
|
|
+ "GD055": {
|
|
|
+ "Type": "item",
|
|
|
+ "Description": "吞噬龙蛋(给龙吃)*1",
|
|
|
+ "Price": 100,
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Quality": 0,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Amount": 1,
|
|
|
+ "Blueprint": "Blueprint'/Game/Genesis/Dinos/Cherufe/PrimalItemConsumable_Egg_Cherufe.PrimalItemConsumable_Egg_Cherufe'"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "GD0555": {
|
|
|
+ "Type": "item",
|
|
|
+ "Description": "吞噬龙蛋(给龙吃)*100",
|
|
|
+ "Price": 10000,
|
|
|
+ "Items": [
|
|
|
+ {
|
|
|
+ "Quality": 0,
|
|
|
+ "ForceBlueprint": false,
|
|
|
+ "Amount": 100,
|
|
|
+ "Blueprint": "Blueprint'/Game/Genesis/Dinos/Cherufe/PrimalItemConsumable_Egg_Cherufe.PrimalItemConsumable_Egg_Cherufe'"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "SellItems": {
|
|
|
+ "A1": {
|
|
|
+ "Type": "item",
|
|
|
+ "Description": "毒蜥蛋回收X100",
|
|
|
+ "Price": 5000,
|
|
|
+ "Amount": 100,
|
|
|
+ "Blueprint": "Blueprint'/Game/Aberration/CoreBlueprints/Items/Consumables/PrimalItemConsumable_Egg_Basilisk.PrimalItemConsumable_Egg_Basilisk'"
|
|
|
+ },
|
|
|
+ "A2": {
|
|
|
+ "Type": "item",
|
|
|
+ "Description": "嘟嘟鸟蛋回收X100",
|
|
|
+ "Price": 500,
|
|
|
+ "Amount": 100,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/Test/PrimalItemConsumable_Egg_Dodo.PrimalItemConsumable_Egg_Dodo'"
|
|
|
+ },
|
|
|
+ "A3": {
|
|
|
+ "Type": "item",
|
|
|
+ "Description": "阿根廷巨鹰蛋X100",
|
|
|
+ "Price": 1000,
|
|
|
+ "Amount": 100,
|
|
|
+ "Blueprint": "Blueprint'/Game/PrimalEarth/Test/PrimalItemConsumable_Egg_Argent.PrimalItemConsumable_Egg_Argent'"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "Messages": {
|
|
|
+ "Sender": "昊天商城",
|
|
|
+ "BoughtItem": "<RichColor Color=\"0, 1, 0, 1\">购买成功,欢迎再来~!!</>",
|
|
|
+ "BoughtDino": "<RichColor Color=\"0, 1, 0, 1\">购买成功,欢迎再来~!</>",
|
|
|
+ "BoughtBeacon": "<RichColor Color=\"0, 1, 0, 1\">购买成功,欢迎再来~!</>",
|
|
|
+ "BoughtExp": "<RichColor Color=\"0, 1, 0, 1\">购买成功,欢迎再来~!</>",
|
|
|
+ "ReceivedPoints": "<RichColor Color=\"1, 1, 0, 1\">您收到了 {0} 金币! (总共金币: {1})</>",
|
|
|
+ "HavePoints": "您有 {0} 金币!",
|
|
|
+ "NoPoints": "<RichColor Color=\"1, 0, 0, 1\">你没有足够的点券或金币请联系群主</>",
|
|
|
+ "WrongId": "<RichColor Color=\"1, 0, 0, 1\">物品ID错误,请加群查看商店物品ID /帮助 查看说明!</>",
|
|
|
+ "NoPermissionsKit": "<RichColor Color=\"1, 0, 0, 1\">您的代码输入错误/礼包 A1 分大小写, 请联系服主开通会员享受在线金币加成!</>",
|
|
|
+ "CantBuyKit": "<RichColor Color=\"1, 0, 0, 1\">你不能购买这个礼包!</>",
|
|
|
+ "BoughtKit": "<RichColor Color=\"0, 1, 0, 1\">您已经成功地购买了 {0} 礼包!</>",
|
|
|
+ "AvailableKits": "◆◆◆◆◆◆◆◆◆◆◆◆礼包列表◆◆◆◆◆◆◆◆◆◆◆◆",
|
|
|
+ "NoKits": "没有可用的礼包!",
|
|
|
+ "KitsLeft": "你剩下{0} {1}个礼包!",
|
|
|
+ "NoKitsLeft": "您没有剩余{0}个礼包!",
|
|
|
+ "CantGivePoints": "<RichColor Color=\"1, 0, 0, 1\">你不能给自己金币!</>",
|
|
|
+ "RidingDino": "<RichColor Color=\"1, 0, 0, 1\">骑乘时不能买这个物品!</>",
|
|
|
+ "SentPoints": "<RichColor Color=\"0, 1, 0, 1\">您转账 {0} 金币发送到 {1}</>",
|
|
|
+ "GotPoints": "你已经收到了 {0} 金币 从 {1}",
|
|
|
+ "NoPlayer": "<RichColor Color=\"1, 0, 0, 1\">玩家不存在!</>",
|
|
|
+ "FoundMorePlayers": "<RichColor Color=\"1, 0, 0, 1\">找到了多个具有指定名称的玩家!</>",
|
|
|
+ "BuyUsage": "Usage: /buy id amount",
|
|
|
+ "ShopUsage": "Usage: /shop page",
|
|
|
+ "KitUsage": "Usage: /kit KitName",
|
|
|
+ "BuyKitUsage": "Usage: /BuyKit KitName amount",
|
|
|
+ "TradeUsage": "Usage: /trade 'Player Name' amount",
|
|
|
+ "PointsCmd": "/points",
|
|
|
+ "TradeCmd": "/trade",
|
|
|
+ "BuyCmd": "/buy",
|
|
|
+ "ShopCmd": "/shop",
|
|
|
+ "KitCmd": "/kit",
|
|
|
+ "BuyKitCmd": "/buykit",
|
|
|
+ "SellCmd": "/sell",
|
|
|
+ "ShopSellCmd": "/shopsell",
|
|
|
+ "SellUsage": "Usage: /sell id amount",
|
|
|
+ "NotEnoughItems": "<RichColor Color=\"1, 0, 0, 1\">你没有足够的物品出售!({0}/{1})</>",
|
|
|
+ "SoldItems": "<RichColor Color=\"0, 1, 0, 1\">出售成功!</>",
|
|
|
+ "BadLevel": "<RichColor Color=\"1, 0, 0, 1\">骑乘时不能买这个物品!</>",
|
|
|
+ "KitsListPrice": "Price: {0}",
|
|
|
+ "KitsListFormat": "\"{0}\" - {1}. {2} left. {3}\n",
|
|
|
+ "StoreListDino": "{0}) {1}. Level: {2}. Id: {3}. Price: {4}\n",
|
|
|
+ "StoreListItem": "{0}) {1}. Id: {2}. Price: {3}\n",
|
|
|
+ "StoreListFormat": "{0}",
|
|
|
+ "OnlyOnSpawnKit": "无法领取该礼包",
|
|
|
+ "HelpCmd": "/shophelp",
|
|
|
+ "ShopMessage": "Usage: /buy id amount",
|
|
|
+ "HelpMessage": "This is shop help message",
|
|
|
+ "RefundError": "Points refunded due to an error",
|
|
|
+ "ShopFindCmd": "/shopfind",
|
|
|
+ "ShopFindUsage": "Usage: /shopfind searchterm",
|
|
|
+ "ShopFindNotFound": "No items matched your search",
|
|
|
+ "ShopFindTooManyResults": "Too many results to display refine your search term",
|
|
|
+ "NoPermissionsStore": "<RichColor Color=\"1, 0, 0, 1\">您没有当前权限: {0}!</>"
|
|
|
+ }
|
|
|
+}
|